Skip to content

Commit

Permalink
Change license to dual license for some crates
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Oct 24, 2024
1 parent 75ad38e commit 03db1f3
Show file tree
Hide file tree
Showing 24 changed files with 992 additions and 298 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
resolver = "2"
members = ["crates/*"]
members = ["crates/*", "bitwarden_license/*"]

# Global settings for all crates should be defined here
[workspace.package]
Expand All @@ -27,7 +27,7 @@ bitwarden-exporters = { path = "crates/bitwarden-exporters", version = "=1.0.0"
bitwarden-fido = { path = "crates/bitwarden-fido", version = "=1.0.0" }
bitwarden-generators = { path = "crates/bitwarden-generators", version = "=1.0.0" }
bitwarden-send = { path = "crates/bitwarden-send", version = "=1.0.0" }
bitwarden-sm = { path = "crates/bitwarden-sm", version = "=1.0.0" }
bitwarden-sm = { path = "bitwarden_license/bitwarden-sm", version = "=1.0.0" }
bitwarden-vault = { path = "crates/bitwarden-vault", version = "=1.0.0" }

# External crates that are expected to maintain a consistent version across all crates
Expand Down
315 changes: 20 additions & 295 deletions LICENSE

Large diffs are not rendered by default.

674 changes: 674 additions & 0 deletions LICENSE_GPL.txt

Large diffs are not rendered by default.

295 changes: 295 additions & 0 deletions LICENSE_SDK.txt

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition.workspace = true
rust-version.workspace = true
homepage.workspace = true
repository.workspace = true
license-file.workspace = true
license-file = "../../LICENSE_SDK.txt"
keywords.workspace = true

[dependencies]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 03db1f3

Please sign in to comment.