diff options
author | stuconnolly <stuart02@gmail.com> | 2012-09-08 09:16:47 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-09-08 09:16:47 +0000 |
commit | 6f35772e8d9872a2318d1cd8e26804dbed819576 (patch) | |
tree | 57b1fb91d91f90d506239885f3e46c42678c15a8 /Frameworks/PostgresKit | |
parent | 82a0a113aab3eabc90592723e4770baa99861c9a (diff) | |
download | sequelpro-6f35772e8d9872a2318d1cd8e26804dbed819576.tar.gz sequelpro-6f35772e8d9872a2318d1cd8e26804dbed819576.tar.bz2 sequelpro-6f35772e8d9872a2318d1cd8e26804dbed819576.zip |
Update readme to include licenses of libraries used.
Diffstat (limited to 'Frameworks/PostgresKit')
-rw-r--r-- | Frameworks/PostgresKit/README | 22 |
1 files changed, 22 insertions, 0 deletions
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: |