summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorAristid Breitkreuz <aristidb@gmail.com>2014-09-04 20:36:36 +0200
committerAristid Breitkreuz <aristidb@gmail.com>2014-09-04 20:36:43 +0200
commit73e569bf01facc9e65738f708ee2fff1e49ac61f (patch)
treebfca2c04047cd65ffe8a08f61799a48bda86ae22 /lib
parent0ec38e5b7f14790c05979120c1a60d77407f1432 (diff)
downloadnixlib-73e569bf01facc9e65738f708ee2fff1e49ac61f.tar
nixlib-73e569bf01facc9e65738f708ee2fff1e49ac61f.tar.gz
nixlib-73e569bf01facc9e65738f708ee2fff1e49ac61f.tar.bz2
nixlib-73e569bf01facc9e65738f708ee2fff1e49ac61f.tar.lz
nixlib-73e569bf01facc9e65738f708ee2fff1e49ac61f.tar.xz
nixlib-73e569bf01facc9e65738f708ee2fff1e49ac61f.tar.zst
nixlib-73e569bf01facc9e65738f708ee2fff1e49ac61f.zip
add postgresql 9.4beta2
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index bdcf8a7b8a7b..6eb265b3316c 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -232,6 +232,11 @@ rec {
     fullName = "OpenSSL License";
   };
 
+  postgresql = spqd {
+    shortName = "PostgreSQL";
+    fullName = "PostgreSQL License";
+  };
+
   psfl = spdx {
     shortName = "Python-2.0";
     fullName = "Python Software Foundation License version 2";