pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Add the GUST Font Source License (GFSL) from
details: https://anonhg.NetBSD.org/pkgsrc/rev/1263a7375b81
branches: trunk
changeset: 651106:1263a7375b81
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat May 02 13:21:37 2015 +0000
description:
Add the GUST Font Source License (GFSL) from
http://ctan.org/license/gfsl
Since this is basically the LaTeX Project Public License with one clause
removed, add it to the default acceptable licenses.
(lppl is fine with both OSI and FSF and already allowed.)
diffstat:
licenses/gfsl | 31 +++++++++++++++++++++++++++++++
mk/license.mk | 3 ++-
pkgtools/pkg_install/files/lib/license.c | 3 ++-
3 files changed, 35 insertions(+), 2 deletions(-)
diffs (69 lines):
diff -r 2b27a9795bae -r 1263a7375b81 licenses/gfsl
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/licenses/gfsl Sat May 02 13:21:37 2015 +0000
@@ -0,0 +1,31 @@
+The GUST Font Source License (GFSL)
+
+This is a preliminary version, barring acceptance from the LaTeX
+Project Team and other feedback, of the GUST Font Source License.
+This license is for use with free fonts distributed with source
+code.
+
+For the most recent version of this license see
+http://www.gust.org.pl/fonts/licenses/GUST-FONT-SOURCE-LICENSE.txt
+or http://tug.org/fonts/licenses/GUST-FONT-SOURCE-LICENSE.txt
+
+This work may be distributed and/or modified under the conditions
+of the LaTeX Project Public License, either version 1.3a of this
+license or (at your option) any later version, provided that the
+following additional clauses are observed:
+
+1. Due to the nature of fonts, clause 6a of the LaTeX Project Public
+ License, version 1.3a, does not apply. A later version of the
+ LaTeX Project Public License may number or word this clause
+ differently; it is the substance that is important.
+
+2. It is requested, but not legally required, that derived works
+ be distributed only after changing the names of the fonts comprising
+ this work and given in the accompanying file MANIFEST.txt, and
+ that the files comprising the Work, as listed in MANIFEST.txt
+ also be given new names. Any exceptions to this request are also
+ given in MANIFEST.txt.
+
+The latest version of the LaTeX Project Public License is in
+http://www.latex-project.org/lppl.txt and version 1.3a or later is
+part of all distributions of LaTeX version 2004/10/01 or later.
diff -r 2b27a9795bae -r 1263a7375b81 mk/license.mk
--- a/mk/license.mk Sat May 02 12:52:59 2015 +0000
+++ b/mk/license.mk Sat May 02 13:21:37 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.69 2015/04/25 10:18:42 reinoud Exp $
+# $NetBSD: license.mk,v 1.70 2015/05/02 13:21:37 wiz Exp $
#
# This file handles everything about the LICENSE variable. It is
# included automatically by bsd.pkg.mk.
@@ -113,6 +113,7 @@
cpl-1.0 \
epl-v1.0 \
eupl-v1.1 \
+ gfsl \
gnu-fdl-v1.1 gnu-fdl-v1.2 gnu-fdl-v1.3 \
gnu-gpl-v1 \
gnu-gpl-v2 gnu-lgpl-v2 gnu-lgpl-v2.1 \
diff -r 2b27a9795bae -r 1263a7375b81 pkgtools/pkg_install/files/lib/license.c
--- a/pkgtools/pkg_install/files/lib/license.c Sat May 02 12:52:59 2015 +0000
+++ b/pkgtools/pkg_install/files/lib/license.c Sat May 02 13:21:37 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: license.c,v 1.39 2015/04/19 22:19:15 rodent Exp $ */
+/* $NetBSD: license.c,v 1.40 2015/05/02 13:21:37 wiz Exp $ */
/*-
* Copyright (c) 2009 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
@@ -57,6 +57,7 @@
"cpl-1.0 "
"epl-v1.0 "
"eupl-v1.1 "
+ "gfsl "
"gnu-fdl-v1.1 gnu-fdl-v1.2 gnu-fdl-v1.3 "
"gnu-gpl-v1 "
"gnu-gpl-v2 gnu-lgpl-v2 gnu-lgpl-v2.1 "
Home |
Main Index |
Thread Index |
Old Index