summaryrefslogtreecommitdiff
path: root/qutebrowser/javascript/stylesheet.js
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/javascript/stylesheet.js')
-rw-r--r--qutebrowser/javascript/stylesheet.js23
1 files changed, 4 insertions, 19 deletions
diff --git a/qutebrowser/javascript/stylesheet.js b/qutebrowser/javascript/stylesheet.js
index e91e338e1..bf818356c 100644
--- a/qutebrowser/javascript/stylesheet.js
+++ b/qutebrowser/javascript/stylesheet.js
@@ -1,22 +1,7 @@
-/**
- * Copyright 2017-2021 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
- * Copyright 2017 Ulrik de Muelenaere <ulrikdem@gmail.com>
- *
- * This file is part of qutebrowser.
- *
- * qutebrowser 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.
- *
- * qutebrowser 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 qutebrowser. If not, see <https://www.gnu.org/licenses/>.
- */
+// SPDX-FileCopyrightText: Ulrik de Muelenaere <ulrikdem@gmail.com>
+// SPDX-FileCopyrightText: Florian Bruhin (The Compiler) <mail@qutebrowser.org>
+//
+// SPDX-License-Identifier: GPL-3.0-or-later
"use strict";