summary refs log tree commit diff
diff options
context:
space:
mode:
authorBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>2018-02-01 16:09:03 +0100
committerJulien Lepiller <julien@lepiller.eu>2018-02-10 19:03:57 +0100
commit0a574d7bf7009e9fcd28fbaaad2842dc287fa29d (patch)
tree8879585c03f5d305dc2e59991f2be84c4046a436
parent0158ea8a82bf60555665addc17dc8895bf4efe36 (diff)
downloadguix-0a574d7bf7009e9fcd28fbaaad2842dc287fa29d.tar.gz
licenses: Add W3C license.
* gnu/license.scm (w3c): New variable.
-rw-r--r--guix/licenses.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/guix/licenses.scm b/guix/licenses.scm
index 269d97c723..700fa7f03a 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -87,6 +87,7 @@
             tcl/tk
             unlicense
             vim
+            w3c
             x11 x11-style
             zpl2.1
             zlib
@@ -578,6 +579,11 @@ at URI, which may be a file:// URI pointing the package's tree."
            "https://unlicense.org/"
            "https://www.gnu.org/licenses/license-list.html#Unlicense"))
 
+(define w3c
+  (license "W3C Software Notice and License"
+           "https://directory.fsf.org/wiki/License:W3C_31Dec2002"
+           "https://www.gnu.org/licenses/license-list.en.html#W3C"))
+
 (define wtfpl2
   (license "WTFPL 2"
            "http://www.wtfpl.net"