reuse: Fix up the situation in qutebrowser/javascript/caret.js
This commit is contained in:
parent
d2975c6d09
commit
9cd75691c9
|
|
@ -1,27 +1,17 @@
|
||||||
/* eslint-disable max-len, max-statements, complexity,
|
/* eslint-disable max-len, max-statements, complexity,
|
||||||
default-case */
|
default-case */
|
||||||
|
|
||||||
// Copyright 2014 The Chromium Authors. All rights reserved.
|
/* Copyright 2014 The Chromium Authors
|
||||||
//
|
* Use of this source code is governed by a BSD-style license that can be
|
||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
* found in the LICENSE file.
|
||||||
|
* https://source.chromium.org/chromium/chromium/src/+/main:LICENSE
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Copyright 2018-2021 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
|
* Copyright 2018-2021 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
|
||||||
*
|
*
|
||||||
* This file is part of qutebrowser.
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
*
|
|
||||||
* 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/>.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue