Bundled OpenJDK Runtime — License Notice
=========================================

The UofA wheels for some platforms bundle an OpenJDK 17 LTS Java Runtime
Environment (JRE) sourced from the Eclipse Adoptium project (Temurin
distribution). The JRE is licensed under the GNU General Public License,
version 2, with the Classpath Exception ("GPL-2.0 WITH Classpath-exception-2.0").

* Upstream project:    https://openjdk.org/
* Distributor:         https://adoptium.net/
* Canonical license:   https://openjdk.org/legal/gplv2+ce.html

The full GPL-2.0 license text and the per-module legal notices distributed
with the OpenJDK source are preserved verbatim inside the wheel at
``uofa_cli/_runtime/jre/legal/`` after install. Consult that directory for
the authoritative license terms covering each bundled module.

Classpath Exception (verbatim)
------------------------------

"Linking this library statically or dynamically with other modules is
making a combined work based on this library.  Thus, the terms and
conditions of the GNU General Public License cover the whole combination.

As a special exception, the copyright holders of this library give you
permission to link this library with independent modules to produce an
executable, regardless of the license terms of these independent modules,
and to copy and distribute the resulting executable under terms of your
choice, provided that you also meet, for each linked independent module,
the terms and conditions of the license of that module.  An independent
module is a module which is not derived from or based on this library.
If you modify this library, you may extend this exception to your version
of the library, but you are not obligated to do so.  If you do not wish to
do so, delete this exception statement from your version."

Source availability
-------------------

The OpenJDK source code corresponding to the bundled JRE binaries is
available from the Adoptium project at
https://github.com/adoptium/temurin17-binaries/releases for the version
recorded in ``uofa_cli/_runtime/JRE_VERSION`` of each platform-specific
wheel.

UofA itself does not modify the OpenJDK binaries; the wheels redistribute
the unmodified Adoptium build for the wheel's target platform.

Trademark notice
----------------

"Java" is a trademark or registered trademark of Oracle and/or its
affiliates. UofA is not associated with or endorsed by Oracle. The
bundled JRE is the OpenJDK reference implementation as packaged by the
Eclipse Adoptium project under the Temurin name.
