From c36012783fde5e40132171c7230d82b8e6e055d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 5 Apr 2009 21:41:47 +0000 Subject: [PATCH] Fixing licenses for the last packages I added. svn path=/nixpkgs/trunk/; revision=14895 --- pkgs/applications/graphics/hugin/default.nix | 2 +- pkgs/applications/graphics/panotools/default.nix | 2 +- pkgs/applications/graphics/qtpfsgui/default.nix | 2 +- pkgs/tools/graphics/enblend-enfuse/default.nix | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/graphics/hugin/default.nix b/pkgs/applications/graphics/hugin/default.nix index b0bc5317ff9c..f47858fcf2aa 100644 --- a/pkgs/applications/graphics/hugin/default.nix +++ b/pkgs/applications/graphics/hugin/default.nix @@ -25,6 +25,6 @@ stdenv.mkDerivation { meta = { homepage = http://hugin.sourceforge.net/; description = "Panoramic imaging toolchain"; - license = "GPL"; + license = "GPLv2"; }; } diff --git a/pkgs/applications/graphics/panotools/default.nix b/pkgs/applications/graphics/panotools/default.nix index 90bc8e64b25d..90ede0e2d6f9 100644 --- a/pkgs/applications/graphics/panotools/default.nix +++ b/pkgs/applications/graphics/panotools/default.nix @@ -18,6 +18,6 @@ stdenv.mkDerivation { meta = { homepage = http://panotools.sourceforge.net/; description = "Panorama Tools"; - license = "GPL"; + license = "LGPL"; }; } diff --git a/pkgs/applications/graphics/qtpfsgui/default.nix b/pkgs/applications/graphics/qtpfsgui/default.nix index fd77524b8dc1..e61679b113e2 100644 --- a/pkgs/applications/graphics/qtpfsgui/default.nix +++ b/pkgs/applications/graphics/qtpfsgui/default.nix @@ -22,6 +22,6 @@ stdenv.mkDerivation { meta = { homepage = http://qtpfsgui.sourceforge.net/; description = "GUI frontend for some pfstools"; - license = "GPL"; + license = "GPLv2"; }; } diff --git a/pkgs/tools/graphics/enblend-enfuse/default.nix b/pkgs/tools/graphics/enblend-enfuse/default.nix index d703e90d037d..4a9ef054417a 100644 --- a/pkgs/tools/graphics/enblend-enfuse/default.nix +++ b/pkgs/tools/graphics/enblend-enfuse/default.nix @@ -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"; }; }