diff options
author | Remi Collet <remi@remirepo.net> | 2025-08-29 08:23:50 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-08-29 08:23:50 +0200 |
commit | 80e622df81f5e59ae51474f2f69a080a7648808c (patch) | |
tree | 4c4e67b4d6b951c5d965501351c4c3b7cf2714f3 /hdrhistogram.spec | |
parent | e5dce7d279ef112e7e384e6fcf13cd41b98b1e3b (diff) |
re-license spec file to CECILL-2.1
Diffstat (limited to 'hdrhistogram.spec')
-rw-r--r-- | hdrhistogram.spec | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/hdrhistogram.spec b/hdrhistogram.spec index add507d..e5b412b 100644 --- a/hdrhistogram.spec +++ b/hdrhistogram.spec @@ -1,15 +1,15 @@ # remirepo spec file for HdrHistogram_c # -# Copyright (c) 2016-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2016-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # %bcond_without tests -%global gh_commit 8dcce8f68512fca460b171bccc3a5afce0048779 +%global gh_commit be60a9987ee48d0abf0d7b6a175bad8d6c1585d1 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner HdrHistogram %global gh_project HdrHistogram_c @@ -20,8 +20,8 @@ Name: HdrHistogram_c%{oldsoname}php Summary: A High Dynamic Range (HDR) Histogram -Version: 0.11.8 -Release: 2%{?dist} +Version: 0.11.9 +Release: 1%{?dist} License: BSD-2-Clause AND CC0-1.0 URL: https://github.com/%{gh_owner}/%{gh_project} @@ -137,6 +137,10 @@ fi %changelog +* Fri Aug 29 2025 Remi Collet <remi@remirepo.net> - 0.11.9-1 +- update to 0.11.8 +- re-license spec file to CECILL-2.1 + * Thu Aug 22 2024 Remi Collet <remi@remirepo.net> - 0.11.8-2 - cleanup |