Skip to content

Commit

Permalink
build: use AGPL-3.0-or-later
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Jul 5, 2022
1 parent 6337fd8 commit 120f101
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion crates/byte/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "drawbridge-byte"
version = "0.1.0"
authors = ["Profian Inc"]
edition = "2021"
license = "AGPL-3.0"
license = "AGPL-3.0-or-later"
homepage = "https://github.com/profianinc/drawbridge"
repository = "https://github.com/profianinc/drawbridge"
description = "Utilities for working with contiguous arrays of bytes and easy conversions to and from Base64 representations in string contexts."
Expand Down
2 changes: 1 addition & 1 deletion crates/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "drawbridge-client"
version = "0.1.0"
authors = ["Profian Inc"]
edition = "2021"
license = "AGPL-3.0"
license = "AGPL-3.0-or-later"
homepage = "https://github.com/profianinc/drawbridge"
repository = "https://github.com/profianinc/drawbridge"
description = "Client library for interacting with the Drawbridge."
Expand Down
2 changes: 1 addition & 1 deletion crates/hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "drawbridge-hash"
version = "0.1.0"
authors = ["Profian Inc"]
edition = "2021"
license = "AGPL-3.0"
license = "AGPL-3.0-or-later"
homepage = "https://github.com/profianinc/drawbridge"
repository = "https://github.com/profianinc/drawbridge"
description = "Content digest utilities."
Expand Down
2 changes: 1 addition & 1 deletion crates/jose/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "drawbridge-jose"
version = "0.1.0"
authors = ["Profian Inc"]
edition = "2021"
license = "AGPL-3.0"
license = "AGPL-3.0-or-later"
homepage = "https://github.com/profianinc/drawbridge"
repository = "https://github.com/profianinc/drawbridge"
description = "JOSE implementation"
Expand Down
2 changes: 1 addition & 1 deletion crates/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "drawbridge-server"
version = "0.1.0"
authors = ["Profian Inc"]
edition = "2021"
license = "AGPL-3.0"
license = "AGPL-3.0-or-later"
homepage = "https://github.com/profianinc/drawbridge"
repository = "https://github.com/profianinc/drawbridge"
description = "Drawbridge server application."
Expand Down
2 changes: 1 addition & 1 deletion crates/type/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "drawbridge-type"
version = "0.1.0"
authors = ["Profian Inc"]
edition = "2021"
license = "AGPL-3.0"
license = "AGPL-3.0-or-later"
homepage = "https://github.com/profianinc/drawbridge"
repository = "https://github.com/profianinc/drawbridge"
description = "Drawbridge type definitions."
Expand Down

0 comments on commit 120f101

Please sign in to comment.