Skip to content

Commit

Permalink
[derive] Switch to the license field in Cargo.toml (#191)
Browse files Browse the repository at this point in the history
Using the license-file field means it is a nonstandard license.

Signed-off-by: David Michael <fedora.dm0@gmail.com>
  • Loading branch information
dm0- authored and joshlf committed Aug 3, 2023
1 parent c607474 commit 82264e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion zerocopy-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "zerocopy-derive"
version = "0.6.1"
authors = ["Joshua Liebow-Feeser <joshlf@google.com>"]
description = "Custom derive for traits from the zerocopy crate"
license-file = "../LICENSE"
license = "BSD-2-Clause"
repository = "https://github.com/google/zerocopy"
rust-version = "1.61.0"

Expand Down
1 change: 1 addition & 0 deletions zerocopy-derive/LICENSE

0 comments on commit 82264e5

Please sign in to comment.