diff --git a/.integration/Cargo.toml b/.integration/Cargo.toml index b343fe6563..d6ae356cd4 100644 --- a/.integration/Cargo.toml +++ b/.integration/Cargo.toml @@ -13,7 +13,7 @@ keywords = [ "zero-knowledge" ] categories = [ "cryptography", "operating-systems" ] -license = "GPL-3.0" +license = "Apache-2.0" edition = "2021" [dev-dependencies.snarkos-node-cdn] diff --git a/Cargo.toml b/Cargo.toml index 9c1b8b9c68..429b37235d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ keywords = [ "zero-knowledge" ] categories = [ "cryptography", "operating-systems" ] -license = "GPL-3.0" +license = "Apache-2.0" edition = "2021" [workspace] diff --git a/account/Cargo.toml b/account/Cargo.toml index 1d394e44fd..dd1d55c165 100644 --- a/account/Cargo.toml +++ b/account/Cargo.toml @@ -13,7 +13,7 @@ keywords = [ "zero-knowledge" ] categories = [ "cryptography", "operating-systems" ] -license = "GPL-3.0" +license = "Apache-2.0" edition = "2021" [dependencies.anyhow] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index c0de30dc82..d400b4d171 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -13,7 +13,7 @@ keywords = [ "zero-knowledge" ] categories = [ "cryptography", "operating-systems" ] -license = "GPL-3.0" +license = "Apache-2.0" edition = "2021" [dependencies.aleo-std] diff --git a/display/Cargo.toml b/display/Cargo.toml index 7e6642a43c..973ff2f2b1 100644 --- a/display/Cargo.toml +++ b/display/Cargo.toml @@ -13,7 +13,7 @@ keywords = [ "zero-knowledge" ] categories = [ "cryptography", "operating-systems" ] -license = "GPL-3.0" +license = "Apache-2.0" edition = "2021" [dependencies.anyhow] diff --git a/node/Cargo.toml b/node/Cargo.toml index ca5ca67ebc..7e601a1241 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -13,7 +13,7 @@ keywords = [ "zero-knowledge" ] categories = [ "cryptography", "operating-systems" ] -license = "GPL-3.0" +license = "Apache-2.0" edition = "2021" [features] diff --git a/node/cdn/Cargo.toml b/node/cdn/Cargo.toml index 2344b6f4b7..4f1b0ad7f4 100644 --- a/node/cdn/Cargo.toml +++ b/node/cdn/Cargo.toml @@ -13,7 +13,7 @@ keywords = [ "zero-knowledge" ] categories = [ "cryptography", "operating-systems" ] -license = "GPL-3.0" +license = "Apache-2.0" edition = "2021" [features] diff --git a/node/consensus/Cargo.toml b/node/consensus/Cargo.toml index 6d32fa4877..72e8ce9c2a 100644 --- a/node/consensus/Cargo.toml +++ b/node/consensus/Cargo.toml @@ -13,7 +13,7 @@ keywords = [ "zero-knowledge" ] categories = [ "cryptography", "operating-systems" ] -license = "GPL-3.0" +license = "Apache-2.0" edition = "2021" [features] diff --git a/node/messages/Cargo.toml b/node/messages/Cargo.toml index 55290f4bb2..86676c07cd 100644 --- a/node/messages/Cargo.toml +++ b/node/messages/Cargo.toml @@ -13,7 +13,7 @@ keywords = [ "zero-knowledge" ] categories = [ "cryptography", "operating-systems" ] -license = "GPL-3.0" +license = "Apache-2.0" edition = "2021" [features] diff --git a/node/metrics/Cargo.toml b/node/metrics/Cargo.toml index 9e1a075aeb..8f023034a5 100644 --- a/node/metrics/Cargo.toml +++ b/node/metrics/Cargo.toml @@ -13,7 +13,7 @@ keywords = [ "zero-knowledge" ] categories = [ "cryptography", "operating-systems" ] -license = "GPL-3.0" +license = "Apache-2.0" edition = "2021" [dependencies.metrics] diff --git a/node/rest/Cargo.toml b/node/rest/Cargo.toml index 80a9a114f6..bc89bb5fe7 100644 --- a/node/rest/Cargo.toml +++ b/node/rest/Cargo.toml @@ -13,7 +13,7 @@ keywords = [ "zero-knowledge" ] categories = [ "cryptography", "operating-systems" ] -license = "GPL-3.0" +license = "Apache-2.0" edition = "2021" [features] diff --git a/node/router/Cargo.toml b/node/router/Cargo.toml index 1a58987243..7ed93599c6 100644 --- a/node/router/Cargo.toml +++ b/node/router/Cargo.toml @@ -13,7 +13,7 @@ keywords = [ "zero-knowledge" ] categories = [ "cryptography", "operating-systems" ] -license = "GPL-3.0" +license = "Apache-2.0" edition = "2021" [features] diff --git a/node/tcp/Cargo.toml b/node/tcp/Cargo.toml index 9b4a9ba5d4..f1c8295e93 100644 --- a/node/tcp/Cargo.toml +++ b/node/tcp/Cargo.toml @@ -13,7 +13,7 @@ keywords = [ "zero-knowledge" ] categories = [ "cryptography", "operating-systems" ] -license = "GPL-3.0" +license = "Apache-2.0" edition = "2021" [dependencies]