diff options
| author | Remi Collet <remi@remirepo.net> | 2025-09-10 10:37:34 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-09-10 10:37:34 +0200 | 
| commit | 73d3d815d83e814b07f55d473ad26ec6799f9681 (patch) | |
| tree | 312b1917f7a783fcde66cbd3cae36ae040dcdbb3 | |
| parent | e87824480b702b1e8abc36f8792e7c4a278313f8 (diff) | |
re-license spec file to CECILL-2.1
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-bolt.spec | 12 | 
2 files changed, 9 insertions, 5 deletions
| @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #17 bolt version 0.1.3 ] { +Extension [ <persistent> extension #18 bolt version 0.1.3 ] {    - Functions {      Function [ <internal:bolt> function bolt_encrypt ] { diff --git a/php-bolt.spec b/php-bolt.spec index 7f158cf..7bace2d 100644 --- a/php-bolt.spec +++ b/php-bolt.spec @@ -1,8 +1,8 @@  # remirepo spec file for php-bolt  # -# Copyright (c) 2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText:  Copyright 2024-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt  #  # Please, preserve the changelog entries  # @@ -19,7 +19,7 @@  Name:          %{?scl_prefix}php-bolt  Summary:       Protect PHP Source Code -Version:       1.0.5 +Version:       1.0.6  Release:       1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:       Distribuable @@ -121,6 +121,10 @@ fi  %changelog +* Wed Sep 10 2025 Remi Collet <remi@remirepo.net> - 1.0.6-1 +- update to 1.0.6 +- re-license spec file to CECILL-2.1 +  * Fri Mar 22 2024 Remi Collet <remi@remirepo.net> - 1.0.5-1  - update to 1.0.5 | 
