Skip to content

Commit

Permalink
chore: add CAL license
Browse files Browse the repository at this point in the history
  • Loading branch information
8e8b2c committed Oct 21, 2024
1 parent 4e28dcd commit 3b023a7
Show file tree
Hide file tree
Showing 16 changed files with 177 additions and 8 deletions.
159 changes: 159 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions crates/holoom_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "holoom_types"
version = "0.0.3"
edition = "2021"
license = "CAL-1.0"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
1 change: 1 addition & 0 deletions crates/jaq_wrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "jaq_wrapper"
version = "0.0.1"
edition = "2021"
license = "CAL-1.0"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
1 change: 1 addition & 0 deletions crates/ping_coordinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "ping_coordinator"
version = "0.0.1"
edition = "2021"
license = "CAL-1.0"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
1 change: 1 addition & 0 deletions crates/records_coordinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "records_coordinator"
version = "0.0.1"
edition = "2021"
license = "CAL-1.0"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
1 change: 1 addition & 0 deletions crates/signer_coordinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "signer_coordinator"
version = "0.0.1"
edition = "2021"
license = "CAL-1.0"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
1 change: 1 addition & 0 deletions crates/username_registry_coordinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "username_registry_coordinator"
version = "0.0.1"
edition = "2021"
license = "CAL-1.0"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
1 change: 1 addition & 0 deletions crates/username_registry_integrity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "username_registry_integrity"
version = "0.0.1"
edition = "2021"
license = "CAL-1.0"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
1 change: 1 addition & 0 deletions crates/username_registry_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "username_registry_utils"
version = "0.0.1"
edition = "2021"
license = "CAL-1.0"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
1 change: 1 addition & 0 deletions crates/username_registry_validation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "username_registry_validation"
version = "0.0.1"
edition = "2021"
license = "CAL-1.0"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
1 change: 1 addition & 0 deletions crates/version_coordinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "version_coordinator"
version = "0.0.1"
edition = "2021"
license = "CAL-1.0"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/authority/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0-dev.16",
"description": "Helpers for interacting with a holoom network authority agent",
"type": "module",
"license": "MIT",
"license": "CAL-1.0",
"main": "dist/index.browser.js",
"types": "dist/types/index.d.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0-dev.16",
"description": "Helpers for interacting with a holoom network agent",
"type": "module",
"license": "MIT",
"license": "CAL-1.0",
"main": "dist/index.browser.js",
"types": "dist/types/index.d.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0-dev.16",
"description": "Helpers for starting a holochain sandbox with holoom installed",
"type": "module",
"license": "MIT",
"license": "CAL-1.0",
"types": "dist/types/index.d.ts",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0-dev.16",
"description": "Types generated from the holoom_types rust lib",
"type": "module",
"license": "MIT",
"license": "CAL-1.0",
"main": "dist/index.browser.js",
"types": "dist/types/index.d.ts",
"exports": {
Expand Down

0 comments on commit 3b023a7

Please sign in to comment.