Skip to content

Commit

Permalink
chore: licenses (#165)
Browse files Browse the repository at this point in the history
* chore: licenses

* chore: restore library crate license

* chore: use workspace license
  • Loading branch information
evilrobot-01 authored May 14, 2024
1 parent 681e6ed commit 23dbc4e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ members = ["crates/*"]

[workspace.package]
edition = "2021"
license = "GPL-3"

[workspace.dependencies]
anyhow = "1.0"
Expand Down
1 change: 1 addition & 0 deletions crates/pop-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "pop-cli"
description = "An all-in-one tool for Polkadot development."
version = "0.1.0"
edition.workspace = true
license.workspace = true

[[bin]]
name = "pop"
Expand Down
1 change: 1 addition & 0 deletions crates/pop-contracts/src/errors.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-3.0
use thiserror::Error;

#[derive(Error, Debug)]
Expand Down
1 change: 1 addition & 0 deletions crates/pop-parachains/src/errors.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-3.0
use crate::templates;
use thiserror::Error;
use zombienet_sdk::OrchestratorError;
Expand Down
1 change: 1 addition & 0 deletions crates/pop-telemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "pop-telemetry"
version = "0.1.0"
edition.workspace = true
license.workspace = true

[dependencies]
dirs = { workspace = true }
Expand Down

0 comments on commit 23dbc4e

Please sign in to comment.