From 6f51f8ad7a2ebb1bba5955a2c1407f76befb2be9 Mon Sep 17 00:00:00 2001 From: kramo Date: Tue, 10 Oct 2023 23:01:39 +0200 Subject: [PATCH] Proper copyright headers --- cartridges/utils/run_executable.py | 19 +++++++++++++++++++ search-provider/cartridges-search-provider.in | 1 + 2 files changed, 20 insertions(+) diff --git a/cartridges/utils/run_executable.py b/cartridges/utils/run_executable.py index f481781..1410883 100644 --- a/cartridges/utils/run_executable.py +++ b/cartridges/utils/run_executable.py @@ -1,3 +1,22 @@ +# save_cover.py +# +# Copyright 2023 kramo +# +# This program 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. +# +# This program 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 this program. If not, see . +# +# SPDX-License-Identifier: GPL-3.0-or-later + import logging import os import subprocess diff --git a/search-provider/cartridges-search-provider.in b/search-provider/cartridges-search-provider.in index 982f0b2..f6e15ba 100755 --- a/search-provider/cartridges-search-provider.in +++ b/search-provider/cartridges-search-provider.in @@ -2,6 +2,7 @@ # cartridges-search-provider.in # +# Copyright (c) 2014-2016 Cedric Bellegarde # Copyright 2023 kramo # # This program is free software: you can redistribute it and/or modify