Move license split info into readme & rename license files a bit

This commit is contained in:
Vankka 2022-05-28 19:36:50 +03:00
parent e0baac69ae
commit 115c83a19a
No known key found for this signature in database
GPG Key ID: 6E50CB7A29B96AD0
5 changed files with 12 additions and 8 deletions

View File

@ -1,7 +0,0 @@
DiscordSRV is dual licensed
The `api`-module is licensed under the MIT License.
Everything else is licensed under GPLv3 or later, unless otherwise noted.
You may view these licenses in the `LICENSE-MIT` and `LICENSE-GPLv3` files.

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# Temporary repository for DiscordSRV2 [Not ready, not usable]
# DiscordSRV
### License
DiscordSRV is dual licensed
The `api`-module is licensed under the MIT License (see [LICENSE-API](./LICENSE-API)).
Everything else is licensed under GPLv3 or later (see [LICENSE](./LICENSE)), unless otherwise noted.

View File

@ -10,7 +10,7 @@ shadowJar {
archiveClassifier = ''
// Include the license in the jar
from(rootProject.file('licenses/GPLv3.txt')) {
from(rootProject.file('licenses/LICENSE')) {
rename { fileName -> 'LICENSE.txt' }
}