Commit 346a2dc
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments