Title: [988] trunk/pg.py: Merge additional copyright info into top header
Revision
988
Author
cito
Date
2019-04-24 11:42:29 -0400 (Wed, 24 Apr 2019)

Log Message

Merge additional copyright info into top header

Modified Paths


Diff

Modified: trunk/pg.py (987 => 988)


--- trunk/pg.py	2019-04-24 14:17:07 UTC (rev 987)
+++ trunk/pg.py	2019-04-24 15:42:29 UTC (rev 988)
@@ -8,9 +8,11 @@
 #
 # Copyright (c) 2019 by the PyGreSQL Development Team
 #
+# The notification handler is based on pgnotify which is
+# Copyright (c) 2001 Ng Pheng Siong. All rights reserved.
+#
 # Please see the LICENSE.TXT file for specific restrictions.
 
-
 """PyGreSQL classic interface.
 
 This pg module implements some basic database management stuff.
@@ -20,19 +22,6 @@
 For a DB-API 2 compliant interface use the newer pgdb module.
 """
 
-# Copyright (c) 1997-2019 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.
-
 from __future__ import print_function, division
 
 from _pg import *
_______________________________________________
PyGreSQL mailing list
PyGreSQL@Vex.Net
https://mail.vex.net/mailman/listinfo/pygresql

Reply via email to