OVERCAST — THIRD-PARTY NOTICES
==============================

The Overcast mod (the com.example.browseroverlay.* classes, and the
org.cef.browser.HeadlessOsrBrowser class authored for this project) is
Copyright (c) 2026 merenotnoone, All Rights Reserved — see the bundled
LICENSE file.

This jar additionally bundles and redistributes the following third-party
open-source components. Each remains under its own license, reproduced or
referenced below, and is NOT covered by Overcast's "All Rights Reserved"
terms.

-------------------------------------------------------------------------
1. JCEF — Java Chromium Embedded Framework
   Packages: org.cef.*  (EXCEPT org.cef.browser.HeadlessOsrBrowser, which
             is Overcast's own class placed in that package for access
             reasons — see its source header)
   Copyright (c) 2008-2013 Marshall A. Greenblatt.
   Portions Copyright (c) 2006-2009 Google Inc.
   License: BSD 3-Clause.
   Full text: LICENSE.txt (in this jar's root).
   Upstream:  https://bitbucket.org/chromiumembedded/java-cef
-------------------------------------------------------------------------
2. jcefmaven
   Packages: me.friwi.jcefmaven.*
   Copyright the jcefmaven contributors (Fritz Windisch and others).
   License: Apache License, Version 2.0.
   Full text: META-INF/licenses/LICENSE-jcefmaven-Apache-2.0.txt
   Upstream:  https://github.com/jcefmaven/jcefmaven
-------------------------------------------------------------------------

RUNTIME-DOWNLOADED COMPONENTS (not contained in this jar)

On first launch, jcefmaven downloads the Chromium Embedded Framework and
Chromium native binaries for the host platform into the game directory
(overcast-cef/). Those binaries are not part of this jar and are governed
by their own licenses — the CEF BSD license and the Chromium license terms
— by their respective authors. See the JCEF/CEF projects for details.

-------------------------------------------------------------------------
NOT INCLUDED: This mod does not bundle or depend on MCEF Modern. Earlier
development notes may reference it; the shipping mod embeds JCEF directly
via jcefmaven and contains no MCEF Modern code.
