diff options
author | Cyril Roelandt <tipecaml@gmail.com> | 2013-02-11 03:32:51 +0100 |
---|---|---|
committer | Cyril Roelandt <tipecaml@gmail.com> | 2013-02-11 22:23:29 +0100 |
commit | b1426f17859173fedc40f14c9e2d40c64a0f469b (patch) | |
tree | 6cf55885a94e854223ef873d6190d04fb8c30f14 /guix/licenses.scm | |
parent | 95b6c70f6b3da28c1e1e869308614d317e621269 (diff) |
gnu: Add tmux. licenses: add ISC.
* gnu/packages/tmux.scm: New file.
* Makefile.am (MODULES): Use it.
* guix/licenses.scm: add ISC.
Diffstat (limited to 'guix/licenses.scm')
-rw-r--r-- | guix/licenses.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/guix/licenses.scm b/guix/licenses.scm index 1b149b5282..4e4aee2036 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -30,6 +30,7 @@ expat freetype gpl1 gpl1+ gpl2 gpl2+ gpl3 gpl3+ + isc ijg ibmpl1.0 lgpl2.0 lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3 lgpl3+ @@ -149,6 +150,11 @@ which may be a file:// URI pointing the package's tree." "https://www.gnu.org/licenses/gpl.html" "https://www.gnu.org/licenses/license-list#GNUGPLv3")) +(define isc + (license "ISC" + "http://directory.fsf.org/wiki/License:ISC" + "https://www.gnu.org/licenses/license-list.html#ISC")) + (define ijg (license "IJG" "http://directory.fsf.org/wiki/License:JPEG" |