Skip to content

Commit

Permalink
Update license information for our crates.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfachan committed Jan 15, 2024
1 parent fe3cce4 commit 684ea0c
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 16 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ panic = "abort"
panic = "abort"

[workspace.package]
version = "0.4.0-dev"
edition = "2021"
license = "MIT OR Apache-2.0"
version = "0.4.0-dev"

[workspace.dependencies]
anyhow = "1.0.71"
Expand Down
3 changes: 2 additions & 1 deletion crates/cargo-maelstrom/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
name = "cargo-maelstrom"
version.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true

[dependencies]
anyhow.workspace = true
Expand Down
3 changes: 2 additions & 1 deletion crates/maelstrom-base/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
name = "maelstrom-base"
version.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true

[dependencies]
camino.workspace = true
Expand Down
3 changes: 2 additions & 1 deletion crates/maelstrom-broker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
name = "maelstrom-broker"
version.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true

[dependencies]
anyhow.workspace = true
Expand Down
3 changes: 2 additions & 1 deletion crates/maelstrom-client-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
name = "maelstrom-client-cli"
version.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true

[dependencies]
anyhow.workspace = true
Expand Down
3 changes: 2 additions & 1 deletion crates/maelstrom-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
name = "maelstrom-client"
version.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true

[dependencies]
anyhow.workspace = true
Expand Down
5 changes: 2 additions & 3 deletions crates/maelstrom-container/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[package]
name = "maelstrom-container"
version.workspace = true
edition.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
license.workspace = true
version.workspace = true

[dependencies]
anyhow.workspace = true
Expand Down
3 changes: 2 additions & 1 deletion crates/maelstrom-plot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
name = "maelstrom-plot"
version.workspace = true
edition.workspace = true
license = "MIT OR Apache-2.0"
version.workspace = true

[dependencies]
egui.workspace = true
3 changes: 2 additions & 1 deletion crates/maelstrom-simex/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
name = "maelstrom-simex"
version.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true

[dependencies]
num.workspace = true
3 changes: 2 additions & 1 deletion crates/maelstrom-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "maelstrom-test"
version.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true

[dependencies]
3 changes: 2 additions & 1 deletion crates/maelstrom-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
name = "maelstrom-util"
version.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true

[dependencies]
anyhow.workspace = true
Expand Down
3 changes: 2 additions & 1 deletion crates/maelstrom-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
name = "maelstrom-web"
version.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true

[lib]
crate-type = ["cdylib"]
Expand Down
3 changes: 2 additions & 1 deletion crates/maelstrom-worker-child/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
name = "maelstrom-worker-child"
version.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true

[dependencies]
nc.workspace = true
3 changes: 2 additions & 1 deletion crates/maelstrom-worker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
name = "maelstrom-worker"
version.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true

[dependencies]
anyhow.workspace = true
Expand Down

0 comments on commit 684ea0c

Please sign in to comment.