Skip to content

Commit

Permalink
Set license property in packages
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Oct 7, 2023
1 parent 754bf31 commit af9a2b5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ members = [
]

[workspace.package]
license = "MIT"
version = "0.2.0"
edition = "2021"

Expand Down
1 change: 1 addition & 0 deletions agent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "satori-agent"
license.workspace = true
version.workspace = true
edition.workspace = true

Expand Down
1 change: 1 addition & 0 deletions archiver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "satori-archiver"
license.workspace = true
version.workspace = true
edition.workspace = true

Expand Down
1 change: 1 addition & 0 deletions common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "satori-common"
license.workspace = true
version.workspace = true
edition.workspace = true

Expand Down
1 change: 1 addition & 0 deletions ctl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "satorictl"
license.workspace = true
version.workspace = true
edition.workspace = true

Expand Down
1 change: 1 addition & 0 deletions event-processor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "satori-event-processor"
license.workspace = true
version.workspace = true
edition.workspace = true

Expand Down
1 change: 1 addition & 0 deletions storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "satori-storage"
license.workspace = true
version.workspace = true
edition.workspace = true

Expand Down

0 comments on commit af9a2b5

Please sign in to comment.