aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/java/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/java/README.md b/src/java/README.md
index 0ddda2a..02a6413 100644
--- a/src/java/README.md
+++ b/src/java/README.md
@@ -22,6 +22,9 @@ Installs Java, SDKMAN! (if not installed), and needed dependencies.
| installGradle | Install Gradle, a build automation tool for multi-language software development | boolean | - |
| installMaven | Install Maven, a management tool for Java | boolean | - |
+## License
+
+For the Java Feature from this repository, see [NOTICE.txt](https://github.com/devcontainers/features/tree/main/src/java/NOTICE.txt) for licensing information on JDK distributions.
---