Author: darcy Date: Sun Dec 6 08:59:14 2015 New Revision: 661 Log: Update copyright.
Modified: branches/4.x/docs/conf.py branches/4.x/docs/copyright.txt branches/4.x/docs/introduction.txt branches/4.x/docs/readme.txt Modified: branches/4.x/docs/conf.py ============================================================================== --- branches/4.x/docs/conf.py Sat Dec 5 11:06:18 2015 (r660) +++ branches/4.x/docs/conf.py Sun Dec 6 08:59:14 2015 (r661) @@ -44,7 +44,7 @@ # General information about the project. project = u'PyGreSQL' -copyright = u'2012, The PyGreSQL team' +copyright = u'2015, The PyGreSQL team' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the Modified: branches/4.x/docs/copyright.txt ============================================================================== --- branches/4.x/docs/copyright.txt Sat Dec 5 11:06:18 2015 (r660) +++ branches/4.x/docs/copyright.txt Sun Dec 6 08:59:14 2015 (r661) @@ -10,7 +10,7 @@ Further modifications copyright (c) 1997-2008 by D'Arcy J.M. Cain ([email protected]) -Further modifications copyright (c) 2009-2012 by the PyGreSQL team. +Further modifications copyright (c) 2009-2015 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 Modified: branches/4.x/docs/introduction.txt ============================================================================== --- branches/4.x/docs/introduction.txt Sat Dec 5 11:06:18 2015 (r660) +++ branches/4.x/docs/introduction.txt Sun Dec 6 08:59:14 2015 (r661) @@ -8,7 +8,7 @@ | This software is copyright © 1995, Pascal Andre. | Further modifications are copyright © 1997-2008 by D'Arcy J.M. Cain. -| Further modifications are copyright © 2009-2012 by the PyGreSQL team +| Further modifications are copyright © 2009-2015 by the PyGreSQL team **PostgreSQL** is a highly scalable, SQL compliant, open source object-relational database management system. With more than 15 years Modified: branches/4.x/docs/readme.txt ============================================================================== --- branches/4.x/docs/readme.txt Sat Dec 5 11:06:18 2015 (r660) +++ branches/4.x/docs/readme.txt Sun Dec 6 08:59:14 2015 (r661) @@ -25,7 +25,7 @@ Further modifications copyright (c) 1997-2008 by D'Arcy J.M. Cain ([email protected]) -Further modifications copyright (c) 2009-2012 by the PyGreSQL team. +Further modifications copyright (c) 2009-2015 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 _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
