diff --git a/native/cpp/CommonCpp/CryptoTools/opaque-ke-cxx/Cargo.toml b/native/cpp/CommonCpp/CryptoTools/opaque-ke-cxx/Cargo.toml
--- a/native/cpp/CommonCpp/CryptoTools/opaque-ke-cxx/Cargo.toml
+++ b/native/cpp/CommonCpp/CryptoTools/opaque-ke-cxx/Cargo.toml
@@ -2,6 +2,7 @@
 name = "opaque-ke-cxx"
 version = "0.1.0"
 edition = "2021"
+license = "BSD-3-Clause"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
diff --git a/services/commtest/Cargo.toml b/services/commtest/Cargo.toml
--- a/services/commtest/Cargo.toml
+++ b/services/commtest/Cargo.toml
@@ -2,6 +2,7 @@
 name = "commtest"
 version = "0.1.0"
 edition = "2021"
+license = "BSD-3-Clause"
 
 [dependencies]
 tonic = "0.6"
diff --git a/services/identity/Cargo.toml b/services/identity/Cargo.toml
--- a/services/identity/Cargo.toml
+++ b/services/identity/Cargo.toml
@@ -2,6 +2,7 @@
 name = "identity"
 version = "0.1.0"
 edition = "2021"
+license = "BSD-3-Clause"
 
 [dependencies]
 tonic = "0.6"
diff --git a/services/tunnelbroker/rust-notifications/Cargo.toml b/services/tunnelbroker/rust-notifications/Cargo.toml
--- a/services/tunnelbroker/rust-notifications/Cargo.toml
+++ b/services/tunnelbroker/rust-notifications/Cargo.toml
@@ -3,7 +3,7 @@
 description = "Library for sending iOS and Android push notifications"
 homepage = "https://comm.app"
 version = "0.1.0"
-license = "MIT"
+license = "BSD-3-Clause"
 edition = "2021"
 
 [dependencies]