Skip to content

Commit 346a2dc

Browse files
authored
Reinclude license (#73)
In 1.2.1 the project was relicensed to Apache-2.0 OR GPL-2.0-only, and now ships two license texts. However, `Cargo.toml` is still set to only include `LICENSE` - broaden it to `LICENSE*` so the two license files are actually included as intended. ``` $ cargo package --allow-dirty --list | grep LICENSE LICENSE-APACHE LICENSE-GPLv2 ``` Signed-off-by: Michel Lind <[email protected]>
1 parent e634b19 commit 346a2dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/Voultapher/self_cell"
1313
keywords = ["lifetime", "borrowing", "self", "reference", "intrusive"]
1414
categories = ["rust-patterns", "memory-management"]
1515

16-
include = ["src/*.rs", "Cargo.toml", "README.md", "LICENSE"]
16+
include = ["src/*.rs", "Cargo.toml", "README.md", "LICENSE*"]
1717

1818
[dependencies]
1919
rustversion = { version = ">=1", optional = true }

0 commit comments

Comments
 (0)