summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index dadb9b07a08e..84710a69eb66 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -182,6 +182,11 @@ rec {
     fullName = "GNU Lesser General Public License v3.0 or later";
   };
 
+  libpng = spdx {
+    shortName = "Libpng";
+    fullName = "libpng License";
+  };
+
   libtiff = {
     shortName = "libtiff";
     fullName = "libtiff license";
@@ -292,4 +297,3 @@ rec {
   };
 
 }
-