Fix license string for all packages
This commit is contained in:
parent
5be0f99067
commit
fb21edd7a4
5 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@ version = "0.5.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["NGnius (Graham) <ngniusness@gmail.com>"]
|
authors = ["NGnius (Graham) <ngniusness@gmail.com>"]
|
||||||
description = "Music Playlist Script language (MPS)"
|
description = "Music Playlist Script language (MPS)"
|
||||||
license = "LGPL-2.1-only OR GPL-3.0"
|
license = "LGPL-2.1-only OR GPL-3.0-only"
|
||||||
repository = "https://github.com/NGnius/mps"
|
repository = "https://github.com/NGnius/mps"
|
||||||
keywords = ["audio", "playlist", "scripting", "language"]
|
keywords = ["audio", "playlist", "scripting", "language"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
@ -34,7 +34,7 @@ One day I'll add pretty REPL example pictures and some script files...
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
LGPL-2.1-only OR GPL-3.0
|
LGPL-2.1-only OR GPL-3.0-only
|
||||||
|
|
||||||
**NOTE**: When advanced features are enabled, GPL-3.0 must be used.
|
**NOTE**: When advanced features are enabled, GPL-3.0 must be used.
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
name = "mps-interpreter"
|
name = "mps-interpreter"
|
||||||
version = "0.5.0"
|
version = "0.5.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "LGPL-2.1-only OR GPL-2.0-or-later"
|
license = "LGPL-2.1-only OR GPL-3.0-only"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -4,7 +4,7 @@ version = "0.5.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["NGnius <ngniusness@gmail.com>"]
|
authors = ["NGnius <ngniusness@gmail.com>"]
|
||||||
description = "Minimal playlist generator for MPS files"
|
description = "Minimal playlist generator for MPS files"
|
||||||
license = "LGPL-2.1-only OR GPL-2.0-or-later"
|
license = "LGPL-2.1-only OR GPL-3.0-only"
|
||||||
repository = "https://github.com/NGnius/mps"
|
repository = "https://github.com/NGnius/mps"
|
||||||
keywords = ["audio", "playlist", "scripting", "language"]
|
keywords = ["audio", "playlist", "scripting", "language"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
name = "mps-player"
|
name = "mps-player"
|
||||||
version = "0.5.0"
|
version = "0.5.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "LGPL-2.1-only OR GPL-2.0-or-later"
|
license = "LGPL-2.1-only OR GPL-3.0-only"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in a new issue