licenses: remove fdl12

This commit is contained in:
Weijia Wang 2022-10-27 22:47:29 +02:00
parent 84d67f0574
commit 06d0490ab3
62 changed files with 61 additions and 66 deletions

View File

@ -985,11 +985,6 @@ in mkLicense lset) ({
fullName = "GNU Affero General Public License v3.0"; fullName = "GNU Affero General Public License v3.0";
deprecated = true; deprecated = true;
}; };
fdl12 = {
spdxId = "GFDL-1.2";
fullName = "GNU Free Documentation License v1.2";
deprecated = true;
};
fdl13 = { fdl13 = {
spdxId = "GFDL-1.3"; spdxId = "GFDL-1.3";
fullName = "GNU Free Documentation License v1.3"; fullName = "GNU Free Documentation License v1.3";

View File

@ -61,7 +61,7 @@ Readonly::Hash my %LICENSE_MAP => (
# GNU Free Documentation License, Version 1.2. # GNU Free Documentation License, Version 1.2.
gfdl_1_2 => { gfdl_1_2 => {
licenses => [qw( fdl12 )] licenses => [qw( fdl12Plus )]
}, },
# GNU Free Documentation License, Version 1.3. # GNU Free Documentation License, Version 1.3.

View File

@ -9,7 +9,7 @@
mkDerivation { mkDerivation {
pname = "akonadi-import-wizard"; pname = "akonadi-import-wizard";
meta = { meta = {
license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -7,7 +7,7 @@
mkDerivation { mkDerivation {
pname = "akonadi-notes"; pname = "akonadi-notes";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -8,7 +8,7 @@
mkDerivation { mkDerivation {
pname = "akonadi-search"; pname = "akonadi-search";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -9,7 +9,7 @@
mkDerivation { mkDerivation {
pname = "akonadiconsole"; pname = "akonadiconsole";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -14,7 +14,7 @@ mkDerivation {
meta = { meta = {
homepage = "https://apps.kde.org/akregator/"; homepage = "https://apps.kde.org/akregator/";
description = "KDE feed reader"; description = "KDE feed reader";
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -8,7 +8,7 @@
mkDerivation { mkDerivation {
pname = "calendarsupport"; pname = "calendarsupport";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -13,7 +13,7 @@ mkDerivation {
meta = { meta = {
homepage = "https://apps.kde.org/dolphin/"; homepage = "https://apps.kde.org/dolphin/";
description = "KDE file manager"; description = "KDE file manager";
license = with lib.licenses; [ gpl2 fdl12 ]; license = with lib.licenses; [ gpl2Plus fdl12Plus ];
maintainers = [ lib.maintainers.ttuegel ]; maintainers = [ lib.maintainers.ttuegel ];
broken = lib.versionOlder qtbase.version "5.14"; broken = lib.versionOlder qtbase.version "5.14";
}; };

View File

@ -11,7 +11,7 @@ mkDerivation {
pname = "dragon"; pname = "dragon";
meta = { meta = {
homepage = "https://apps.kde.org/dragonplayer/"; homepage = "https://apps.kde.org/dragonplayer/";
license = with lib.licenses; [ gpl2 fdl12 ]; license = with lib.licenses; [ gpl2Plus fdl12Plus ];
description = "A simple media player for KDE"; description = "A simple media player for KDE";
maintainers = [ lib.maintainers.jonathanreeve ]; maintainers = [ lib.maintainers.jonathanreeve ];
}; };

View File

@ -8,7 +8,7 @@
mkDerivation { mkDerivation {
pname = "eventviews"; pname = "eventviews";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -7,7 +7,7 @@
mkDerivation { mkDerivation {
pname = "grantleetheme"; pname = "grantleetheme";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
broken = lib.versionOlder qtbase.version "5.13.0"; broken = lib.versionOlder qtbase.version "5.13.0";
}; };

View File

@ -11,7 +11,7 @@ mkDerivation {
meta = { meta = {
homepage = "https://apps.kde.org/gwenview/"; homepage = "https://apps.kde.org/gwenview/";
description = "KDE image viewer"; description = "KDE image viewer";
license = with lib.licenses; [ gpl2 fdl12 ]; license = with lib.licenses; [ gpl2Plus fdl12Plus ];
maintainers = [ lib.maintainers.ttuegel ]; maintainers = [ lib.maintainers.ttuegel ];
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -8,7 +8,7 @@
mkDerivation { mkDerivation {
pname = "incidenceeditor"; pname = "incidenceeditor";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -12,7 +12,7 @@ mkDerivation {
meta = { meta = {
homepage = "https://apps.kde.org/kaddressbook/"; homepage = "https://apps.kde.org/kaddressbook/";
description = "KDE contact manager"; description = "KDE contact manager";
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -8,7 +8,7 @@
mkDerivation { mkDerivation {
pname = "kcalutils"; pname = "kcalutils";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -12,7 +12,7 @@
mkDerivation { mkDerivation {
pname = "kdepim-runtime"; pname = "kdepim-runtime";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools shared-mime-info ]; nativeBuildInputs = [ extra-cmake-modules kdoctools shared-mime-info ];

View File

@ -10,7 +10,7 @@ mkDerivation {
meta = { meta = {
homepage = "https://apps.kde.org/kdialog/"; homepage = "https://apps.kde.org/kdialog/";
description = "Display dialog boxes from shell scripts"; description = "Display dialog boxes from shell scripts";
license = with lib.licenses; [ gpl2 fdl12 ]; license = with lib.licenses; [ gpl2Plus fdl12Plus ];
maintainers = with lib.maintainers; [ peterhoeg ]; maintainers = with lib.maintainers; [ peterhoeg ];
}; };

View File

@ -10,7 +10,7 @@ mkDerivation {
buildInputs = [ kio kparts kwindowsystem ]; buildInputs = [ kio kparts kwindowsystem ];
meta = with lib; { meta = with lib; {
homepage = "http://www.kde.org"; homepage = "http://www.kde.org";
license = with licenses; [ gpl2 lgpl21 fdl12 bsd3 ]; license = with licenses; [ gpl2Plus lgpl21Plus fdl12Plus bsd3 ];
maintainers = with maintainers; [ peterhoeg ]; maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -8,7 +8,7 @@
mkDerivation { mkDerivation {
pname = "kidentitymanagement"; pname = "kidentitymanagement";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -7,7 +7,7 @@
mkDerivation { mkDerivation {
pname = "kimap"; pname = "kimap";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -7,7 +7,7 @@
mkDerivation { mkDerivation {
pname = "kldap"; pname = "kldap";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -18,7 +18,7 @@ mkDerivation {
meta = { meta = {
homepage = "https://apps.kde.org/kleopatra/"; homepage = "https://apps.kde.org/kleopatra/";
description = "Certificate manager and unified crypto GUI"; description = "Certificate manager and unified crypto GUI";
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
} }

View File

@ -9,7 +9,7 @@
mkDerivation { mkDerivation {
pname = "kmail-account-wizard"; pname = "kmail-account-wizard";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools shared-mime-info ]; nativeBuildInputs = [ extra-cmake-modules kdoctools shared-mime-info ];

View File

@ -55,7 +55,7 @@ mkDerivation {
meta = { meta = {
homepage = "https://apps.kde.org/kmail2/"; homepage = "https://apps.kde.org/kmail2/";
description = "Mail client"; description = "Mail client";
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -9,7 +9,7 @@
mkDerivation { mkDerivation {
pname = "kmailtransport"; pname = "kmailtransport";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -7,7 +7,7 @@
mkDerivation { mkDerivation {
pname = "kmbox"; pname = "kmbox";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -10,7 +10,7 @@ mkDerivation {
meta = { meta = {
homepage = "https://apps.kde.org/kmix/"; homepage = "https://apps.kde.org/kmix/";
description = "Sound mixer"; description = "Sound mixer";
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = [ lib.maintainers.rongcuid ]; maintainers = [ lib.maintainers.rongcuid ];
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -28,7 +28,7 @@ mkDerivation {
meta = { meta = {
homepage = "https://github.com/KDE/kmousetool"; homepage = "https://github.com/KDE/kmousetool";
description = "Program that clicks the mouse for you"; description = "Program that clicks the mouse for you";
license = with lib.licenses; [ gpl2 fdl12 ]; license = with lib.licenses; [ gpl2Plus fdl12Plus ];
maintainers = [ lib.maintainers.jayesh-bhoot ]; maintainers = [ lib.maintainers.jayesh-bhoot ];
}; };
} }

View File

@ -7,7 +7,7 @@ mkDerivation {
meta = { meta = {
homepage = "https://apps.kde.org/kmplot/"; homepage = "https://apps.kde.org/kmplot/";
description = "Mathematical function plotter"; description = "Mathematical function plotter";
license = with lib.licenses; [ gpl2Plus fdl12 ]; license = with lib.licenses; [ gpl2Plus fdl12Plus ];
maintainers = [ lib.maintainers.orivej ]; maintainers = [ lib.maintainers.orivej ];
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -12,7 +12,7 @@ mkDerivation {
meta = { meta = {
homepage = "https://apps.kde.org/konsole/"; homepage = "https://apps.kde.org/konsole/";
description = "KDE terminal emulator"; description = "KDE terminal emulator";
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = with lib.maintainers; [ ttuegel turion ]; maintainers = with lib.maintainers; [ ttuegel turion ];
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -12,7 +12,7 @@ mkDerivation {
meta = { meta = {
homepage = "https://apps.kde.org/kontact/"; homepage = "https://apps.kde.org/kontact/";
description = "Personal information manager"; description = "Personal information manager";
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -7,7 +7,7 @@
mkDerivation { mkDerivation {
pname = "kontactinterface"; pname = "kontactinterface";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -15,7 +15,7 @@ mkDerivation {
meta = { meta = {
homepage = "https://apps.kde.org/korganizer/"; homepage = "https://apps.kde.org/korganizer/";
description = "Personal organizer"; description = "Personal organizer";
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -21,7 +21,7 @@ mkDerivation {
freecell-solver freecell-solver
]; ];
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = with lib.maintainers; [ rnhmjoj ]; maintainers = with lib.maintainers; [ rnhmjoj ];
}; };
} }

View File

@ -9,7 +9,7 @@
mkDerivation { mkDerivation {
pname = "kpimtextedit"; pname = "kpimtextedit";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
broken = lib.versionOlder qtbase.version "5.13.0"; broken = lib.versionOlder qtbase.version "5.13.0";
}; };

View File

@ -7,7 +7,7 @@
mkDerivation { mkDerivation {
pname = "kqtquickcharts"; pname = "kqtquickcharts";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = [ lib.maintainers.ttuegel ]; maintainers = [ lib.maintainers.ttuegel ];
}; };
nativeBuildInputs = [ extra-cmake-modules ]; nativeBuildInputs = [ extra-cmake-modules ];

View File

@ -19,7 +19,7 @@ mkDerivation {
meta = with lib; { meta = with lib; {
homepage = "http://www.kde.org"; homepage = "http://www.kde.org";
description = "Remote desktop client"; description = "Remote desktop client";
license = with licenses; [ gpl2 lgpl21 fdl12 bsd3 ]; license = with licenses; [ gpl2Plus lgpl21Plus fdl12Plus bsd3 ];
maintainers = with maintainers; [ peterhoeg ]; maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.linux; platforms = platforms.linux;
broken = lib.versionOlder qtbase.version "5.14"; broken = lib.versionOlder qtbase.version "5.14";

View File

@ -11,7 +11,7 @@ mkDerivation {
meta = { meta = {
homepage = "https://apps.kde.org/krfb/"; homepage = "https://apps.kde.org/krfb/";
description = "Desktop sharing (VNC)"; description = "Desktop sharing (VNC)";
license = with lib.licenses; [ gpl2 fdl12 ]; license = with lib.licenses; [ gpl2Plus fdl12Plus ];
maintainers = with lib.maintainers; [ jerith666 ]; maintainers = with lib.maintainers; [ jerith666 ];
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -7,7 +7,7 @@
mkDerivation { mkDerivation {
pname = "ksmtp"; pname = "ksmtp";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -7,7 +7,7 @@
mkDerivation { mkDerivation {
pname = "ktnef"; pname = "ktnef";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -7,7 +7,7 @@
mkDerivation { mkDerivation {
pname = "libgravatar"; pname = "libgravatar";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -9,7 +9,7 @@
mkDerivation { mkDerivation {
pname = "libkdepim"; pname = "libkdepim";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -8,7 +8,7 @@
mkDerivation { mkDerivation {
pname = "libkgapi"; pname = "libkgapi";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
broken = lib.versionOlder qtbase.version "5.14.0"; broken = lib.versionOlder qtbase.version "5.14.0";
}; };

View File

@ -8,7 +8,7 @@
mkDerivation { mkDerivation {
pname = "libkleo"; pname = "libkleo";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -9,7 +9,7 @@
mkDerivation { mkDerivation {
pname = "libksieve"; pname = "libksieve";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];

View File

@ -9,7 +9,7 @@
mkDerivation { mkDerivation {
pname = "mailcommon"; pname = "mailcommon";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -8,7 +8,7 @@
mkDerivation { mkDerivation {
pname = "mailimporter"; pname = "mailimporter";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -7,7 +7,7 @@
mkDerivation { mkDerivation {
pname = "mbox-importer"; pname = "mbox-importer";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -11,7 +11,7 @@
mkDerivation { mkDerivation {
pname = "messagelib"; pname = "messagelib";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -30,7 +30,7 @@ mkDerivation {
meta = with lib; { meta = with lib; {
homepage = "http://www.kde.org"; homepage = "http://www.kde.org";
description = "KDE document viewer"; description = "KDE document viewer";
license = with licenses; [ gpl2 lgpl21 fdl12 bsd3 ]; license = with licenses; [ gpl2Plus lgpl21Plus fdl12Plus bsd3 ];
maintainers = with maintainers; [ ttuegel turion ]; maintainers = with maintainers; [ ttuegel turion ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };

View File

@ -12,7 +12,7 @@ mkDerivation {
meta = { meta = {
homepage = "https://apps.kde.org/pimdataexporter/"; homepage = "https://apps.kde.org/pimdataexporter/";
description = "Saves and restores all data from PIM apps"; description = "Saves and restores all data from PIM apps";
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -8,7 +8,7 @@
mkDerivation { mkDerivation {
pname = "pim-sieve-editor"; pname = "pim-sieve-editor";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -10,7 +10,7 @@
mkDerivation { mkDerivation {
pname = "pimcommon"; pname = "pimcommon";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = kdepimTeam; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@ -11,7 +11,7 @@ mkDerivation {
meta = with lib; { meta = with lib; {
homepage = "https://edu.kde.org/rocs/"; homepage = "https://edu.kde.org/rocs/";
description = "A graph theory IDE."; description = "A graph theory IDE.";
license = with licenses; [ gpl2 lgpl21 fdl12 ]; license = with licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
maintainers = with maintainers; [ knairda ]; maintainers = with maintainers; [ knairda ];
}; };

View File

@ -41,7 +41,7 @@ mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "MPlayer front-end for KDE"; description = "MPlayer front-end for KDE";
license = with licenses; [ gpl2 lgpl2 fdl12 ]; license = with licenses; [ gpl2Plus lgpl2Plus fdl12Plus ];
homepage = "https://kmplayer.kde.org/"; homepage = "https://kmplayer.kde.org/";
maintainers = with maintainers; [ sander zraexy ]; maintainers = with maintainers; [ sander zraexy ];
}; };

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "GCC C++ STD manual pages"; description = "GCC C++ STD manual pages";
homepage = "https://gcc.gnu.org/"; homepage = "https://gcc.gnu.org/";
license = with licenses; [ fdl12Plus ]; license = with licenses; [ fdl13Plus ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "MATE User Guide"; description = "MATE User Guide";
homepage = "https://mate-desktop.org"; homepage = "https://mate-desktop.org";
license = with licenses; [ gpl2Plus fdl12 ]; license = with licenses; [ gpl2Plus fdl11Plus ];
platforms = platforms.unix; platforms = platforms.unix;
maintainers = teams.mate.members; maintainers = teams.mate.members;
}; };

View File

@ -43,7 +43,7 @@ let
mit mit
gpl2Plus gpl2Plus
gpl3Plus gpl3Plus
fdl12 fdl12Plus
]; ];
srcs = import ./srcs.nix { srcs = import ./srcs.nix {

View File

@ -32,7 +32,7 @@ let
broken = lib.versionOlder libsForQt5.qtbase.version minQtVersion; broken = lib.versionOlder libsForQt5.qtbase.version minQtVersion;
maintainers = with lib.maintainers; [ ttuegel nyanloutre ]; maintainers = with lib.maintainers; [ ttuegel nyanloutre ];
license = with lib.licenses; [ license = with lib.licenses; [
lgpl21Plus lgpl3Plus bsd2 mit gpl2Plus gpl3Plus fdl12 lgpl21Plus lgpl3Plus bsd2 mit gpl2Plus gpl3Plus fdl12Plus
]; ];
srcs = import ./srcs.nix { srcs = import ./srcs.nix {

View File

@ -7,7 +7,7 @@
mkDerivation { mkDerivation {
pname = "kdav"; pname = "kdav";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [ kcoreaddons kio qtxmlpatterns ]; buildInputs = [ kcoreaddons kio qtxmlpatterns ];

View File

@ -7,7 +7,7 @@
mkDerivation { mkDerivation {
pname = "kholidays"; pname = "kholidays";
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = with lib.maintainers; [ bkchr ]; maintainers = with lib.maintainers; [ bkchr ];
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];