about summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorFavoritoHJS <69703458+FavoritoHJS@users.noreply.github.com>2023-09-26 16:00:44 +0000
committerGitHub <noreply@github.com>2023-09-26 16:00:44 +0000
commit5d5c872bdffb0542662516aec96ae05d3762fbe1 (patch)
tree11a397e27cc921aea1045c249885ed2dcd86c024 /lib/licenses.nix
parent81aa88d4c485c0f41e4d3515508726ed750e936e (diff)
licenses: add Fraunhofer FDK AAC Codec Library
This license is used by the Fraunhofer FDK codec, which is currently
mislicensed to Apache 2.0.

Of course, this can't be corrected without having the proper license
available in lib.licenses can't it??

Thanks @trofi for noticing this has an SPDX ID.
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 0fd6410853745..615a6b3881535 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -481,6 +481,11 @@ in mkLicense lset) ({
     free = false;
   };
 
+  fraunhofer-fdk = {
+    fullName = "Fraunhofer FDK AAC Codec Library";
+    spdxId = "FDK-AAC";
+  };
+
   free = {
     fullName = "Unspecified free software license";
   };