about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-10-19 23:34:49 +0200
committerGitHub <noreply@github.com>2022-10-19 23:34:49 +0200
commit3e6e7aa5354763e88a24ea18a3f1836d4f5e6995 (patch)
tree10ca37ae7df9cfa9835c438d58c030d4c514ead8 /lib
parentd2596f85323f5d9d9ad2def19aade693192ae0e4 (diff)
parent28726fadc08fe5b5174a7b8429f94706333bbaa1 (diff)
Merge pull request #193551 from OPNA2608/init/mac-fdisk
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";