Author: cito
Date: Mon Jan 11 06:44:49 2016
New Revision: 714

Log:
Add simple README and LICENSE files in the root directory

A simple README.rst file has been re-added because it is a standard
part of a source distribution and displayed on PyPI and GitHub.
Also, added a LICENSE file as a copy of the copyright notice in the docs.

Added:
   branches/4.x/LICENSE.txt
   branches/4.x/README.rst
   trunk/LICENSE.txt
   trunk/README.rst

Added: branches/4.x/LICENSE.txt
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ branches/4.x/LICENSE.txt    Mon Jan 11 06:44:49 2016        (r714)
@@ -0,0 +1,28 @@
+Written by D'Arcy J.M. Cain ([email protected])
+
+Based heavily on code written by Pascal Andre ([email protected])
+
+Copyright (c) 1995, Pascal Andre
+
+Further modifications copyright (c) 1997-2008 by D'Arcy J.M. Cain
+([email protected])
+
+Further modifications copyright (c) 2009-2016 by the PyGreSQL team.
+
+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
+this license the term "AUTHORS" refers to anyone who has contributed code
+to PyGreSQL.
+
+IN NO EVENT SHALL THE AUTHORS 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
+AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+THE AUTHORS SPECIFICALLY DISCLAIM 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 THE
+AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
+ENHANCEMENTS, OR MODIFICATIONS.

Added: branches/4.x/README.rst
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ branches/4.x/README.rst     Mon Jan 11 06:44:49 2016        (r714)
@@ -0,0 +1,27 @@
+PyGreSQL - Python interface for PostgreSQL
+==========================================
+
+PyGreSQL is a Python module that interfaces to a PostgreSQL database.
+It embeds the PostgreSQL query library to allow easy use of the powerful
+PostgreSQL features from a Python script.
+
+PyGreSQL is developed and tested on a NetBSD system, but it should also
+run on most other platforms where PostgreSQL and Python is running.
+It is based on the PyGres95 code written by Pascal Andre.
+D'Arcy ([email protected]) renamed it to PyGreSQL starting with version 2.0
+and serves as the "BDFL" of PyGreSQL.
+
+Installation
+------------
+
+The simplest way to install PyGreSQL is to type::
+
+    $ pip install PyGreSQL
+
+For other ways of installing PyGreSQL and requirements,
+see the documentation.
+
+Documentation
+-------------
+
+The documentation is available at http://www.pygresql.org/.

Added: trunk/LICENSE.txt
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/LICENSE.txt   Mon Jan 11 06:44:49 2016        (r714)
@@ -0,0 +1,28 @@
+Written by D'Arcy J.M. Cain ([email protected])
+
+Based heavily on code written by Pascal Andre ([email protected])
+
+Copyright (c) 1995, Pascal Andre
+
+Further modifications copyright (c) 1997-2008 by D'Arcy J.M. Cain
+([email protected])
+
+Further modifications copyright (c) 2009-2016 by the PyGreSQL team.
+
+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
+this license the term "AUTHORS" refers to anyone who has contributed code
+to PyGreSQL.
+
+IN NO EVENT SHALL THE AUTHORS 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
+AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+THE AUTHORS SPECIFICALLY DISCLAIM 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 THE
+AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
+ENHANCEMENTS, OR MODIFICATIONS.

Added: trunk/README.rst
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/README.rst    Mon Jan 11 06:44:49 2016        (r714)
@@ -0,0 +1,27 @@
+PyGreSQL - Python interface for PostgreSQL
+==========================================
+
+PyGreSQL is a Python module that interfaces to a PostgreSQL database.
+It embeds the PostgreSQL query library to allow easy use of the powerful
+PostgreSQL features from a Python script.
+
+PyGreSQL is developed and tested on a NetBSD system, but it should also
+run on most other platforms where PostgreSQL and Python is running.
+It is based on the PyGres95 code written by Pascal Andre.
+D'Arcy ([email protected]) renamed it to PyGreSQL starting with version 2.0
+and serves as the "BDFL" of PyGreSQL.
+
+Installation
+------------
+
+The simplest way to install PyGreSQL is to type::
+
+    $ pip install PyGreSQL
+
+For other ways of installing PyGreSQL and requirements,
+see the documentation.
+
+Documentation
+-------------
+
+The documentation is available at http://www.pygresql.org/.
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to