Manually update license information in Cargo.toml files

... that are not published or private or not processed by xtask for
other reasons.
This commit is contained in:
Tobias Hunger 2021-12-21 15:43:47 +01:00 committed by Simon Hausmann
parent f74e24209e
commit 597467fae9
24 changed files with 24 additions and 24 deletions

View file

@ -4,7 +4,7 @@ version = "0.1.6"
authors = ["SixtyFPS <info@sixtyfps.io>"]
edition = "2018"
publish = false
license = "GPL-3.0-only"
license = "(GPL-3.0-only OR LicenseRef-SixtyFPS-commercial)"
[[bin]]
path = "main.rs"