Merge pull request #276302 from jopejoe1/license-updates

treewide: change some generic free to specific license
This commit is contained in:
Jörg Thalheim
2024-03-06 20:28:12 +01:00
committed by GitHub
13 changed files with 32 additions and 12 deletions
+20
View File
@@ -412,6 +412,11 @@ in mkLicense lset) ({
fullName = "Detection Rule License 1.0";
};
dtoa = {
spdxId = "dtoa";
fullName = "dtoa License";
};
eapl = {
fullName = "EPSON AVASYS PUBLIC LICENSE";
url = "https://avasys.jp/hp/menu000000700/hpg000000603.htm";
@@ -1066,6 +1071,11 @@ in mkLicense lset) ({
url = "https://sources.debian.org/copyright/license/debianutils/4.9.1/";
};
smlnj = {
spdxId = "SMLNJ";
fullName = "Standard ML of New Jersey License";
};
sspl = {
shortName = "SSPL";
fullName = "Server Side Public License";
@@ -1215,6 +1225,11 @@ in mkLicense lset) ({
url = "https://mcj.sourceforge.net/authors.html#xfig";
};
xinetd = {
spdxId = "xinetd";
fullName = "xinetd License";
};
zlib = {
spdxId = "Zlib";
fullName = "zlib License";
@@ -1229,6 +1244,11 @@ in mkLicense lset) ({
spdxId = "ZPL-2.1";
fullName = "Zope Public License 2.1";
};
xskat = {
spdxId = "XSkat";
fullName = "XSkat License";
};
} // {
# TODO: remove legacy aliases
agpl3 = {
@@ -81,7 +81,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://warmplace.ru/soft/ans/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.free;
license = licenses.unfreeRedistributable;
# I cannot test the Darwin version, so I'll leave it disabled
platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = with maintainers; [ jacg ];
+1 -1
View File
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
description = "Script for taking notes and open urls with taskwarrior";
homepage = "https://github.com/ValiValpas/taskopen";
platforms = platforms.linux;
license = licenses.free;
license = licenses.gpl2Plus;
maintainers = [ maintainers.winpat ];
};
}
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers; [ raskin ];
platforms = with lib.platforms; linux;
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.free; # Apache License fork, actually
license = lib.licenses.ecl20;
mainProgram = "vue";
};
}
+1 -1
View File
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://www.x.org/";
description = "Allows testing the fonts available in an X server";
license = licenses.free;
license = with licenses; [ x11 smlnj mit ];
maintainers = with maintainers; [ viric ];
platforms = platforms.unix;
};
@@ -25,7 +25,7 @@ stdenvNoCC.mkDerivation rec {
contemporary style and contains characteristics unique to
the Ubuntu brand that convey a precise, reliable and free attitude.";
homepage = "http://font.ubuntu.com/";
license = licenses.free;
license = licenses.ufl;
platforms = platforms.all;
maintainers = [ maintainers.antono ];
};
+1 -1
View File
@@ -27,6 +27,6 @@ stdenvNoCC.mkDerivation rec {
# Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved.
# DejaVu changes are in public domain
# See https://dejavu-fonts.github.io/License.html for details
license = licenses.free;
license = with licenses; [ bitstreamVera publicDomain ];
};
}
+1 -1
View File
@@ -85,7 +85,7 @@ in stdenv.mkDerivation {
meta = {
description = "Simple, small, C++ XML parser that can be easily integrating into other programs";
homepage = "http://www.grinninglizard.com/tinyxml/index.html";
license = lib.licenses.free;
license = lib.licenses.zlib;
platforms = lib.platforms.unix;
};
}
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Famous german card game";
platforms = platforms.unix;
license = licenses.free;
license = licenses.xskat;
longDescription = "Play the german card game Skat against the AI or over IRC.";
homepage = "https://web.archive.org/web/20221003060115/https://www.xskat.de/xskat.html";
};
+1 -1
View File
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Serve 9P from Unix";
homepage = "http://p9f.org/magic/man2html?man=u9fs&sect=4";
license = licenses.free;
license = licenses.dtoa;
maintainers = [ maintainers.ehmry ];
platforms = platforms.unix;
mainProgram = "u9fs";
+1 -1
View File
@@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Secure replacement for inetd";
platforms = lib.platforms.linux;
homepage = "https://github.com/openSUSE/xinetd";
license = lib.licenses.free;
license = lib.licenses.xinetd;
maintainers = with lib.maintainers; [ fgaz ];
};
})
+1 -1
View File
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
];
hydraPlatforms = [];
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.free;
license = lib.licenses.bsd3;
platforms = with lib.platforms; unix;
};
}
+1 -1
View File
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://github.com/xorg62/tty-clock";
license = licenses.free;
license = licenses.bsd3;
description = "Digital clock in ncurses";
platforms = platforms.all;
maintainers = [ maintainers.koral ];