diff mbox

[4/5] libgeotiff: add license informations

Message ID 1412871048-28981-4-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Headers show

Commit Message

Thomas Petazzoni Oct. 9, 2014, 4:10 p.m. UTC
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
It would be good to get some independent review of the license
information, since it's not really clear how to encode the license
details provided in the LICENSE file into the LIBGEOTIFF_LICENSE
variable.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/libgeotiff/libgeotiff.mk | 2 ++
 1 file changed, 2 insertions(+)

Comments

Peter Korsgaard Oct. 10, 2014, 6:40 a.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 > ---
 > It would be good to get some independent review of the license
 > information, since it's not really clear how to encode the license
 > details provided in the LICENSE file into the LIBGEOTIFF_LICENSE
 > variable.

Yeah, I agree that it is a bit of a mess.

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 > ---
 >  package/libgeotiff/libgeotiff.mk | 2 ++
 >  1 file changed, 2 insertions(+)

 > diff --git a/package/libgeotiff/libgeotiff.mk b/package/libgeotiff/libgeotiff.mk
 > index 61f5c21..2bb0941 100644
 > --- a/package/libgeotiff/libgeotiff.mk
 > +++ b/package/libgeotiff/libgeotiff.mk
 > @@ -6,6 +6,8 @@
 
 >  LIBGEOTIFF_VERSION = 1.4.0
 >  LIBGEOTIFF_SITE = http://download.osgeo.org/geotiff/libgeotiff
 > +LIBGEOTIFF_LICENSE = X-style, public domain

I know that is what the license explicitly says, but the X refers to
X11, and we use X11 elsewhere so I've changed it to X11-style.

Committed, thanks.
diff mbox

Patch

diff --git a/package/libgeotiff/libgeotiff.mk b/package/libgeotiff/libgeotiff.mk
index 61f5c21..2bb0941 100644
--- a/package/libgeotiff/libgeotiff.mk
+++ b/package/libgeotiff/libgeotiff.mk
@@ -6,6 +6,8 @@ 
 
 LIBGEOTIFF_VERSION = 1.4.0
 LIBGEOTIFF_SITE = http://download.osgeo.org/geotiff/libgeotiff
+LIBGEOTIFF_LICENSE = X-style, public domain
+LIBGEOTIFF_LICENSE_FILES = LICENSE
 LIBGEOTIFF_DEPENDENCIES = tiff host-pkgconf
 LIBGEOTIFF_INSTALL_STAGING = YES
 LIBGEOTIFF_AUTORECONF = YES