diff options
author | Arun Isaac <arunisaac@systemreboot.net> | 2019-12-05 16:31:50 +0530 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2020-03-24 11:42:41 +0100 |
commit | d13d28265fb831b905bc00edeb45cd550cd43ffe (patch) | |
tree | c157b93e464cf1de93a60de9f5bcb9f2be011051 | |
parent | 5d33e789c2d8f90fa010b2974f6237aef23f4aec (diff) | |
download | patches-d13d28265fb831b905bc00edeb45cd550cd43ffe.tar patches-d13d28265fb831b905bc00edeb45cd550cd43ffe.tar.gz |
licenses: Add QWT 1.0 license.
* guix/licenses.scm (qwt1.0): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
-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 deafe847db..ab2ad3f169 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -80,6 +80,7 @@ perl-license psfl public-domain qpl + qwt1.0 repoze ruby sgifreeb2.0 @@ -555,6 +556,11 @@ at URI, which may be a file:// URI pointing the package's tree." "http://directory.fsf.org/wiki/License:QPLv1.0" "http://www.gnu.org/licenses/license-list.html#QPL")) +(define qwt1.0 + (license "QWT 1.0" + "http://qwt.sourceforge.net/qwtlicense.html" + "GNU Lesser General Public License with exceptions")) + (define repoze (license "Repoze" "http://repoze.org/LICENSE.txt" |