From 9cd75691c96c791ab637f26d56f6fd2ee3ccc564 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 23 Jul 2023 12:26:01 +0200 Subject: reuse: Fix up the situation in qutebrowser/javascript/caret.js --- qutebrowser/javascript/caret.js | 24 +++++++----------------- 1 file 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) * - * 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 . + * SPDX-License-Identifier: GPL-3.0-or-later */ /** -- cgit v1.2.3-54-g00ecf