Update of /cvsroot/pypgsql/pypgsql/test/regression
In directory usw-pr-cvs1:/tmp/cvs-serv6550/test/regression
Modified Files:
unicode_tests.py
Log Message:
27OCT2002 gh Corrected copyright statement. Copyright owner is Gerhard Häring,
year is 2002.
Index: unicode_tests.py
===================================================================
RCS file: /cvsroot/pypgsql/pypgsql/test/regression/unicode_tests.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** unicode_tests.py 27 Oct 2002 03:52:34 -0000 1.1
--- unicode_tests.py 27 Oct 2002 06:01:13 -0000 1.2
***************
*** 8,12 ****
# Description: Tests for the Unicode support in pyPgSQL. |
#=======================================================================|
! # Copyright 2000 by Billy G. Allie. |
# All rights reserved. |
# |
--- 8,12 ----
# Description: Tests for the Unicode support in pyPgSQL. |
#=======================================================================|
! # Copyright 2002 by Gerhard Häring. |
# All rights reserved. |
# |
***************
*** 31,35 ****
# Date Ini Description |
# --------- --- ------------------------------------------------------- |
! # 27OCT2002 gh Initial release by Gerhard Häring |
#-----------------------------------------------------------------------+
import types
--- 31,36 ----
# Date Ini Description |
# --------- --- ------------------------------------------------------- |
! # 27OCT2002 gh Corrected coypright statement. |
! # 27OCT2002 gh Initial release by Gerhard Häring. |
#-----------------------------------------------------------------------+
import types
|