commit:     7bb81b79fc09fec9af4659fc4202bdedee86b920
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  9 03:16:53 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sat Jul  9 03:17:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb81b79

sci-libs/gdal: fix LICENSE

Based on the upstream license information[0], add the missing
licenses. The license breakdown of individual components are as
follows:

gdal/frmts/gtiff/tif_float.c: BSD
gdal/frmts/hdf4/hdf-eos/*: MIT (--without-hdf4 in ebuild)
gdal/frmts/pcraster/libcsf: BSD (--without-pcraster in ebuild)
gdal/frmts/grib/degrib/*: Public Domain
port/cpl_minizip*: Info-ZIP
gdal/ogr/ogrsf_frmts/dxf/intronurbs.cpp: BSD
gdal/alg/thinplatespline.cpp: MIT
gdal/alg/libqhull: not present in the source tarball
gdal/frmts/pdf/pdfdataset.cpp: MIT
gdal/frmts/mrf/*: not present in the source tarball

[0] http://svn.osgeo.org/gdal/trunk/gdal/LICENSE.TXT

Package-Manager: portage-2.2.28

 sci-libs/gdal/gdal-1.11.1-r3.ebuild | 4 ++--
 sci-libs/gdal/gdal-1.11.2.ebuild    | 4 ++--
 sci-libs/gdal/gdal-2.0.0-r1.ebuild  | 2 +-
 sci-libs/gdal/gdal-2.0.1.ebuild     | 2 +-
 sci-libs/gdal/gdal-2.0.2.ebuild     | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/sci-libs/gdal/gdal-1.11.1-r3.ebuild 
b/sci-libs/gdal/gdal-1.11.1-r3.ebuild
index f1a5d5e..e244d27 100644
--- a/sci-libs/gdal/gdal-1.11.1-r3.ebuild
+++ b/sci-libs/gdal/gdal-1.11.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ HOMEPAGE="http://www.gdal.org/";
 SRC_URI="http://download.osgeo.org/${PN}/${PV}/${P}.tar.gz";
 
 SLOT="0"
-LICENSE="MIT"
+LICENSE="BSD Info-ZIP MIT"
 KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="armadillo +aux_xml curl debug doc fits geos gif gml hdf5 java jpeg 
jpeg2k mdb mysql netcdf odbc ogdi opencl pdf perl png postgres python ruby 
spatialite sqlite threads xls"
 

diff --git a/sci-libs/gdal/gdal-1.11.2.ebuild b/sci-libs/gdal/gdal-1.11.2.ebuild
index 02531a3..3a3e22f 100644
--- a/sci-libs/gdal/gdal-1.11.2.ebuild
+++ b/sci-libs/gdal/gdal-1.11.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ HOMEPAGE="http://www.gdal.org/";
 SRC_URI="http://download.osgeo.org/${PN}/${PV}/${P}.tar.gz";
 
 SLOT="0"
-LICENSE="MIT"
+LICENSE="BSD Info-ZIP MIT"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="armadillo +aux_xml curl debug doc fits geos gif gml hdf5 java jpeg 
jpeg2k mdb mysql netcdf odbc ogdi opencl pdf perl png postgres python ruby 
spatialite sqlite threads xls"
 

diff --git a/sci-libs/gdal/gdal-2.0.0-r1.ebuild 
b/sci-libs/gdal/gdal-2.0.0-r1.ebuild
index 9f4024c..9ed3cd9 100644
--- a/sci-libs/gdal/gdal-2.0.0-r1.ebuild
+++ b/sci-libs/gdal/gdal-2.0.0-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://www.gdal.org/";
 SRC_URI="http://download.osgeo.org/${PN}/${PV}/${P}.tar.gz";
 
 SLOT="0/2"
-LICENSE="MIT"
+LICENSE="BSD Info-ZIP MIT"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="armadillo +aux_xml curl debug doc fits geos gif gml hdf5 java jpeg 
jpeg2k mdb mysql netcdf odbc ogdi opencl pdf perl png postgres python 
spatialite sqlite threads xls"
 

diff --git a/sci-libs/gdal/gdal-2.0.1.ebuild b/sci-libs/gdal/gdal-2.0.1.ebuild
index fa215d9..a034c25 100644
--- a/sci-libs/gdal/gdal-2.0.1.ebuild
+++ b/sci-libs/gdal/gdal-2.0.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://www.gdal.org/";
 SRC_URI="http://download.osgeo.org/${PN}/${PV}/${P}.tar.gz";
 
 SLOT="0/2"
-LICENSE="MIT"
+LICENSE="BSD Info-ZIP MIT"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="armadillo +aux_xml curl debug doc fits geos gif gml hdf5 java jpeg 
jpeg2k mdb mysql netcdf odbc ogdi opencl pdf perl png postgres python 
spatialite sqlite threads xls"
 

diff --git a/sci-libs/gdal/gdal-2.0.2.ebuild b/sci-libs/gdal/gdal-2.0.2.ebuild
index fa215d9..a034c25 100644
--- a/sci-libs/gdal/gdal-2.0.2.ebuild
+++ b/sci-libs/gdal/gdal-2.0.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://www.gdal.org/";
 SRC_URI="http://download.osgeo.org/${PN}/${PV}/${P}.tar.gz";
 
 SLOT="0/2"
-LICENSE="MIT"
+LICENSE="BSD Info-ZIP MIT"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="armadillo +aux_xml curl debug doc fits geos gif gml hdf5 java jpeg 
jpeg2k mdb mysql netcdf odbc ogdi opencl pdf perl png postgres python 
spatialite sqlite threads xls"
 

Reply via email to