create-absolutejs 0.13.1 → 0.13.3

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 +22 -14
  2. package/package.json +2 -1
package/LICENSE CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  **Licensor:** Alex Kahn
4
4
 
5
- **Licensed Work:** AbsoluteJS (https://github.com/absolutejs/create-absolutejs)
5
+ **Licensed Work:** @absolutejs/create-absolutejs (https://github.com/absolutejs/create-absolutejs)
6
6
 
7
- **Change Date:** February 16, 2036
7
+ **Change Date:** May 29, 2030
8
8
 
9
9
  **Change License:** Apache License, Version 2.0
10
10
 
@@ -22,28 +22,29 @@ You may use the Licensed Work in production, provided your use does not include
22
22
  any of the following:
23
23
 
24
24
  1. **Offering a Competing Service.** You may not offer the Licensed Work, or
25
- any derivative of it, to third parties as a hosted or managed service that
26
- competes with the Licensed Work itself (for example, a "framework-as-a-service"
27
- platform, deployment service, or cloud offering where AbsoluteJS or a
28
- substantial portion of its functionality is a primary component of the value
29
- provided to users).
25
+ any derivative or substantial portion of it, to third parties as a hosted or
26
+ managed service that competes with a hosted AbsoluteJS project-scaffolding, code-generation, or web-IDE service that incorporates the Licensed Work as a primary feature. This includes any
27
+ product whose primary value to its users is the functionality the Licensed
28
+ Work provides.
30
29
 
31
30
  2. **Resale or Redistribution as a Standalone Product.** You may not sell,
32
31
  license, or distribute the Licensed Work, or any derivative or fork of it,
33
- as a standalone commercial product or framework.
32
+ as a standalone commercial product.
34
33
 
35
34
  3. **Removal of Attribution.** Any derivative work, fork, or redistribution of
36
35
  the Licensed Work must prominently credit AbsoluteJS and include a link to
37
- the original project repository (https://github.com/absolutejs/absolutejs).
36
+ the original project repository (https://github.com/absolutejs/create-absolutejs).
38
37
 
39
38
  For clarity, the following uses are expressly permitted:
40
39
 
41
- - Using AbsoluteJS to build and deploy your own applications, websites, or
42
- SaaS products (whether commercial or non-commercial).
43
- - Using AbsoluteJS as a dependency in commercial software that you build and sell,
44
- as long as the software is not itself a competing framework or hosting service.
40
+ - Using the Licensed Work to build and operate your own applications, websites,
41
+ internal tools, or SaaS products (whether commercial or non-commercial), so
42
+ long as the Licensed Work itself is not the primary product you are selling.
43
+ - Using the Licensed Work as a dependency in commercial software you build and
44
+ sell, as long as the software is not itself a competing managed service of
45
+ the kind described in clause 1.
45
46
  - Providing consulting, development, or professional services to clients using
46
- AbsoluteJS.
47
+ the Licensed Work.
47
48
  - Forking and modifying the Licensed Work for your own internal use, provided
48
49
  attribution is maintained.
49
50
 
@@ -54,6 +55,13 @@ specify by written notice, the Licensed Work will be made available under the
54
55
  Change License (Apache License, Version 2.0). Until the Change Date, the terms
55
56
  of this Business Source License 1.1 apply.
56
57
 
58
+ ### Trademark
59
+
60
+ This license does not grant you any rights to use the "AbsoluteJS" or
61
+ "@absolutejs" name, logo, or any related trademarks. Forks and derivative works
62
+ must not be named or branded in a manner that suggests endorsement by or
63
+ affiliation with AbsoluteJS or the Licensor.
64
+
57
65
  ### Notices
58
66
 
59
67
  You must not remove or obscure any licensing, copyright, or other notices
package/package.json CHANGED
@@ -43,6 +43,7 @@
43
43
  "scripts": {
44
44
  "build": "rm -rf dist && tsc --project tsconfig.build.json && cp -R src/templates dist/templates",
45
45
  "check-versions": "bun scripts/check-versions.ts",
46
+ "config": "absolute config",
46
47
  "dev": "bun scripts/dev.ts",
47
48
  "format": "absolute prettier --write",
48
49
  "lint": "absolute eslint --ignore-pattern 'absolutejs-project/**'",
@@ -51,5 +52,5 @@
51
52
  "typecheck": "bun run tsc --noEmit"
52
53
  },
53
54
  "type": "module",
54
- "version": "0.13.1"
55
+ "version": "0.13.3"
55
56
  }