svn commit: r344731 - in head: Mk Templates/Licenses

Pietro Cerutti gahr at FreeBSD.org
Mon Feb 17 13:04:05 UTC 2014


Author: gahr
Date: Mon Feb 17 13:04:04 2014
New Revision: 344731
URL: http://svnweb.freebsd.org/changeset/ports/344731
QAT: https://qat.redports.org/buildarchive/r344731/

Log:
  - Add PostgreSQL license to the database
  
  http://opensource.org/licenses/postgresql
  
  Approved by:	portmgr (bapt)

Added:
  head/Templates/Licenses/PGSQL   (contents, props changed)
Modified:
  head/Mk/bsd.licenses.db.mk

Modified: head/Mk/bsd.licenses.db.mk
==============================================================================
--- head/Mk/bsd.licenses.db.mk	Mon Feb 17 12:44:16 2014	(r344730)
+++ head/Mk/bsd.licenses.db.mk	Mon Feb 17 13:04:04 2014	(r344731)
@@ -37,11 +37,11 @@ Licenses_db_Include_MAINTAINER=         
 #
 
 _LICENSE_LIST= 	AGPLv3 APACHE10 APACHE11 APACHE20 ART10 ARTPERL10 ART20 \
-				BSD BSD2CLAUSE BSD3CLAUSE BSD4CLAUSE BSL \
-				CDDL EPL GFDL GMGPL GPLv1 GPLv2 \
-		GPLv3 GPLv3RLE ISCL LGPL20 LGPL21 LGPL3 LPPL10 LPPL11 LPPL12 \
-		LPPL13 LPPL13a LPPL13b LPPL13c MIT MPL OFL10 OFL11 OWL PHP202 \
-		PHP30 PHP301 PSFL RUBY ZLIB ZPL21
+				BSD BSD2CLAUSE BSD3CLAUSE BSD4CLAUSE BSL CDDL EPL GFDL \
+				GMGPL GPLv1 GPLv2 GPLv3 GPLv3RLE ISCL LGPL20 LGPL21 LGPL3 \
+				LPPL10 LPPL11 LPPL12 LPPL13 LPPL13a LPPL13b LPPL13c MIT \
+				MPL OFL10 OFL11 OWL PGSQL PHP202 PHP30 PHP301 PSFL RUBY \
+				ZLIB ZPL21
 
 # List of groups (only names must be present)
 
@@ -186,6 +186,9 @@ _LICENSE_GROUPS_OFL11=	FONTS
 _LICENSE_NAME_OWL=	Open Works License (owl.apotheon.org)
 _LICENSE_GROUPS_OWL=	COPYFREE
 
+_LICENSE_NAME_PGSQL=	PostgreSQL Licence (PostgreSQL)
+_LICENSE_GROUPS_PGSQL=	OSI COPYFREE
+
 _LICENSE_NAME_PHP202=	PHP License version 2.02
 _LICENSE_GROUPS_PHP202=	FSF OSI
 

Added: head/Templates/Licenses/PGSQL
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/Templates/Licenses/PGSQL	Mon Feb 17 13:04:04 2014	(r344731)
@@ -0,0 +1,28 @@
+-------------------------------------------------------------------- 
+The PostgreSQL Licence (PostgreSQL) [OSI Approved License]
+-------------------------------------------------------------------- 
+
+This is a template license. The body of the license starts at the end of
+this paragraph. To use it, say that it is The PostgreSQL License, and then
+substitute the copyright year and name of the copyright holder into the
+body of the license. Then put the license into a prominent file
+("COPYRIGHT", "LICENSE" or "COPYING" are common names for this file) in
+your software distribution.
+
+Copyright (c) $YEAR, $ORGANIZATION
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose, without fee, and without a written agreement
+is hereby granted, provided that the above copyright notice and this
+paragraph and the following two paragraphs appear in all copies.
+
+IN NO EVENT SHALL $ORGANISATION BE LIABLE TO ANY PARTY FOR DIRECT,
+INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST
+PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION,
+EVEN IF $ORGANISATION HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+$ORGANISATION SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS,
+AND $ORGANISATION HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT,
+UPDATES, ENHANCEMENTS, OR MODIFICATIONS.


More information about the svn-ports-all mailing list