about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-10-20 00:05:13 +0000
committerGitHub <noreply@github.com>2022-10-20 00:05:13 +0000
commitaac580f88f705cd65d47672a8bc1fac3482f9837 (patch)
tree78eca36e986e366284af6152ab80bd307806c9d4 /lib
parentda85286b28f0be9029a514fcba29ee13d9762317 (diff)
parentba90bab628277d977d3a381e91d4ce0af4ea4f91 (diff)
Merge master into staging-next
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 054726337783c..312bac45cbd56 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -78,6 +78,12 @@ in mkLicense lset) ({
     url = "https://aomedia.org/license/patent-license/";
   };
 
+  apsl10 = {
+    spdxId = "APSL-1.0";
+    fullName = "Apple Public Source License 1.0";
+    url = "https://web.archive.org/web/20040701000000*/http://www.opensource.apple.com/apsl/1.0.txt";
+  };
+
   apsl20 = {
     spdxId = "APSL-2.0";
     fullName = "Apple Public Source License 2.0";