licenses: Add QWT 1.0 license.
* guix/licenses.scm (qwt1.0): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
5d33e789c2
commit
d13d28265f
1 changed files with 6 additions and 0 deletions
|
@ -80,6 +80,7 @@
|
||||||
perl-license
|
perl-license
|
||||||
psfl public-domain
|
psfl public-domain
|
||||||
qpl
|
qpl
|
||||||
|
qwt1.0
|
||||||
repoze
|
repoze
|
||||||
ruby
|
ruby
|
||||||
sgifreeb2.0
|
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://directory.fsf.org/wiki/License:QPLv1.0"
|
||||||
"http://www.gnu.org/licenses/license-list.html#QPL"))
|
"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
|
(define repoze
|
||||||
(license "Repoze"
|
(license "Repoze"
|
||||||
"http://repoze.org/LICENSE.txt"
|
"http://repoze.org/LICENSE.txt"
|
||||||
|
|
Reference in a new issue