3
0
Fork 0
forked from mirrors/nixpkgs

Fixing licenses for the last packages I added.

svn path=/nixpkgs/trunk/; revision=14895
This commit is contained in:
Lluís Batlle i Rossell 2009-04-05 21:41:47 +00:00
parent 2dd00f1a57
commit c36012783f
4 changed files with 4 additions and 4 deletions

View file

@ -25,6 +25,6 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = http://hugin.sourceforge.net/; homepage = http://hugin.sourceforge.net/;
description = "Panoramic imaging toolchain"; description = "Panoramic imaging toolchain";
license = "GPL"; license = "GPLv2";
}; };
} }

View file

@ -18,6 +18,6 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = http://panotools.sourceforge.net/; homepage = http://panotools.sourceforge.net/;
description = "Panorama Tools"; description = "Panorama Tools";
license = "GPL"; license = "LGPL";
}; };
} }

View file

@ -22,6 +22,6 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = http://qtpfsgui.sourceforge.net/; homepage = http://qtpfsgui.sourceforge.net/;
description = "GUI frontend for some pfstools"; description = "GUI frontend for some pfstools";
license = "GPL"; license = "GPLv2";
}; };
} }

View file

@ -13,6 +13,6 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = http://enblend.sourceforge.net/; homepage = http://enblend.sourceforge.net/;
description = "Blends away the seams in a panoramic image mosaic using a multiresolution spline"; description = "Blends away the seams in a panoramic image mosaic using a multiresolution spline";
license = "GPL"; license = "GPLv2";
}; };
} }