From 6f35772e8d9872a2318d1cd8e26804dbed819576 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sat, 8 Sep 2012 09:16:47 +0000 Subject: Update readme to include licenses of libraries used. --- Frameworks/PostgresKit/README | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'Frameworks') diff --git a/Frameworks/PostgresKit/README b/Frameworks/PostgresKit/README index 65842d8f..e3603014 100644 --- a/Frameworks/PostgresKit/README +++ b/Frameworks/PostgresKit/README @@ -17,6 +17,28 @@ is to be developed as part of the Sequel Pro project: Any new code added during it's development is licensed under the MIT license and is copyrighted by the respective developer and the Sequel Pro team. +The framework also includes libpq, the static C library interface to PostgreSQL +and libpqtypes, a libpq extension designed to ease the use of parameterised +queries and enhanced support for handling native PostgreSQL data types. + +libpq is licensed under The PostgreSQL License and is copyrighted by: + + Portions Copyright (c) 1996-2012, The PostgreSQL Global Development Group + Portions Copyright (c) 1994, The Regents of the University of California + +Full license: + + http://www.postgresql.org/about/licence/ + +libpqtypes is licensed under the BSD license and is copyrighted by: + + Copyright (c) 2008-2011 eSilo, LLC. All rights reserved + +Full License: + + http://opensource.org/licenses/bsd-license.php + + The entire framework is dual licensed under both version 2 of the Apache license and the MIT license. Use of it must carry both of the following licenses to indicate this: -- cgit v1.2.3