c2cbb47e8f
- New 0:/os/licenses/ directory on the ISO with GPL-3.0.txt (Flat Remix icon theme), GPL-2.0.txt (doomgeneric DOOM engine), and NOTICES.txt (mirrors montaukos.org/THIRD-PARTY-NOTICES.txt). - THIRD-PARTY-NOTICES.txt gains a Flat Remix section (GPLv3, attribution, modification and corresponding-source statements; the shipped SVGs are the source form). - man legal now lists third-party components and points at 0:/os/licenses/. - doom1.wad removed from the repo and the build: the shareware WAD is proprietary id Software content. doom.elf (GPLv2) still ships; users must supply their own WAD. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
42 lines
2.1 KiB
Plaintext
42 lines
2.1 KiB
Plaintext
.TH LEGAL 7
|
|
.SH NAME
|
|
MontaukOS legal/copyright information
|
|
|
|
.SH DESCRIPTION
|
|
Copyright (c) 2025-2026 Daniel Hammer, et al. All rights reserved.
|
|
(includes contributors to other projects, i.e. The Limine Bootloader. Please refer to any other project's own license.)
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
|
== License for the Limine C++ template (certain portions derive therefrom) ==
|
|
Copyright (C) 2023-2026 Mintsuki and contributors.
|
|
|
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
purpose with or without fee is hereby granted.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
PERFORMANCE OF THIS SOFTWARE.
|
|
|
|
.SH THIRD-PARTY COMPONENTS
|
|
MontaukOS is distributed together with third-party components that remain
|
|
under their own licenses, including:
|
|
|
|
* Flat Remix icon theme, Copyright (C) Daniel Ruiz de Alegria - GPLv3
|
|
* DOOM engine (doom.elf, via doomgeneric), Copyright (C) id Software, Inc.
|
|
and contributors - GPLv2
|
|
* Limine bootloader, Copyright (C) Mintsuki and contributors - BSD 2-Clause
|
|
* BearSSL, Copyright (c) Thomas Pornin - MIT
|
|
* stb_image, Copyright (c) Sean Barrett - MIT
|
|
|
|
Full license texts and notices are on this system in 0:/os/licenses/
|
|
(NOTICES.txt, GPL-2.0.txt, GPL-3.0.txt). |