Fixing licenses for the last packages I added.
svn path=/nixpkgs/trunk/; revision=14895
This commit is contained in:
parent
2dd00f1a57
commit
c36012783f
@ -25,6 +25,6 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = http://hugin.sourceforge.net/;
|
||||
description = "Panoramic imaging toolchain";
|
||||
license = "GPL";
|
||||
license = "GPLv2";
|
||||
};
|
||||
}
|
||||
|
@ -18,6 +18,6 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = http://panotools.sourceforge.net/;
|
||||
description = "Panorama Tools";
|
||||
license = "GPL";
|
||||
license = "LGPL";
|
||||
};
|
||||
}
|
||||
|
@ -22,6 +22,6 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = http://qtpfsgui.sourceforge.net/;
|
||||
description = "GUI frontend for some pfstools";
|
||||
license = "GPL";
|
||||
license = "GPLv2";
|
||||
};
|
||||
}
|
||||
|
@ -13,6 +13,6 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = http://enblend.sourceforge.net/;
|
||||
description = "Blends away the seams in a panoramic image mosaic using a multiresolution spline";
|
||||
license = "GPL";
|
||||
license = "GPLv2";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user