Skip to content

Commit 8aee215

Browse files
committed
Rework license inclusion, add new splashes
1 parent edb8752 commit 8aee215

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ As RetroWrapper uses LegacyLauncher, it is version independent, and able to run
4545

4646
## Credits
4747

48-
Binary distributions of this software bundle classes from the [Apache Commons project](https://commons.apache.org/), which are licensed under the Apache License Version 2.0. A full copy of this license can be found in COMMONS-LICENSE.txt, which should be in the top-level directory of this repository. Binary distributions also include this information under META-INF.
48+
RetroWrapper is licensed under the MIT license. A full copy of this license can be found in LICENSE.md, which should be in the top-level directory of this repository. Binary distributions also include this information in the root folder of the compiled jar.
4949

50-
Binary distributions of this software bundle classes from [minimal-json](https://github.com/ralfstx/minimal-json), which are licensed under the MIT license. A full copy of this license can be found in MINIMAL-JSON-LICENSE.txt, which should be in the top-level directory of this repository. Binary distributions also include this information under META-INF.
50+
Binary distributions of this software bundle classes from the [Apache Commons project](https://commons.apache.org/), which are licensed under the Apache License Version 2.0. A full copy of this license can be found in COMMONS-LICENSE.txt, which should be in the top-level directory of this repository. Binary distributions also include this information in the root folder of the compiled jar.
51+
52+
Binary distributions of this software bundle classes from [minimal-json](https://github.com/ralfstx/minimal-json), which are licensed under the MIT license. A full copy of this license can be found in MINIMAL-JSON-LICENSE.txt, which should be in the top-level directory of this repository. Binary distributions also include this information in the root folder of the compiled jar.
5153

5254
[Crafatar](https://crafatar.com) is used to download skins and capes if the Mojang API isn't working. Thank you for providing an alternative skin and cape API!
5355

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,10 @@ shadowJar {
9797

9898
// Currently, this merges all licences from each library into one file, as well as the same for notices.
9999
// TODO: Come up with a better way to do this. Ideally I'd rename the file based on the library.
100-
append 'META-INF/LICENSE.txt'
100+
//append 'META-INF/LICENSE.txt'
101+
exclude 'META-INF/LICENSE.txt'
102+
from 'COMMONS-LICENSE.txt'
103+
from 'MINIMAL-JSON-LICENSE.txt'
101104
append 'META-INF/NOTICE.txt'
102105

103106
// Relocate libraries to prevent them from leaking into the classpath for other applications

src/main/resources/com/zero/retrowrapper/retrowrapperInstallerSplashes.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ Now with less wrapping!
1717
Score: &e0!
1818
Diagonal flood!
1919
Aplha!
20-
DOHASDOSHIH!
20+
DOHASDOSHIH!
21+
It's a secret!
22+
More than 500 commits!
23+
Minfcraft!

0 commit comments

Comments
 (0)