diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-05-19 06:46:52 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-05-19 06:46:52 +0200 |
commit | 44a658a87d5d764265ed3c5d703fddd6c1c7614d (patch) | |
tree | 20bf6827777cf7cdaf7ec1e7794d30a6cf51bb55 | |
parent | a75e1ce20973657b9fed4064e68bb813034aa8f9 (diff) |
openjdk-runtime: Add a note on the license terms.
Change-Id: Idc7cf853dc5446a23825dbf94387a7294bacd180
-rw-r--r-- | openjdk-runtime/README.adoc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openjdk-runtime/README.adoc b/openjdk-runtime/README.adoc index 9cd942d..f163d4e 100644 --- a/openjdk-runtime/README.adoc +++ b/openjdk-runtime/README.adoc @@ -65,3 +65,14 @@ RUN /jdk/*/bin/jlink \ ---- docker run $IMAGE_NAME java -version ---- + + +== License + +This recipe is freely redistributable under the GNU General Public +License, version 3, or, at your option, any later version. + +Redistribution of the resulting container image is subject to the +https://www.redhat.com/en/about/agreements#UBI[Red Hat Universal Base +Image EULA] in addition to the license terms applicable to the +individual software components it consists of. |