Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,071 changes: 663 additions & 408 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion affinescript-deno-test/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
".": "./mod.ts",
"./cli": "./cli.ts"
},
"license": "MPL-2.0",
"license": "AGPL-3.0-or-later",
"imports": {
"@hyperpolymath/affine-js": "../../nextgen-languages/affinescript/packages/affine-js/mod.js"
},
Expand Down
2 changes: 1 addition & 1 deletion affinescript-tea/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"imports": {
"@hyperpolymath/affine-js/loader": "../packages/affine-js/loader.js"
},
"license": "MPL-2.0",
"license": "AGPL-3.0-or-later",
"publish": {
"exclude": ["mod_test.js"]
},
Expand Down
2 changes: 1 addition & 1 deletion distributions/rattlescript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "rattle"
version = "0.1.0"
edition = "2021"
description = "Python-syntax AffineScript — write Python-style code, get affine resource guarantees"
license = "MPL-2.0"
license = "AGPL-3.0-or-later"
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
repository = "https://github.com/hyperpolymath/rattlescript"
keywords = ["affinescript", "python-face", "wasm", "affine-types", "linear-types"]
Expand Down
2 changes: 1 addition & 1 deletion editors/tree-sitter-affinescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"affinescript"
],
"author": "hyperpolymath",
"license": "MIT",
"license": "AGPL-3.0-or-later",
"dependencies": {
"nan": "^2.17.0"
},
Expand Down
2 changes: 1 addition & 1 deletion editors/tree-sitter-rescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"description": "Manifest-only vendoring of rescript-lang/tree-sitter-rescript for the .res -> .affine migration assistant (affinescript#57).",
"license": "MPL-2.0",
"license": "AGPL-3.0-or-later",
"dependencies": {
"tree-sitter-rescript": "github:rescript-lang/tree-sitter-rescript#990214a83f25801dfe0226bd7e92bb71bba1970f"
},
Expand Down
2 changes: 1 addition & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Language support for AffineScript - affine types, effects, and dependent types",
"version": "0.1.0",
"publisher": "hyperpolymath",
"license": "MIT OR AGPL-3.0-or-later",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/hyperpolymath/affinescript"
Expand Down
2 changes: 1 addition & 1 deletion packages/affine-js/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"./marshal": "./marshal.js",
"./runtime": "./runtime.js"
},
"license": "MPL-2.0",
"license": "AGPL-3.0-or-later",
"tasks": {
"test": "deno test --allow-read --allow-write loader_test.js"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/affine-vscode/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"exports": {
".": "./mod.js"
},
"license": "MPL-2.0"
"license": "AGPL-3.0-or-later"
}
2 changes: 1 addition & 1 deletion packages/affine-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"description": "JS-side adapter for AffineScript's stdlib/Vscode.affine + stdlib/VscodeLanguageClient.affine binding modules. Resolves each extern fn to a real vscode / vscode-languageclient call and maintains the FFI handle table.",
"main": "./mod.js",
"license": "MPL-2.0",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/hyperpolymath/affinescript.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/affinescript-cli/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"exports": {
".": "./mod.js"
},
"license": "MPL-2.0",
"license": "AGPL-3.0-or-later",
"publish": {
"exclude": ["mod_test.js"]
},
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.1.0"
edition = "2021"
authors = ["AffineScript Contributors"]
description = "Runtime library for AffineScript, compiled to WebAssembly"
license = "MIT OR AGPL-3.0-or-later"
license = "AGPL-3.0-or-later"
repository = "https://github.com/hyperpolymath/affinescript"
keywords = ["affinescript", "runtime", "wasm"]
categories = ["wasm", "no-std"]
Expand Down
2 changes: 1 addition & 1 deletion tools/affine-doc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "affine-doc"
version = "0.1.0"
edition = "2021"
description = "Documentation generator for AffineScript"
license = "Apache-2.0 OR MIT"
license = "AGPL-3.0-or-later"
repository = "https://github.com/affinescript/affinescript"
keywords = ["documentation", "affinescript"]
categories = ["development-tools", "command-line-utilities"]
Expand Down
2 changes: 1 addition & 1 deletion tools/affine-pkg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "affine-pkg"
version = "0.1.0"
edition = "2021"
description = "Package manager for AffineScript"
license = "Apache-2.0 OR MIT"
license = "AGPL-3.0-or-later"
repository = "https://github.com/affinescript/affinescript"
keywords = ["package-manager", "affinescript", "build"]
categories = ["development-tools", "command-line-utilities"]
Expand Down
2 changes: 1 addition & 1 deletion tools/affinescript-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "affinescript-lsp"
version = "0.1.0"
edition = "2021"
description = "Language Server Protocol implementation for AffineScript"
license = "Apache-2.0 OR MIT"
license = "AGPL-3.0-or-later"
repository = "https://github.com/affinescript/affinescript"
keywords = ["lsp", "language-server", "affinescript", "ide"]
categories = ["development-tools", "text-editors"]
Expand Down
Loading