summaryrefslogtreecommitdiffstats
path: root/pkgs/lib
diff options
context:
space:
mode:
authorMarco Maggesi <maggesi@math.unifi.it>2011-10-13 12:37:15 +0000
committerMarco Maggesi <maggesi@math.unifi.it>2011-10-13 12:37:15 +0000
commit843ed0c33924250a79141c02e53d3bd9596687d7 (patch)
tree159a6001bf5f41de9efda000aa879343a2f3673f /pkgs/lib
parent805a4c0261d2c33d62a47af0cc89869e6e1c4e2e (diff)
Update OpenAFS client to version 1.6.0. Also enable Hydra build.
svn path=/nixpkgs/trunk/; revision=29819
Diffstat (limited to 'pkgs/lib')
-rw-r--r--pkgs/lib/licenses.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/lib/licenses.nix b/pkgs/lib/licenses.nix
index 1d6b1ca58e22..293bf59ec5d9 100644
--- a/pkgs/lib/licenses.nix
+++ b/pkgs/lib/licenses.nix
@@ -82,6 +82,12 @@
url = https://fedoraproject.org/wiki/Licensing/GPL_Classpath_Exception;
};
+ ipl10 = {
+ shortName = "IPL 1.0";
+ fullName = "IBM Public License Version 1.0";
+ url = http://www.ibm.com/developerworks/opensource/library/os-i18n2/os-ipl.html;
+ };
+
ijg = {
shortName = "IJG";
fullName = "Independent JPEG Group License";