Author: cito
Date: Sun Jan 6 12:40:01 2013
New Revision: 504
Log:
Add copyright notice concerning pgnotify.
Modified:
trunk/module/pg.py
Modified: trunk/module/pg.py
==============================================================================
--- trunk/module/pg.py Sun Jan 6 12:15:51 2013 (r503)
+++ trunk/module/pg.py Sun Jan 6 12:40:01 2013 (r504)
@@ -2,9 +2,6 @@
#
# pg.py
#
-# Written by D'Arcy J.M. Cain
-# Improved by Christoph Zwerschke
-#
# $Id$
#
@@ -16,6 +13,19 @@
This is known as the "classic" ("old style") PyGreSQL interface.
For a DB-API 2 compliant interface use the newer pgdb module.
+Copyright (c) 1997-2013 by D'Arcy J.M. Cain.
+
+Contributions made by Ch. Zwerschke and others.
+
+The notification handler is based on pgnotify which is
+Copyright (c) 2001 Ng Pheng Siong. All rights reserved.
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation.
+
"""
import select
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql