diff options
author | 2012-11-18 12:05:23 -0500 | |
---|---|---|
committer | 2012-11-18 12:07:53 -0500 | |
commit | 4d154f4fdb383c0e22409bf44d707e9f72ff4d88 (patch) | |
tree | d41dae455c3cf954872dd08c0dc8945c168ac7ca /dev-java/netcdf/netcdf-4.2.ebuild | |
parent | sci-chemistry/avogadro: Add test phase (diff) | |
download | sci-4d154f4fdb383c0e22409bf44d707e9f72ff4d88.tar.gz sci-4d154f4fdb383c0e22409bf44d707e9f72ff4d88.tar.bz2 sci-4d154f4fdb383c0e22409bf44d707e9f72ff4d88.zip |
dev-java/netcdf: Add the netCDF licence (which is *not* MIT)
I'm not sure why the license was changed when this ebuild was imported
from my overlay, but NetCDF deserves its own entry under licenses/
From http://www.unidata.ucar.edu/software/netcdf-java/documentation.htm:
> The library is freely available and the source code is released
> under the (MIT-style) netCDF C library license. Previous versions
> use the GNU Lesser General Public License (LGPL).
The license text [1] has several important deviations from MIT, for
example:
* netCDF does not explicitly grant the right to sublicense and/or sell
copies, while MIT does.
There are also a number of other changes, involving legalese that I
don't understand. However, I imagine the UCAR/Unidata lawyers made
the deviations from the MIT license intentionally, and Gentoo users
should be able to easily see what they are getting into by using this
package.
[1]: http://www.unidata.ucar.edu/software/netcdf/copyright.html
Diffstat (limited to 'dev-java/netcdf/netcdf-4.2.ebuild')
-rw-r--r-- | dev-java/netcdf/netcdf-4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/netcdf/netcdf-4.2.ebuild b/dev-java/netcdf/netcdf-4.2.ebuild index a08a9fd12..046da42aa 100644 --- a/dev-java/netcdf/netcdf-4.2.ebuild +++ b/dev-java/netcdf/netcdf-4.2.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Java Common Data Model (CDM) interface to to netCDF files" HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf-java/" SRC_URI="ftp://ftp.unidata.ucar.edu/pub/${PN}-java/v${PV}/ncSrc-${PV}.zip" -LICENSE="LGPL-2 MIT" +LICENSE="netCDF" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" |