From 8b6c8bc0ecedfea82370a253050657e5ca9d48f1 Mon Sep 17 00:00:00 2001 From: Rini Date: Thu, 10 Aug 2023 00:17:49 +0000 Subject: chore: transition to shorter license headers (#6) Transition from the GPL jumpscare to a more concise header: /* * Vencord, a Discord client mod * Copyright (c) 2023 Vendicated and contributors * * SPDX-License-Identifier: GPL-3.0 */ Old files still keep the old headers, while eslint will now autofix the new header Reviewed-on: https://codeberg.org/Ven/cord/pulls/6 Co-authored-by: Rini Co-committed-by: Rini --- scripts/header-new.txt | 3 +++ scripts/header-old.txt | 17 +++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 scripts/header-new.txt create mode 100644 scripts/header-old.txt (limited to 'scripts') diff --git a/scripts/header-new.txt b/scripts/header-new.txt new file mode 100644 index 0000000..0db705d --- /dev/null +++ b/scripts/header-new.txt @@ -0,0 +1,3 @@ +Vencord, a Discord client mod +Copyright (c) {year} {author} +SPDX-License-Identifier: GPL-3.0-or-later diff --git a/scripts/header-old.txt b/scripts/header-old.txt new file mode 100644 index 0000000..8bb4024 --- /dev/null +++ b/scripts/header-old.txt @@ -0,0 +1,17 @@ +/* + * Vencord, a modification for Discord's desktop app + * Copyright (c) {year} {author} + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . +*/ -- cgit