about summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorLuca Bruno <lucabru@src.gnome.org>2014-04-10 22:29:36 +0200
committerLuca Bruno <lucabru@src.gnome.org>2014-04-14 09:58:02 +0200
commitb4096479faf7147e885e5a7abc03c35c23db88ea (patch)
treec7fa4161dbc22ad1e4cbd62cf1bab2a927ced028 /lib/licenses.nix
parentd5b4c3c63e97415396ff0ad74299aa770512c71b (diff)
gnome-user-docs: new package licensed under the new licenses.cc-by-30
User and system administration help for the Gnome

https://help.gnome.org/users/gnome-help/3.10
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 603fddcb8577c..20c1b2200315f 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -64,6 +64,12 @@
     url = https://fedoraproject.org/wiki/Licensing/BSD;
   };
 
+  cc-by-30 = {
+    shortName = "CC BY 3.0";
+    fullName = "Creative Commons Attribution 3.0";
+    url = http://creativecommons.org/licenses/by/3.0;
+  };
+
   cddl = {
     shortName = "CDDL";
     fullName = "Common Development Distribution License ";