Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2012 15:36:06 GMT
From:      Chris Petrik <c.petrik.sosa@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/171611: [PATCH] Mk/bsd.licenses.db.mk add License
Message-ID:  <201209131536.q8DFa6Wj071673@red.freebsd.org>
Resent-Message-ID: <201209131540.q8DFe2v5068991@freefall.freebsd.org>

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

>Number:         171611
>Category:       ports
>Synopsis:       [PATCH] Mk/bsd.licenses.db.mk add License
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 13 15:40:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Chris Petrik
>Release:        FreeBSD 9.1
>Organization:
none
>Environment:
n/a
>Description:
Add in License that is not in the list.

Attempt at tinkering with the make files.


>How-To-Repeat:
No issue but change
>Fix:


Patch attached with submission follows:

Index: Mk/bsd.licenses.db.mk
===================================================================
--- Mk/bsd.licenses.db.mk	(revision 304221)
+++ Mk/bsd.licenses.db.mk	(working copy)
@@ -166,6 +166,9 @@
 _LICENSE_NAME_ZPL21=	Zope Public License version 2.1
 _LICENSE_GROUPS_ZPL21=	GPL OSI
 
+_LICENSE_NAME_ZLIB=	zlib License
+_LICENSE_GROUPS_ZLIB=	GPL OSI FSF
+
 # Set default permissions if not defined
 
 .for lic in ${_LICENSE_LIST}
Index: Licenses/ZLIB
===================================================================
--- Licenses/ZLIB	(revision 0)
+++ Licenses/ZLIB	(working copy)
@@ -0,0 +1,20 @@
+Copyright (c) <''year''> <''copyright holders''>
+
+This software is provided 'as-is', without any express or implied
+warranty. In no event will the authors be held liable for any damages
+arising from the use of this software.
+
+Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it
+freely, subject to the following restrictions:
+
+   1. The origin of this software must not be misrepresented; you must not
+   claim that you wrote the original software. If you use this software
+   in a product, an acknowledgment in the product documentation would be
+   appreciated but is not required.
+
+   2. Altered source versions must be plainly marked as such, and must not be
+   misrepresented as being the original software.
+
+   3. This notice may not be removed or altered from any source
+   distribution.


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



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