diff mbox series

[v2,1/2] package/ocrad: fix license

Message ID 20220807214658.191628-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [v2,1/2] package/ocrad: fix license | expand

Commit Message

Fabrice Fontaine Aug. 7, 2022, 9:46 p.m. UTC
ocrad is licensed under GPL-2.0+ since version 0.24, here is an extract
of https://lists.gnu.org/archive/html/bug-ocrad/2014-10/msg00000.html:

"The license has been changed to GPL version 2 or later for better GPL
compatibility. GPLv2 and GPLv2+ programs may use the library now."

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
Changes v1 -> v2 (after review of Gilles Talis):
 - add a patch to fix license 

 package/ocrad/ocrad.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Aug. 9, 2022, 11:32 a.m. UTC | #1
On Sun,  7 Aug 2022 23:46:57 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> ocrad is licensed under GPL-2.0+ since version 0.24, here is an extract
> of https://lists.gnu.org/archive/html/bug-ocrad/2014-10/msg00000.html:
> 
> "The license has been changed to GPL version 2 or later for better GPL
> compatibility. GPLv2 and GPLv2+ programs may use the library now."
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> Changes v1 -> v2 (after review of Gilles Talis):
>  - add a patch to fix license 

Both applied, thanks!

Thomas
Peter Korsgaard Sept. 14, 2022, 10:24 p.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > ocrad is licensed under GPL-2.0+ since version 0.24, here is an extract
 > of https://lists.gnu.org/archive/html/bug-ocrad/2014-10/msg00000.html:

 > "The license has been changed to GPL version 2 or later for better GPL
 > compatibility. GPLv2 and GPLv2+ programs may use the library now."

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 > ---
 > Changes v1 -> v2 (after review of Gilles Talis):
 >  - add a patch to fix license 

Committed to 2022.05.x and 2022.02.x, thanks.
diff mbox series

Patch

diff --git a/package/ocrad/ocrad.mk b/package/ocrad/ocrad.mk
index e037a08195..914d53a59c 100644
--- a/package/ocrad/ocrad.mk
+++ b/package/ocrad/ocrad.mk
@@ -7,7 +7,7 @@ 
 OCRAD_VERSION = 0.27
 OCRAD_SOURCE = ocrad-$(OCRAD_VERSION).tar.lz
 OCRAD_SITE = $(BR2_GNU_MIRROR)/ocrad
-OCRAD_LICENSE = GPL-3.0+
+OCRAD_LICENSE = GPL-2.0+
 OCRAD_LICENSE_FILES = COPYING
 OCRAD_INSTALL_STAGING = YES