summaryrefslogtreecommitdiff
path: root/qutebrowser/javascript/position_caret.js
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/javascript/position_caret.js')
-rw-r--r--qutebrowser/javascript/position_caret.js23
1 files changed, 4 insertions, 19 deletions
diff --git a/qutebrowser/javascript/position_caret.js b/qutebrowser/javascript/position_caret.js
index 7b53008fa..ba66c6d88 100644
--- a/qutebrowser/javascript/position_caret.js
+++ b/qutebrowser/javascript/position_caret.js
@@ -1,22 +1,7 @@
-/**
-* Copyright 2015-2021 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
-* Copyright 2015 Artur Shaik <ashaihullin@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: Artur Shaik <ashaihullin@gmail.com>
+// SPDX-FileCopyrightText: Florian Bruhin (The Compiler) <mail@qutebrowser.org>
+//
+// SPDX-License-Identifier: GPL-3.0-or-later
/**
* Snippet to position caret at top of the page when caret mode is enabled.