Skip to content

Commit dd608d8

Browse files
committed
Add more licensing/usage info
1 parent ff7ba11 commit dd608d8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,14 @@ development. As such every commit could be a breaking change. Please plan accord
1313
This repository incorporates (in addition to libraries loaded by gradle) a file taken
1414
from [the google gson extra repository](https://github.com/google/gson/blob/master/extras/src/main/java/com/google/gson/typeadapters/RuntimeTypeAdapterFactory.java)
1515
with our own changes (highlighted in the code). That file is licensed under the Apache License version 2.0. The rest of
16-
the source code is licensed under the BSD-2-Clause License.
16+
the source code is licensed under the BSD-2-Clause License. The `gradlew`, `gradlew.bat` and
17+
`gradle/wrapper/gradle-wrapper.jar` are license under the Apache License version 2.0: https://docs.gradle.org/current/userguide/licenses.html.
18+
19+
20+
## Usage
21+
22+
You will need to manually download the repository files. I would personally recommend making use of the E-Tag returned by
23+
https://github.com/NotEnoughUpdates/NotEnoughUpdates-REPO/archive/refs/heads/master.zip for simple applications. This
24+
library is available at https://repo.nea.moe/#/releases/moe/nea/neurepoparser/1.0.0. Check out the
25+
[TestMain.java](src/test/java/TestMain.java)
1726

0 commit comments

Comments
 (0)