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