Skip to content

Commit

Permalink
Improve licensing language (#10)
Browse files Browse the repository at this point in the history
Improve language around licensing for most crates to be GPL or Bitwarden
SDK License.
  • Loading branch information
Hinton authored Oct 24, 2024
1 parent 75ad38e commit db648d7
Show file tree
Hide file tree
Showing 28 changed files with 2,343 additions and 299 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.
2 changes: 1 addition & 1 deletion languages/js/sdk-internal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bitwarden/sdk-internal",
"version": "0.1.0",
"license": "SEE LICENSE IN LICENSE",
"license": "GPL-3.0",
"files": [
"bitwarden_wasm_internal_bg.js",
"bitwarden_wasm_internal_bg.wasm",
Expand Down
2 changes: 2 additions & 0 deletions languages/kotlin/sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

kotlinOptions {
jvmTarget = '1.8'
}
Expand Down
674 changes: 674 additions & 0 deletions languages/kotlin/sdk/src/main/resources/META-INF/LICENSE_GPL.txt

Large diffs are not rendered by default.

674 changes: 674 additions & 0 deletions languages/swift/LICENSE_GPL.txt

Large diffs are not rendered by default.

0 comments on commit db648d7

Please sign in to comment.