summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2011-03-08 03:05:07 +0000
committerbrook <brook@pkgsrc.org>2011-03-08 03:05:07 +0000
commit72b404cf0b07f0f14c05087da66ccc5c69e268f4 (patch)
tree7f7a6b45a426f0bca53a3c689dab0645ae6f803d
parent1c7b1c51c23e05dab2adb89292a90caa68b5253c (diff)
downloadpkgsrc-72b404cf0b07f0f14c05087da66ccc5c69e268f4.tar.gz
Switch the license for databases/postgresql-uuid to isc per suggestion by
Thomas Klausner. Although the two licenses are not word-for-word identical, they are very close, use much of the same wording, and seem equivalent in intent. This prevents proliferation of yet another license in the collection.
-rw-r--r--databases/postgresql-uuid/Makefile.common4
-rw-r--r--licenses/ag-license22
2 files changed, 2 insertions, 24 deletions
diff --git a/databases/postgresql-uuid/Makefile.common b/databases/postgresql-uuid/Makefile.common
index 6662de229a6..0dec9af89cc 100644
--- a/databases/postgresql-uuid/Makefile.common
+++ b/databases/postgresql-uuid/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2011/03/05 17:54:35 brook Exp $
+# $NetBSD: Makefile.common,v 1.2 2011/03/08 03:05:07 brook Exp $
#
# used by databases/postgresql83-uuid
# used by databases/postgresql84-uuid
@@ -13,7 +13,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= brook@nmsu.edu
HOMEPAGE= http://pgfoundry.org/projects/uuid-freebsd/
COMMENT= UUID creation functions for PostgreSQL
-LICENSE= ag-license
+LICENSE= isc
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/licenses/ag-license b/licenses/ag-license
deleted file mode 100644
index 9a873f12f76..00000000000
--- a/licenses/ag-license
+++ /dev/null
@@ -1,22 +0,0 @@
-Copyright (c) 2009 Andrew Gierth
-
-Some parts originated from contrib/uuid-ossp, which is
-Copyright (c) 2007-2008 PostgreSQL Global Development Group
-
-Permission to use, copy, modify, and distribute this software for
-any purpose with or without fee is hereby granted, provided that
-the above copyright notice and this permission notice appear in all
-copies.
-
-THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS 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 AUTHOR OR
-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.