Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

lib.licenses: add licenses used in nixpkgs

jopejoe1 3e8895f9 89d04172

Changed files
+50
lib
+50
lib/licenses.nix
··· 167 167 fullName = "Apache License 2.0"; 168 168 }; 169 169 170 + baekmuk = { 171 + spdxId = "Baekmuk"; 172 + fullName = "Baekmuk License"; 173 + }; 174 + 170 175 bitstreamVera = { 171 176 spdxId = "Bitstream-Vera"; 172 177 fullName = "Bitstream Vera Font License"; ··· 180 185 bitTorrent11 = { 181 186 spdxId = "BitTorrent-1.1"; 182 187 fullName = " BitTorrent Open Source License v1.1"; 188 + }; 189 + 190 + boehmGC = { 191 + spdxId = "Boehm-GC"; 192 + fullName = "Boehm-Demers-Weiser GC License"; 183 193 }; 184 194 185 195 bola11 = { ··· 586 596 free = false; 587 597 }; 588 598 599 + fontException = { 600 + spdxId = "Font-exception-2.0"; 601 + fullName = "Font exception 2.0"; 602 + }; 603 + 589 604 fraunhofer-fdk = { 590 605 fullName = "Fraunhofer FDK AAC Codec Library"; 591 606 spdxId = "FDK-AAC"; ··· 593 608 594 609 free = { 595 610 fullName = "Unspecified free software license"; 611 + }; 612 + 613 + freeimage = { 614 + spdxId = "FreeImage"; 615 + fullName = "FreeImage Public License v1.0"; 596 616 }; 597 617 598 618 fsl11Mit = { ··· 764 784 fullName = "INRIA Non-Commercial License Agreement for the Zélus compiler"; 765 785 url = "https://github.com/INRIA/zelus/raw/829f2b97cba93b0543a9ca0272269e6b8fdad356/LICENSE"; 766 786 free = false; 787 + }; 788 + 789 + interbase = { 790 + spdxId = "Interbase-1.0"; 791 + fullName = "Interbase Public License v1.0"; 767 792 }; 768 793 769 794 ipa = { ··· 1042 1067 redistributable = true; # Only if used in Netdata products. 1043 1068 }; 1044 1069 1070 + ngpl = { 1071 + spdxId = "NGPL"; 1072 + fullName = "Nethack General Public License"; 1073 + }; 1074 + 1045 1075 nistSoftware = { 1046 1076 spdxId = "NIST-Software"; 1047 1077 fullName = "NIST Software License"; ··· 1132 1162 osl3 = { 1133 1163 spdxId = "OSL-3.0"; 1134 1164 fullName = "Open Software License 3.0"; 1165 + }; 1166 + 1167 + paratype = { 1168 + fullName = "ParaType Free Font Licensing Agreement"; 1169 + url = "https://web.archive.org/web/20161209023955/http://www.paratype.ru/public/pt_openlicense_eng.asp"; 1135 1170 }; 1136 1171 1137 1172 parity70 = { ··· 1262 1297 redistributable = false; # only free to redistribute "for non-commercial purposes" 1263 1298 }; 1264 1299 1300 + tcpWrappers = { 1301 + spdxId = "TCP-wrappers"; 1302 + fullName = "TCP Wrappers License"; 1303 + }; 1304 + 1265 1305 teamspeak = { 1266 1306 fullName = "Teamspeak client license"; 1267 1307 url = "https://www.teamspeak.com/en/privacy-and-terms/"; ··· 1307 1347 # TODO: add spdxId when it gets accepted to spdx 1308 1348 # https://tools.spdx.org/app/license_requests/458 1309 1349 # https://github.com/spdx/license-list-XML/issues/2757 1350 + }; 1351 + 1352 + torque11 = { 1353 + spdxId = "TORQUE-1.1"; 1354 + fullName = "TORQUE v2.5+ Software License v1.1"; 1310 1355 }; 1311 1356 1312 1357 tsl = { ··· 1447 1492 x11 = { 1448 1493 spdxId = "X11"; 1449 1494 fullName = "X11 License"; 1495 + }; 1496 + 1497 + xerox = { 1498 + spdxId = "Xerox"; 1499 + fullName = "Xerox License"; 1450 1500 }; 1451 1501 1452 1502 xfig = {