aboutsummaryrefslogtreecommitdiff
path: root/Templates
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-02-17 13:04:04 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-02-17 13:04:04 +0000
commit51d0ca689df038990d3781fdd4ffe30ff779059d (patch)
treea0c2b4a75959e4cef7d871e31ef5fbe2aa7cbd8b /Templates
parentdadae3ca6da4e72ebe6c1d22f644159acc3ee781 (diff)
downloadports-51d0ca689df038990d3781fdd4ffe30ff779059d.tar.gz
ports-51d0ca689df038990d3781fdd4ffe30ff779059d.zip
- Add PostgreSQL license to the database
http://opensource.org/licenses/postgresql Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=344731
Diffstat (limited to 'Templates')
-rw-r--r--Templates/Licenses/PGSQL28
1 files changed, 28 insertions, 0 deletions
diff --git a/Templates/Licenses/PGSQL b/Templates/Licenses/PGSQL
new file mode 100644
index 000000000000..28258cb1ba45
--- /dev/null
+++ b/Templates/Licenses/PGSQL
@@ -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.