Author: cito Date: Sun Jan 6 12:44:25 2013 New Revision: 505 Log: Move copyright notice from module docstring to comment.
Modified: trunk/module/pg.py Modified: trunk/module/pg.py ============================================================================== --- trunk/module/pg.py Sun Jan 6 12:40:01 2013 (r504) +++ trunk/module/pg.py Sun Jan 6 12:44:25 2013 (r505) @@ -13,21 +13,21 @@ 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. - """ +# 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 from _pg import * _______________________________________________ PyGreSQL mailing list PyGreSQL@Vex.Net https://mail.vex.net/mailman/listinfo.cgi/pygresql