cdeops 13.5.3-alpha.102 → 13.5.3-alpha.212

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/LICENSE +71 -39
  2. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,39 +1,71 @@
1
- The CDEBase Enterprise license (the “Enterprise License”)
2
- Copyright (c) 2018 cdebase LLC.
3
-
4
- With regard to the CDEBase Software:
5
-
6
- This software and associated documentation files (the "Software") may only be
7
- used in production, if you (and any entity that you represent) have agreed to,
8
- and are in compliance with, the CDEBase Terms of Service, available
9
- at https://about.cdebase.com/terms (the “Enterprise Terms”), or other
10
- agreement governing the use of the Software, as agreed by you and CDEBase,
11
- and otherwise have a valid CDEBase Enterprise subscription for the
12
- correct number of user seats. Subject to the foregoing sentence, you are free to
13
- modify this Software and publish patches to the Software. You agree that CDEBase
14
- and/or its licensors (as applicable) retain all right, title and interest in and
15
- to all such modifications and/or patches, and all such modifications and/or
16
- patches may only be used, copied, modified, displayed, distributed, or otherwise
17
- exploited with a valid CDEBase Enterprise subscription for the correct
18
- number of user seats. Notwithstanding the foregoing, you may copy and modify
19
- the Software for development and testing purposes, without requiring a
20
- subscription. You agree that CDEBase and/or its licensors (as applicable) retain
21
- all right, title and interest in and to all such modifications. You are not
22
- granted any other rights beyond what is expressly stated herein. Subject to the
23
- foregoing, it is forbidden to copy, merge, publish, distribute, sublicense,
24
- and/or sell the Software.
25
-
26
- The full text of this Enterprise License shall be included in all copies or
27
- substantial portions of the Software.
28
-
29
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35
- SOFTWARE.
36
-
37
- For all third party components incorporated into the CDEBase Software, those
38
- components are licensed under the original license provided by the owner of the
39
- applicable component.
1
+ PROPRIETARY SOFTWARE LICENSE AGREEMENT
2
+
3
+ Copyright (c) 2026 CDEBase Inc. All Rights Reserved.
4
+
5
+ NOTICE TO USER: THIS IS A CONTRACT. BY INSTALLING, COPYING, OR OTHERWISE
6
+ USING THE SOFTWARE, YOU AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE.
7
+ IF YOU DO NOT AGREE TO THE TERMS OF THIS LICENSE, DO NOT INSTALL, COPY,
8
+ OR USE THE SOFTWARE.
9
+
10
+ NO LICENSE GRANTED
11
+ No license, express or implied, is granted to any person or entity.
12
+ All rights are reserved by CDEBase Inc. Any use of this software
13
+ without prior written authorization from CDEBase Inc. is strictly
14
+ prohibited.
15
+
16
+ RESTRICTIONS
17
+ You may NOT:
18
+ a) Copy, modify, adapt, translate, reverse engineer, decompile, or
19
+ disassemble the software or create derivative works based on it
20
+ b) Distribute, sublicense, lease, rent, loan, or otherwise transfer
21
+ the software to any third party
22
+ c) Remove or alter any proprietary notices, labels, or marks on the
23
+ software
24
+ d) Use the software to develop competing products or services
25
+ e) Publicly disclose any benchmarking or performance results
26
+ f) Use the software in any manner that violates applicable laws or
27
+ regulations
28
+ g) Access, view, or use any portion of the source code without
29
+ explicit prior written consent from CDEBase Inc.
30
+
31
+ OWNERSHIP
32
+ This software is the exclusive proprietary property of CDEBase Inc.
33
+ and is protected by copyright laws and international treaty provisions.
34
+ CDEBase Inc. retains all rights, title, and interest in and to the
35
+ software, including all copyrights, patents, trade secrets, trademarks,
36
+ and other intellectual property rights. No rights are transferred or
37
+ conveyed by possession or access to this software.
38
+
39
+ CONFIDENTIALITY
40
+ The software contains trade secrets and proprietary information of
41
+ CDEBase Inc. You agree to maintain strict confidentiality of the
42
+ software and not disclose it, in whole or in part, to any third party
43
+ without prior written consent of CDEBase Inc. This obligation survives
44
+ termination of any agreement with CDEBase Inc.
45
+
46
+ TERMINATION
47
+ Any unauthorized use automatically and immediately terminates all
48
+ permissions. CDEBase Inc. may seek all available legal and equitable
49
+ remedies, including injunctive relief, for any unauthorized use or
50
+ disclosure.
51
+
52
+ WARRANTY DISCLAIMER
53
+ THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS
54
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
55
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND
56
+ NONINFRINGEMENT.
57
+
58
+ LIMITATION OF LIABILITY
59
+ IN NO EVENT SHALL CDEBASE INC. BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
60
+ INDIRECT, OR CONSEQUENTIAL DAMAGES WHATSOEVER ARISING OUT OF THE USE
61
+ OF OR INABILITY TO USE THE SOFTWARE.
62
+
63
+ GOVERNING LAW
64
+ This agreement shall be governed by and construed in accordance with
65
+ the laws of the jurisdiction in which CDEBase Inc. is registered,
66
+ without regard to its conflict of law provisions.
67
+
68
+ For licensing inquiries, contact: legal@cdebase.com
69
+
70
+ CDEBase Inc.
71
+ All Rights Reserved.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cdeops",
3
- "version": "13.5.3-alpha.102",
3
+ "version": "13.5.3-alpha.212",
4
4
  "description": "Cdecode - Extension API: build extensions that enhance coding experience in your cdeops editor",
5
5
  "license": "Apache-2.0",
6
6
  "author": "adminide-stack-user",
@@ -56,5 +56,5 @@
56
56
  "tslint": "tslint -c tslint.json -p tsconfig.json './src/**/*.{ts,js}'",
57
57
  "watch": "npm run build:lib:watch"
58
58
  },
59
- "gitHead": "22cbcbe8f3ae9068bc80c284cb3a161183931058"
59
+ "gitHead": "e0bcf370bbcb27a19e09e58b78a6a46c56cc5544"
60
60
  }