lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360)

authored by

jopejoe1 and committed by
GitHub
18d463bb 565a4742

+1 -16
+1 -16
lib/licenses.nix
··· 115 arphicpl = { 116 spdxId = "Arphic-1999"; 117 fullName = "Arphic Public License"; 118 - url = "https://www.freedesktop.org/wiki/Arphic_Public_License/"; 119 }; 120 121 artistic1 = { ··· 241 bsl11 = { 242 spdxId = "BUSL-1.1"; 243 fullName = "Business Source License 1.1"; 244 - url = "https://mariadb.com/bsl11"; 245 free = false; 246 redistributable = true; 247 }; ··· 254 cal10 = { 255 spdxId = "CAL-1.0"; 256 fullName = "Cryptographic Autonomy License version 1.0 (CAL-1.0)"; 257 - url = "https://opensource.org/licenses/CAL-1.0"; 258 }; 259 260 caldera = { 261 spdxId = "Caldera"; 262 fullName = "Caldera License"; 263 - url = "http://www.lemis.com/grog/UNIX/ancient-source-all.pdf"; 264 }; 265 266 capec = { ··· 464 465 ecl20 = { 466 fullName = "Educational Community License, Version 2.0"; 467 - url = "https://opensource.org/licenses/ECL-2.0"; 468 shortName = "ECL 2.0"; 469 spdxId = "ECL-2.0"; 470 }; ··· 482 elastic20 = { 483 spdxId = "Elastic-2.0"; 484 fullName = "Elastic License 2.0"; 485 - url = "https://github.com/elastic/elasticsearch/blob/main/licenses/ELASTIC-LICENSE-2.0.txt"; 486 free = false; 487 }; 488 ··· 676 iasl = { 677 spdxId = "Intel-ACPI"; 678 fullName = "Intel ACPI Software License Agreement"; 679 - url = "https://old.calculate-linux.org/packages/licenses/iASL"; 680 }; 681 682 icu = { ··· 702 info-zip = { 703 spdxId = "Info-ZIP"; 704 fullName = "Info-ZIP License"; 705 - url = "https://infozip.sourceforge.net/license.html"; 706 }; 707 708 inria-compcert = { ··· 887 miros = { 888 spdxId = "MirOS"; 889 fullName = "MirOS License"; 890 - url = "https://opensource.org/licenses/MirOS"; 891 }; 892 893 mit = { ··· 949 mulan-psl2 = { 950 spdxId = "MulanPSL-2.0"; 951 fullName = "Mulan Permissive Software License, Version 2"; 952 - url = "https://license.coscl.org.cn/MulanPSL2"; 953 }; 954 955 naist-2003 = { ··· 984 fullName = "Netdata Cloud UI License v1.0"; 985 free = false; 986 redistributable = true; # Only if used in Netdata products. 987 - url = "https://raw.githubusercontent.com/netdata/netdata/master/web/gui/v2/LICENSE.md"; 988 }; 989 990 nistSoftware = { ··· 1082 parity70 = { 1083 spdxId = "Parity-7.0.0"; 1084 fullName = "Parity Public License 7.0.0"; 1085 - url = "https://paritylicense.com/versions/7.0.0.html"; 1086 }; 1087 1088 php301 = { ··· 1104 psfl = { 1105 spdxId = "Python-2.0"; 1106 fullName = "Python Software Foundation License version 2"; 1107 - url = "https://docs.python.org/license.html"; 1108 }; 1109 1110 publicDomain = { ··· 1233 }; 1234 1235 ufl = { 1236 fullName = "Ubuntu Font License 1.0"; 1237 - url = "https://ubuntu.com/legal/font-licence"; 1238 }; 1239 1240 unfree = { ··· 1278 upl = { 1279 spdxId = "UPL-1.0"; 1280 fullName = "Universal Permissive License"; 1281 - url = "https://oss.oracle.com/licenses/upl/"; 1282 }; 1283 1284 vim = { ··· 1344 xfig = { 1345 spdxId = "Xfig"; 1346 fullName = "xfig"; 1347 - url = "https://mcj.sourceforge.net/authors.html#xfig"; 1348 }; 1349 1350 xinetd = {
··· 115 arphicpl = { 116 spdxId = "Arphic-1999"; 117 fullName = "Arphic Public License"; 118 }; 119 120 artistic1 = { ··· 240 bsl11 = { 241 spdxId = "BUSL-1.1"; 242 fullName = "Business Source License 1.1"; 243 free = false; 244 redistributable = true; 245 }; ··· 252 cal10 = { 253 spdxId = "CAL-1.0"; 254 fullName = "Cryptographic Autonomy License version 1.0 (CAL-1.0)"; 255 }; 256 257 caldera = { 258 spdxId = "Caldera"; 259 fullName = "Caldera License"; 260 }; 261 262 capec = { ··· 460 461 ecl20 = { 462 fullName = "Educational Community License, Version 2.0"; 463 shortName = "ECL 2.0"; 464 spdxId = "ECL-2.0"; 465 }; ··· 477 elastic20 = { 478 spdxId = "Elastic-2.0"; 479 fullName = "Elastic License 2.0"; 480 free = false; 481 }; 482 ··· 670 iasl = { 671 spdxId = "Intel-ACPI"; 672 fullName = "Intel ACPI Software License Agreement"; 673 }; 674 675 icu = { ··· 695 info-zip = { 696 spdxId = "Info-ZIP"; 697 fullName = "Info-ZIP License"; 698 }; 699 700 inria-compcert = { ··· 879 miros = { 880 spdxId = "MirOS"; 881 fullName = "MirOS License"; 882 }; 883 884 mit = { ··· 940 mulan-psl2 = { 941 spdxId = "MulanPSL-2.0"; 942 fullName = "Mulan Permissive Software License, Version 2"; 943 }; 944 945 naist-2003 = { ··· 974 fullName = "Netdata Cloud UI License v1.0"; 975 free = false; 976 redistributable = true; # Only if used in Netdata products. 977 }; 978 979 nistSoftware = { ··· 1071 parity70 = { 1072 spdxId = "Parity-7.0.0"; 1073 fullName = "Parity Public License 7.0.0"; 1074 }; 1075 1076 php301 = { ··· 1092 psfl = { 1093 spdxId = "Python-2.0"; 1094 fullName = "Python Software Foundation License version 2"; 1095 }; 1096 1097 publicDomain = { ··· 1220 }; 1221 1222 ufl = { 1223 + spdxId = "Ubuntu-font-1.0"; 1224 fullName = "Ubuntu Font License 1.0"; 1225 }; 1226 1227 unfree = { ··· 1265 upl = { 1266 spdxId = "UPL-1.0"; 1267 fullName = "Universal Permissive License"; 1268 }; 1269 1270 vim = { ··· 1330 xfig = { 1331 spdxId = "Xfig"; 1332 fullName = "xfig"; 1333 }; 1334 1335 xinetd = {