summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-07-23 12:26:01 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-07-23 12:26:01 +0200
commit9cd75691c96c791ab637f26d56f6fd2ee3ccc564 (patch)
tree8176cec1c0d010fb35b5ddc07681a3124543c318
parentd2975c6d096a2f6f6090360b8244f90d5633cf57 (diff)
downloadqutebrowser-9cd75691c96c791ab637f26d56f6fd2ee3ccc564.tar.gz
qutebrowser-9cd75691c96c791ab637f26d56f6fd2ee3ccc564.zip
reuse: Fix up the situation in qutebrowser/javascript/caret.js
-rw-r--r--qutebrowser/javascript/caret.js24
1 files changed, 7 insertions, 17 deletions
diff --git a/qutebrowser/javascript/caret.js b/qutebrowser/javascript/caret.js
index b9767e299..e3b79819b 100644
--- a/qutebrowser/javascript/caret.js
+++ b/qutebrowser/javascript/caret.js
@@ -1,27 +1,17 @@
/* eslint-disable max-len, max-statements, complexity,
default-case */
-// Copyright 2014 The Chromium Authors. All rights reserved.
-//
-// SPDX-License-Identifier: GPL-3.0-or-later
+/* Copyright 2014 The Chromium Authors
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ * https://source.chromium.org/chromium/chromium/src/+/main:LICENSE
+ */
+
/**
* Copyright 2018-2021 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
*
- * 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-License-Identifier: GPL-3.0-or-later
*/
/**