Skip to content

Commit

Permalink
chore: Define our license in every crate we have
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed Oct 4, 2024
1 parent 2f2d15c commit adaba5a
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/autojoin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "example-autojoin"
version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"

[[bin]]
name = "example-autojoin"
Expand Down
1 change: 1 addition & 0 deletions examples/backups/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "example-backups"
version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"

[[bin]]
name = "example-backups"
Expand Down
1 change: 1 addition & 0 deletions examples/command_bot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "example-command-bot"
version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"

[[bin]]
name = "example-command-bot"
Expand Down
1 change: 1 addition & 0 deletions examples/cross_signing_bootstrap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "example-cross-signing-bootstrap"
version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"

[[bin]]
name = "example-cross-signing-bootstrap"
Expand Down
1 change: 1 addition & 0 deletions examples/custom_events/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "example-custom-events"
version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"

[[bin]]
name = "example-custom-events"
Expand Down
1 change: 1 addition & 0 deletions examples/emoji_verification/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "example-emoji-verification"
version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"

[[bin]]
name = "example-emoji-verification"
Expand Down
1 change: 1 addition & 0 deletions examples/get_profiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "example-get-profiles"
version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"

[[bin]]
name = "example-get-profiles"
Expand Down
1 change: 1 addition & 0 deletions examples/getting_started/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "example-getting-started"
version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"

[[bin]]
name = "example-getting-started"
Expand Down
1 change: 1 addition & 0 deletions examples/image_bot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "example-image-bot"
version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"

[[bin]]
name = "example-image-bot"
Expand Down
1 change: 1 addition & 0 deletions examples/login/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "example-login"
version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"

[[bin]]
name = "example-login"
Expand Down
1 change: 1 addition & 0 deletions examples/oidc_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "example-oidc-cli"
version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"

[[bin]]
name = "example-oidc-cli"
Expand Down
1 change: 1 addition & 0 deletions examples/persist_session/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "example-persist-session"
version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"

[[bin]]
name = "example-persist-session"
Expand Down
1 change: 1 addition & 0 deletions examples/qr-login/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "example-qr-login"
version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"

[[bin]]
name = "example-qr-login"
Expand Down
1 change: 1 addition & 0 deletions examples/secret_storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "example-secret-storage"
version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"

[[bin]]
name = "example-secret-storage"
Expand Down
1 change: 1 addition & 0 deletions examples/timeline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "example-timeline"
version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"

[[bin]]
name = "example-timeline"
Expand Down
1 change: 1 addition & 0 deletions labs/multiverse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "multiverse"
version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"

[[bin]]
name = "multiverse"
Expand Down
1 change: 1 addition & 0 deletions testing/matrix-sdk-integration-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description = "Internal integration testing for matrix-sdk crate"
version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"

[dev-dependencies]
anyhow = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions uniffi-bindgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "uniffi-bindgen"
version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"

[dependencies]
uniffi = { workspace = true, features = ["cli"] }
1 change: 1 addition & 0 deletions xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "xtask"
version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"

[[bin]]
name = "xtask"
Expand Down

0 comments on commit adaba5a

Please sign in to comment.