aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-05-25 01:44:41 +0200
committernea <nea@nea.moe>2023-05-25 01:44:41 +0200
commitdd608d89aabeae1cd5302ba0a79149d60001ab87 (patch)
treec687afe48a88a6146765f870d6de8b30e3292c94
parentff7ba115ba1d417fa21a4e8cb0284b2fdcbf1021 (diff)
downloadneurepoparsing-dd608d89aabeae1cd5302ba0a79149d60001ab87.tar.gz
neurepoparsing-dd608d89aabeae1cd5302ba0a79149d60001ab87.tar.bz2
neurepoparsing-dd608d89aabeae1cd5302ba0a79149d60001ab87.zip
Add more licensing/usage info
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index fd736ef..9a9c820 100644
--- a/README.md
+++ b/README.md
@@ -13,5 +13,14 @@ development. As such every commit could be a breaking change. Please plan accord
This repository incorporates (in addition to libraries loaded by gradle) a file taken
from [the google gson extra repository](https://github.com/google/gson/blob/master/extras/src/main/java/com/google/gson/typeadapters/RuntimeTypeAdapterFactory.java)
with our own changes (highlighted in the code). That file is licensed under the Apache License version 2.0. The rest of
-the source code is licensed under the BSD-2-Clause License.
+the source code is licensed under the BSD-2-Clause License. The `gradlew`, `gradlew.bat` and
+`gradle/wrapper/gradle-wrapper.jar` are license under the Apache License version 2.0: https://docs.gradle.org/current/userguide/licenses.html.
+
+
+## Usage
+
+You will need to manually download the repository files. I would personally recommend making use of the E-Tag returned by
+https://github.com/NotEnoughUpdates/NotEnoughUpdates-REPO/archive/refs/heads/master.zip for simple applications. This
+library is available at https://repo.nea.moe/#/releases/moe/nea/neurepoparser/1.0.0. Check out the
+[TestMain.java](src/test/java/TestMain.java)