aboutsummaryrefslogtreecommitdiff
path: root/scripts/header-old.txt
diff options
context:
space:
mode:
authorRini <rini@rinici.de>2023-08-10 00:17:49 +0000
committerVen <ven@noreply.codeberg.org>2023-08-10 00:17:49 +0000
commit8b6c8bc0ecedfea82370a253050657e5ca9d48f1 (patch)
treead9d718a7a9fc6099b532705342b30d07c8be55b /scripts/header-old.txt
parent1a62249da6bd75981a75c6c7ce09e946336fc88e (diff)
downloadVencord-8b6c8bc0ecedfea82370a253050657e5ca9d48f1.tar.gz
Vencord-8b6c8bc0ecedfea82370a253050657e5ca9d48f1.tar.bz2
Vencord-8b6c8bc0ecedfea82370a253050657e5ca9d48f1.zip
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 <rini@rinici.de> Co-committed-by: Rini <rini@rinici.de>
Diffstat (limited to 'scripts/header-old.txt')
-rw-r--r--scripts/header-old.txt17
1 files changed, 17 insertions, 0 deletions
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 <https://www.gnu.org/licenses/>.
+*/