pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Add license for mozilla trademark, because the resulti...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5eb6576d0afb
branches:  trunk
changeset: 534792:5eb6576d0afb
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed Oct 31 21:42:24 2007 +0000

description:
Add license for mozilla trademark, because the resulting binary cannot
be redistributed, and that seems over the Non-Free line.  (This may be
revisited if we re-address exactly what free-enough-for-pkgsrc-default
means, but it removes a case of "RESTRICTED w/o LICENSE".

diffstat:

 licenses/mozilla-trademark-license |   6 ++++++
 www/seamonkey/options.mk           |  11 ++++++-----
 2 files changed, 12 insertions(+), 5 deletions(-)

diffs (35 lines):

diff -r 45d726de0099 -r 5eb6576d0afb licenses/mozilla-trademark-license
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/licenses/mozilla-trademark-license        Wed Oct 31 21:42:24 2007 +0000
@@ -0,0 +1,6 @@
+The Mozilla Foundation restricts distribution of packages with their
+trademarks.  See the following URLs:
+
+  http://www.mozilla.org/foundation/trademarks/
+  http://www.mozilla.org/foundation/trademarks/distribution-policy.html
+  http://www.mozilla.org/foundation/trademarks/faq.html
diff -r 45d726de0099 -r 5eb6576d0afb www/seamonkey/options.mk
--- a/www/seamonkey/options.mk  Wed Oct 31 21:15:19 2007 +0000
+++ b/www/seamonkey/options.mk  Wed Oct 31 21:42:24 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2007/10/16 01:53:28 dmcmahill Exp $
+# $NetBSD: options.mk,v 1.8 2007/10/31 21:42:24 gdt Exp $
 
 PKG_OPTIONS_VAR                = PKG_OPTIONS.gecko
 PKG_SUPPORTED_OPTIONS  = debug
@@ -31,10 +31,11 @@
 # See http://www.mozilla.org/foundation/trademarks/
 .if !empty(PKG_OPTIONS:Mofficial-mozilla-branding)
 CONFIGURE_ARGS+=       --enable-official-branding
-# XXX LICENSE=?
-# Does enabling official branding make the package non-Free?
-# Mozilla claims no: http://www.mozilla.org/foundation/trademarks/faq.html
-# The resulting binary package cannot be distributed, which seems non-Free.
+# Mozilla prohibits distribution of packages with their trademarks.
+# It is an open question if this makes the package non-Free.  Mozilla
+# claims not, but currently pkgsrc has a "open source implies no
+# redistribution restrictions" notion.
+LICENSE=               mozilla-trademark-license
 RESTRICTED=            Trademark holder prohibits distribution of modified versions.
 NO_BIN_ON_CDROM=       ${RESTRICTED}
 NO_BIN_ON_FTP=         ${RESTRICTED}



Home | Main Index | Thread Index | Old Index