From 985b0ea4835a45a916c415e5a02c69d356d86293 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Sun, 28 Sep 2025 20:52:08 -0400 Subject: [PATCH] [Docs] Update README.md REUSE info to reduce redundant sentences (#6599) Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1201b528f88..7598d84fcdc 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,13 @@ Thank you to all the wonderful people that have contributed to the PokéRogue pr # License -This repository seeks to be REUSE compliant, so copyright and any licensing information is stored either in the file, or in an associated `REUSE.toml` file. - -Using the [REUSE helper tool](https://github.com/fsfe/reuse-tool), you can run `reuse spdx` to get a full bill of materials. +This repository seeks to be [REUSE compliant](https://reuse.software/): copyright and/or licensing information for each file is stored +either in the file itself or in an associated `REUSE.toml` file. - All source code belonging to the project, unless otherwise noted, is licensed under [AGPL-v3.0-only](LICENSES/AGPL-3.0-only.txt) - All documentation (any markdown files), including this readme, as well as any documentation comments explicitly documenting source code, are also licensed under [CC-BY-NC-SA-4.0](LICENSES/CC-BY-NC-SA-4.0.txt) - Auto-generated files produced by external tools or files of insigifnicant originality are not copyrighted and are licensed under [CC0-1.0](LICENSES/CC0-1.0.txt) -- To the extent that the assets we provide are [licensable and applicable](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en#ref-exception-or-limitation), they are licensed under [CC-BY-NC-SA-4.0](LICENSES/CC-BY-NC-SA-4.0.txt) unless otherwise noted. Exceptions can be found in associated REUSE.toml files. ⚠️ Files in `assets/` that are not explicitly licensed, as per the REUSE.toml, should be considered to have _no_ licensing / copyright information. +- To the extent that the assets we provide are [licensable and applicable](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en#ref-exception-or-limitation), they are licensed under [CC-BY-NC-SA-4.0](LICENSES/CC-BY-NC-SA-4.0.txt) unless otherwise noted. Exceptions can be found in associated REUSE.toml files. + - ⚠️ Files in `assets/` that are not explicitly licensed via `REUSE.toml` should be considered to have _no_ licensing / copyright information. -The full license information for each file can be found by utilizing REUSE's tooling, such as via `reuse spdx`. +The full license information for each file can be found by utilizing [REUSE's tooling](https://github.com/fsfe/reuse-tool), such as via `reuse spdx`.