diff options
-rw-r--r-- | licenses/postgresql-license | 19 | ||||
-rw-r--r-- | mk/license.mk | 3 |
2 files changed, 21 insertions, 1 deletions
diff --git a/licenses/postgresql-license b/licenses/postgresql-license new file mode 100644 index 00000000000..9c5536dd205 --- /dev/null +++ b/licenses/postgresql-license @@ -0,0 +1,19 @@ +The PostgreSQL Licence (TPL) + +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 <organization> 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 <organization> +HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +<organization> 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 <organization> HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, +ENHANCEMENTS, OR MODIFICATIONS. diff --git a/mk/license.mk b/mk/license.mk index dd0f6834677..bbb4389d690 100644 --- a/mk/license.mk +++ b/mk/license.mk @@ -1,4 +1,4 @@ -# $NetBSD: license.mk,v 1.40 2011/04/01 13:11:07 wiz Exp $ +# $NetBSD: license.mk,v 1.41 2011/04/22 08:09:00 adam Exp $ # # This file handles everything about the LICENSE variable. It is # included automatically by bsd.pkg.mk. @@ -112,6 +112,7 @@ DEFAULT_ACCEPTABLE_LICENSES= \ open-font-license \ mpl-1.0 mpl-1.1 \ png-license \ + postgresql-license \ zpl \ python-software-foundation \ ipafont \ |