diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-01-29 16:03:50 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-01-31 15:34:58 -0500 |
commit | 921d9dc7f4c604b28278a486441754b7c5430361 (patch) | |
tree | 329cb8d1369014f6d907d9d586ea79ca6821489e | |
parent | d1a0bba029b9a64d505c8970e43da256e2164946 (diff) | |
download | gnu-guix-921d9dc7f4c604b28278a486441754b7c5430361.tar gnu-guix-921d9dc7f4c604b28278a486441754b7c5430361.tar.gz |
license: Add giftware.
* guix/licenses.scm (giftware): New variable.
-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 1def1acb3e..cb2373425d 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -40,6 +40,7 @@ epl1.0 expat freetype + giftware gpl1 gpl1+ gpl2 gpl2+ gpl3 gpl3+ gfl1.0 fdl1.3+ @@ -201,6 +202,11 @@ at URI, which may be a file:// URI pointing the package's tree." "http://directory.fsf.org/wiki/License:Freetype" "https://www.gnu.org/licenses/license-list.html#freetype")) +(define giftware + (license "Giftware" + "http://liballeg.org/license.html" + "The Allegro 4 license")) + (define gpl1 (license "GPL 1" "https://www.gnu.org/licenses/old-licenses/gpl-1.0.html" |