Skip to content

Commit 5d58e11

Browse files
tilo-14Tilo Palfner
andauthored
chore: replace LICENSE with Apache-2.0; add NOTICE (#2377)
Co-authored-by: Tilo Palfner <tilohelius@Tilos-MacBook-Pro.local>
1 parent f0add53 commit 5d58e11

25 files changed

Lines changed: 262 additions & 677 deletions

File tree

LICENSE

Lines changed: 216 additions & 674 deletions
Large diffs are not rendered by default.

NOTICE

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Light Protocol
2+
Copyright 2021-2026 Light Protocol Labs
3+
4+
This product is licensed under the Apache License, Version 2.0.
5+
6+
The previous LICENSE file in this repository contained GPL-3.0 text
7+
inherited from the Light Protocol v1 codebase. Apache-2.0 has been the
8+
intended and declared license for the on-chain programs, SDK crates, and
9+
npm packages, as reflected in their respective Cargo.toml and
10+
package.json manifests. The root LICENSE file has been updated to
11+
reflect the actual licensing intent.
12+
13+
Third-party components:
14+
15+
prover/server/ contains MIT-licensed code derived from work
16+
Copyright (c) 2023 Worldcoin Foundation. See prover/server/LICENSE.
17+
18+
program-libs/hasher/src/syscalls/ contains code adapted from
19+
solana-labs/solana, licensed under the Apache License, Version 2.0.
20+
See file headers for attribution.
21+
22+
program-libs/aligned-sized/ is licensed under MIT, Copyright (c) 2023
23+
Light Protocol Labs. See program-libs/aligned-sized/LICENSE.

forester/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "forester"
33
version = "1.1.0"
4+
license = "Apache-2.0"
45
edition = "2021"
56
publish = false
67

program-libs/compressible/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.6.0"
44
edition = "2021"
55
description = "Light Protocol compressible data structures"
66
readme = "README.md"
7-
license = "MIT"
7+
license = "Apache-2.0"
88

99
[features]
1010
default = ["solana"]

program-libs/token-interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.5.0"
44
edition = { workspace = true }
55
description = "Light Protocol token instruction data types."
66
readme = "README.md"
7-
license = "MIT"
7+
license = "Apache-2.0"
88

99
[features]
1010
anchor = ["light-compressed-account/anchor", "dep:anchor-lang", "light-compressible/anchor"]

program-tests/account-compression-test/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "account-compression-test"
33
version = "1.1.0"
44
description = "Created with Anchor"
5+
license = "Apache-2.0"
56
edition = "2021"
67
publish = false
78

program-tests/compressed-token-test/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "compressed-token-test"
33
version = "1.1.0"
44
description = "Created with Anchor"
5+
license = "Apache-2.0"
56
edition = "2021"
67
publish = false
78

program-tests/e2e-test/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "e2e-test"
33
version = "1.1.0"
44
description = "Created with Anchor"
5+
license = "Apache-2.0"
56
edition = "2021"
67
publish = false
78

program-tests/registry-test/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "registry-test"
33
version = "1.1.0"
44
description = "Created with Anchor"
5+
license = "Apache-2.0"
56
edition = "2021"
67
publish = false
78

program-tests/system-test/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "system-test"
33
version = "1.1.0"
44
description = "Created with Anchor"
5+
license = "Apache-2.0"
56
edition = "2021"
67
publish = false
78

0 commit comments

Comments
 (0)