Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2013 19:57:15 GMT
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/184785: [patch] Mk/bsd.licenses.db.mk add Apache 1.1 license template
Message-ID:  <201312151957.rBFJvFL4097337@freefall.freebsd.org>
Resent-Message-ID: <201312152000.rBFK00FE097450@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184785
>Category:       ports
>Synopsis:       [patch] Mk/bsd.licenses.db.mk add Apache 1.1 license template
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 15 20:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     ohauer
>Release:        
>Organization:
>Environment:

>Description:
On the road to enable staging for ports, I found many ports without
LICENSE in the ports Makefile where the License is Apache 1.1 / 1.0
and can be found only in the source as header.

Since I don't want to create a license file by `head -n $num $src`
for all this ports I request to add the Apache 1.1 license to the
Framework

Lic. template fetched from:
http://www.apache.org/licenses/LICENSE-1.1

>How-To-Repeat:

>Fix:

--- apache10_lic.diff begins here ---
Index: Mk/bsd.licenses.db.mk
===================================================================
--- Mk/bsd.licenses.db.mk	(revision 336569)
+++ Mk/bsd.licenses.db.mk	(working copy)
@@ -36,7 +36,7 @@
 # _LICENSE_LIST_GROUPS	- List of defined license groups
 #
 
-_LICENSE_LIST= 	AGPLv3 AL2 ART10 ARTPERL10 ART20 \
+_LICENSE_LIST= 	AGPLv3 AL11 AL2 ART10 ARTPERL10 ART20 \
 				BSD BSD2CLAUSE BSD3CLAUSE BSD4CLAUSE BSL \
 				CDDL EPL GFDL GPLv1 GPLv2 \
 		GPLv3 ISCL LGPL20 LGPL21 LGPL3 LPPL10 LPPL11 LPPL12 LPPL13 LPPL13a \
@@ -75,7 +75,10 @@
 _LICENSE_NAME_AGPLv3=	GNU Affero General Public License version 3
 _LICENSE_GROUPS_AGPLv3=	FSF GPL OSI
 
-_LICENSE_NAME_AL2=	Apache License
+_LICENSE_NAME_AL11=	Apache License version 1.1
+_LICENSE_GROUPS_AL11=	FSF OSI
+
+_LICENSE_NAME_AL2=	Apache License version 2.0
 _LICENSE_GROUPS_AL2=	FSF OSI
 
 _LICENSE_NAME_ART10=	Artistic License version 1.0
Index: Templates/Licenses/AL11
===================================================================
--- Templates/Licenses/AL11	(revision 0)
+++ Templates/Licenses/AL11	(working copy)
@@ -0,0 +1,58 @@
+/* ====================================================================
+ * The Apache Software License, Version 1.1
+ *
+ * Copyright (c) 2000 The Apache Software Foundation.  All rights
+ * reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. The end-user documentation included with the redistribution,
+ *    if any, must include the following acknowledgment:
+ *       "This product includes software developed by the
+ *        Apache Software Foundation (http://www.apache.org/)."
+ *    Alternately, this acknowledgment may appear in the software itself,
+ *    if and wherever such third-party acknowledgments normally appear.
+ *
+ * 4. The names "Apache" and "Apache Software Foundation" must
+ *    not be used to endorse or promote products derived from this
+ *    software without prior written permission. For written
+ *    permission, please contact apache@apache.org.
+ *
+ * 5. Products derived from this software may not be called "Apache",
+ *    nor may "Apache" appear in their name, without prior written
+ *    permission of the Apache Software Foundation.
+ *
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+ * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This software consists of voluntary contributions made by many
+ * individuals on behalf of the Apache Software Foundation.  For more
+ * information on the Apache Software Foundation, please see
+ * <http://www.apache.org/>.
+ *
+ * Portions of this software are based upon public domain software
+ * originally written at the National Center for Supercomputing Applications,
+ * University of Illinois, Urbana-Champaign.
+ */
+

Property changes on: Templates/Licenses/AL11
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
--- apache10_lic.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312151957.rBFJvFL4097337>