From 395785acf9144553902cc731f0aef91333fe377d Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Tue, 9 Sep 2025 11:49:38 -0500 Subject: [PATCH] Update licensing in scripts --- LICENSES/{FAIR-USE.txt => LicenseRef-FAIR-USE.txt} | 0 .../{POKEMON-REBORN.txt => LicenseRef-POKEMON-REBORN.txt} | 0 scripts/helpers/strings.js | 2 +- .../egg-move-template.boilerplate.ts.license | 4 ++++ scripts/parse-egg-moves/help-message.js | 6 ++++++ scripts/parse-egg-moves/interactive.js | 6 ++++++ scripts/parse-egg-moves/main.js | 5 +++++ scripts/parse-egg-moves/parse.js | 6 ++++++ typedoc-plugins/typedoc-plugin-rename-svg.js | 6 ++++++ 9 files changed, 34 insertions(+), 1 deletion(-) rename LICENSES/{FAIR-USE.txt => LicenseRef-FAIR-USE.txt} (100%) rename LICENSES/{POKEMON-REBORN.txt => LicenseRef-POKEMON-REBORN.txt} (100%) create mode 100644 scripts/parse-egg-moves/egg-move-template.boilerplate.ts.license diff --git a/LICENSES/FAIR-USE.txt b/LICENSES/LicenseRef-FAIR-USE.txt similarity index 100% rename from LICENSES/FAIR-USE.txt rename to LICENSES/LicenseRef-FAIR-USE.txt diff --git a/LICENSES/POKEMON-REBORN.txt b/LICENSES/LicenseRef-POKEMON-REBORN.txt similarity index 100% rename from LICENSES/POKEMON-REBORN.txt rename to LICENSES/LicenseRef-POKEMON-REBORN.txt diff --git a/scripts/helpers/strings.js b/scripts/helpers/strings.js index abc44620814..1a9cdd3db2c 100644 --- a/scripts/helpers/strings.js +++ b/scripts/helpers/strings.js @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: 2024-2025 Pagefault Games + * SPDX-FileCopyrightText: 2025 Pagefault Games * SPDX-FileContributor: Bertie690 * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/scripts/parse-egg-moves/egg-move-template.boilerplate.ts.license b/scripts/parse-egg-moves/egg-move-template.boilerplate.ts.license new file mode 100644 index 00000000000..e9b415fd834 --- /dev/null +++ b/scripts/parse-egg-moves/egg-move-template.boilerplate.ts.license @@ -0,0 +1,4 @@ +SPDX-FileCopyrightText: 2025 Pagefault Games +SPDX-FileContributor: Bertie690 + +SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/scripts/parse-egg-moves/help-message.js b/scripts/parse-egg-moves/help-message.js index b498acdf23c..01c75dd91da 100644 --- a/scripts/parse-egg-moves/help-message.js +++ b/scripts/parse-egg-moves/help-message.js @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2024-2025 Pagefault Games + * SPDX-FileContributor: Bertie690 + * + * SPDX-License-Identifier: AGPL-3.0-only + */ import chalk from "chalk"; /** Show help/usage text for the `eggMoves:parse` CLI. */ diff --git a/scripts/parse-egg-moves/interactive.js b/scripts/parse-egg-moves/interactive.js index 68ee41e7900..72a4e437e72 100644 --- a/scripts/parse-egg-moves/interactive.js +++ b/scripts/parse-egg-moves/interactive.js @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2024-2025 Pagefault Games + * SPDX-FileContributor: Bertie690 + * + * SPDX-License-Identifier: AGPL-3.0-only + */ import fs from "fs"; import chalk from "chalk"; import inquirer from "inquirer"; diff --git a/scripts/parse-egg-moves/main.js b/scripts/parse-egg-moves/main.js index a009c81a041..e7b3af53fde 100644 --- a/scripts/parse-egg-moves/main.js +++ b/scripts/parse-egg-moves/main.js @@ -1,4 +1,9 @@ /* + * SPDX-FileCopyrightText: 2025 Pagefault Games + * SPDX-FileContributor: Bertie690 + * + * SPDX-License-Identifier: AGPL-3.0-only + * * This script accepts a CSV value or file path as input, parses the egg moves, * and writes the output to a TypeScript file. * It can be run interactively or with command line arguments. diff --git a/scripts/parse-egg-moves/parse.js b/scripts/parse-egg-moves/parse.js index fe7511f8b08..4920836c11c 100644 --- a/scripts/parse-egg-moves/parse.js +++ b/scripts/parse-egg-moves/parse.js @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2025 Pagefault Games + * SPDX-FileContributor: Bertie690 + * + * SPDX-License-Identifier: AGPL-3.0-only + */ import chalk from "chalk"; /** diff --git a/typedoc-plugins/typedoc-plugin-rename-svg.js b/typedoc-plugins/typedoc-plugin-rename-svg.js index 307206d6006..e940320313c 100644 --- a/typedoc-plugins/typedoc-plugin-rename-svg.js +++ b/typedoc-plugins/typedoc-plugin-rename-svg.js @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2025 Pagefault Games + * SPDX-FileContributor: Bertie690 + * + * SPDX-License-Identifier: AGPL-3.0-only + */ // @ts-check import { PageKind, Renderer } from "typedoc";