mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-11-24 12:16:47 +01:00
Move license split info into readme & rename license files a bit
This commit is contained in:
parent
e0baac69ae
commit
115c83a19a
@ -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
11
README.md
Normal 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.
|
@ -10,7 +10,7 @@ shadowJar {
|
|||||||
archiveClassifier = ''
|
archiveClassifier = ''
|
||||||
|
|
||||||
// Include the license in the jar
|
// Include the license in the jar
|
||||||
from(rootProject.file('licenses/GPLv3.txt')) {
|
from(rootProject.file('licenses/LICENSE')) {
|
||||||
rename { fileName -> 'LICENSE.txt' }
|
rename { fileName -> 'LICENSE.txt' }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user