From ca58ee3a03e5d31fa3decaf06a051b50b125d49d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Dec 2024 08:04:07 +0100 Subject: re-license spec file to CECILL-2.1 --- pie.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pie.spec b/pie.spec index 2429a6f..5259595 100644 --- a/pie.spec +++ b/pie.spec @@ -1,8 +1,8 @@ # remirepo/fedora spec file for pie # -# Copyright (c) 2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2024 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # @@ -30,7 +30,7 @@ Name: pie Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: PHP Installer for Extensions # SPDX: pie is BSD-3-Clause, all dependencies are MIT @@ -201,6 +201,9 @@ done %changelog +* Fri Dec 13 2024 Remi Collet - 0.2.0-2 +- re-license spec file to CECILL-2.1 + * Tue Nov 19 2024 Remi Collet - 0.2.0-1 - update to 0.2.0 -- cgit