reuse: Fix up the situation in qutebrowser/javascript/caret.js

This commit is contained in:
Florian Bruhin 2023-07-23 12:26:01 +02:00
parent d2975c6d09
commit 9cd75691c9
1 changed files with 7 additions and 17 deletions

View File

@ -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
*/
/**