lib/licenses: add missing spdxids
This commit is contained in:
parent
60a7195667
commit
7b7b4967d4
1 changed files with 8 additions and 1 deletions
|
@ -104,6 +104,7 @@ in mkLicense lset) ({
|
||||||
};
|
};
|
||||||
|
|
||||||
arphicpl = {
|
arphicpl = {
|
||||||
|
spdxId = "Arphic-1999";
|
||||||
fullName = "Arphic Public License";
|
fullName = "Arphic Public License";
|
||||||
url = "https://www.freedesktop.org/wiki/Arphic_Public_License/";
|
url = "https://www.freedesktop.org/wiki/Arphic_Public_License/";
|
||||||
};
|
};
|
||||||
|
@ -236,6 +237,7 @@ in mkLicense lset) ({
|
||||||
};
|
};
|
||||||
|
|
||||||
cal10 = {
|
cal10 = {
|
||||||
|
spdxId = "CAL-1.0";
|
||||||
fullName = "Cryptographic Autonomy License version 1.0 (CAL-1.0)";
|
fullName = "Cryptographic Autonomy License version 1.0 (CAL-1.0)";
|
||||||
url = "https://opensource.org/licenses/CAL-1.0";
|
url = "https://opensource.org/licenses/CAL-1.0";
|
||||||
};
|
};
|
||||||
|
@ -429,6 +431,7 @@ in mkLicense lset) ({
|
||||||
};
|
};
|
||||||
|
|
||||||
elastic20 = {
|
elastic20 = {
|
||||||
|
spdxId = "Elastic-2.0";
|
||||||
fullName = "Elastic License 2.0";
|
fullName = "Elastic License 2.0";
|
||||||
url = "https://github.com/elastic/elasticsearch/blob/main/licenses/ELASTIC-LICENSE-2.0.txt";
|
url = "https://github.com/elastic/elasticsearch/blob/main/licenses/ELASTIC-LICENSE-2.0.txt";
|
||||||
free = false;
|
free = false;
|
||||||
|
@ -598,6 +601,7 @@ in mkLicense lset) ({
|
||||||
|
|
||||||
# Intel's license, seems free
|
# Intel's license, seems free
|
||||||
iasl = {
|
iasl = {
|
||||||
|
spdxId = "Intel-ACPI";
|
||||||
fullName = "iASL";
|
fullName = "iASL";
|
||||||
url = "https://old.calculate-linux.org/packages/licenses/iASL";
|
url = "https://old.calculate-linux.org/packages/licenses/iASL";
|
||||||
};
|
};
|
||||||
|
@ -609,7 +613,7 @@ in mkLicense lset) ({
|
||||||
|
|
||||||
imagemagick = {
|
imagemagick = {
|
||||||
fullName = "ImageMagick License";
|
fullName = "ImageMagick License";
|
||||||
spdxId = "imagemagick";
|
spdxId = "ImageMagick";
|
||||||
};
|
};
|
||||||
|
|
||||||
imlib2 = {
|
imlib2 = {
|
||||||
|
@ -803,6 +807,7 @@ in mkLicense lset) ({
|
||||||
};
|
};
|
||||||
|
|
||||||
miros = {
|
miros = {
|
||||||
|
spdxId = "MirOS";
|
||||||
fullName = "MirOS License";
|
fullName = "MirOS License";
|
||||||
url = "https://opensource.org/licenses/MirOS";
|
url = "https://opensource.org/licenses/MirOS";
|
||||||
};
|
};
|
||||||
|
@ -1138,6 +1143,7 @@ in mkLicense lset) ({
|
||||||
};
|
};
|
||||||
|
|
||||||
upl = {
|
upl = {
|
||||||
|
spdxId = "UPL-1.0";
|
||||||
fullName = "Universal Permissive License";
|
fullName = "Universal Permissive License";
|
||||||
url = "https://oss.oracle.com/licenses/upl/";
|
url = "https://oss.oracle.com/licenses/upl/";
|
||||||
};
|
};
|
||||||
|
@ -1194,6 +1200,7 @@ in mkLicense lset) ({
|
||||||
};
|
};
|
||||||
|
|
||||||
xfig = {
|
xfig = {
|
||||||
|
spdxId = "Xfig";
|
||||||
fullName = "xfig";
|
fullName = "xfig";
|
||||||
url = "https://mcj.sourceforge.net/authors.html#xfig";
|
url = "https://mcj.sourceforge.net/authors.html#xfig";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue