Skip to content

Commit

Permalink
chore: Fix warnings for license config
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <[email protected]>
  • Loading branch information
Stranger6667 committed Feb 5, 2025
1 parent 670d409 commit b2754fd
Show file tree
Hide file tree
Showing 18 changed files with 4 additions and 15 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ edition = "2021"
authors = ["Dmitry Dygalo <[email protected]>"]
repository = "https://github.com/Stranger6667/jsonschema"
license = "MIT"
license-file = "LICENSE"

[profile.release]
lto = "fat"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2024 Dmitry Dygalo
Copyright (c) 2020-2025 Dmitry Dygalo

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 0 additions & 1 deletion crates/benchmark-suite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ edition.workspace = true
authors.workspace = true
repository.workspace = true
license.workspace = true
license-file.workspace = true
publish = false

[dev-dependencies]
Expand Down
1 change: 0 additions & 1 deletion crates/benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ version = "0.1.0"
rust-version = "1.80"
readme = "README.md"
license.workspace = true
license-file.workspace = true
repository.workspace = true
edition.workspace = true
authors.workspace = true
Expand Down
1 change: 0 additions & 1 deletion crates/jsonschema-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ edition.workspace = true
authors.workspace = true
repository.workspace = true
license.workspace = true
license-file.workspace = true

[dependencies]
clap = { version = "4.5", features = ["derive"] }
Expand Down
1 change: 1 addition & 0 deletions crates/jsonschema-cli/LICENSE
1 change: 0 additions & 1 deletion crates/jsonschema-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ keywords = ["jsonschema", "validation"]
categories = ["web-programming"]
readme = "README.md"
license.workspace = true
license-file = "LICENSE"
repository.workspace = true
rust-version.workspace = true
edition.workspace = true
Expand Down
1 change: 0 additions & 1 deletion crates/jsonschema-referencing-testsuite-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition.workspace = true
authors.workspace = true
repository.workspace = true
license.workspace = true
license-file.workspace = true

[lib]
proc-macro = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition.workspace = true
authors.workspace = true
repository.workspace = true
license.workspace = true
license-file.workspace = true

[dependencies]
serde.workspace = true
Expand Down
1 change: 0 additions & 1 deletion crates/jsonschema-referencing-testsuite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition.workspace = true
authors.workspace = true
repository.workspace = true
license.workspace = true
license-file.workspace = true

[dependencies]
referencing_codegen = { package = "jsonschema-referencing-testsuite-codegen", path = "../jsonschema-referencing-testsuite-codegen/" }
Expand Down
1 change: 0 additions & 1 deletion crates/jsonschema-referencing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ edition.workspace = true
authors.workspace = true
repository.workspace = true
license.workspace = true
license-file.workspace = true

[dependencies]
ahash.workspace = true
Expand Down
1 change: 1 addition & 0 deletions crates/jsonschema-referencing/LICENSE
1 change: 0 additions & 1 deletion crates/jsonschema-testsuite-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition.workspace = true
authors.workspace = true
repository.workspace = true
license.workspace = true
license-file.workspace = true
publish = false

[lib]
Expand Down
1 change: 0 additions & 1 deletion crates/jsonschema-testsuite-internal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition.workspace = true
authors.workspace = true
repository.workspace = true
license.workspace = true
license-file.workspace = true
publish = false

[dependencies]
Expand Down
1 change: 0 additions & 1 deletion crates/jsonschema-testsuite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ rust-version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
license-file.workspace = true
publish = false

[dependencies]
Expand Down
1 change: 0 additions & 1 deletion crates/jsonschema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ keywords = ["jsonschema", "validation"]
categories = ["web-programming"]
readme = "../../README.md"
license.workspace = true
license-file.workspace = true
repository.workspace = true
rust-version.workspace = true
edition.workspace = true
Expand Down
1 change: 1 addition & 0 deletions crates/jsonschema/LICENSE
1 change: 0 additions & 1 deletion crates/testsuite-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition.workspace = true
authors.workspace = true
repository.workspace = true
license.workspace = true
license-file.workspace = true

[dependencies]
syn = { version = "2", features = ["full"] }
Expand Down

0 comments on commit b2754fd

Please sign in to comment.