| timbo@cvs.perl.org 2006-01-18, 7:24 am |
| Author: timbo
Date: Wed Jan 18 03:11:15 2006
New Revision: 2429
Modified:
dbd-oracle/trunk/Changes
dbd-oracle/trunk/Oracle.h
dbd-oracle/trunk/Oracle.pm
dbd-oracle/trunk/dbdimp.c
dbd-oracle/trunk/dbdimp.h
dbd-oracle/trunk/oci8.c
Log:
Update copyright.
Modified: dbd-oracle/trunk/Changes
====================
====================
====================
==================
--- dbd-oracle/trunk/Changes (original)
+++ dbd-oracle/trunk/Changes Wed Jan 18 03:11:15 2006
@@ -1,4 +1,4 @@
-=head1 Changes in DBD-Oracle 1.17 (svn rev 2417) XXth January 2005
+=head1 Changes in DBD-Oracle 1.17 (svn rev 2429) XXth January 2005
Fixed automatic csform setting for some UTF8 cases and for Oracle 8.0
Fixed truncation error on fetch into UTF8 charset thanks to Honza Pazdziora.
@@ -31,8 +31,8 @@
VMS logical name checks thanks to Jakob Snoer.
The Copyright terms for DBD::Oracle have been simplified and now read:
- The DBD::Oracle module is free software; you can redistribute it
- and/or modify it under the same terms as Perl 5.
+ The DBD::Oracle module is free open source software; you can
+ redistribute it and/or modify it under the same terms as Perl 5.
=head1 Changes in DBD-Oracle 1.16 (svn rev 515) 22nd October 2004
Modified: dbd-oracle/trunk/Oracle.h
====================
====================
====================
==================
--- dbd-oracle/trunk/Oracle.h (original)
+++ dbd-oracle/trunk/Oracle.h Wed Jan 18 03:11:15 2006
@@ -1,5 +1,5 @@
/*
- Copyright (c) 1994-2005 Tim Bunce
+ Copyright (c) 1994-2006 Tim Bunce
See the COPYRIGHT section in the Oracle.pm file for terms.
Modified: dbd-oracle/trunk/Oracle.pm
====================
====================
====================
==================
--- dbd-oracle/trunk/Oracle.pm (original)
+++ dbd-oracle/trunk/Oracle.pm Wed Jan 18 03:11:15 2006
@@ -2771,15 +2771,16 @@ DBD::Oracle by Tim Bunce. DBI by Tim Bun
=head1 COPYRIGHT
-The DBD::Oracle module is Copyright (c) 1994-2005 Tim Bunce. Ireland.
+The DBD::Oracle module is Copyright (c) 1994-2006 Tim Bunce. Ireland.
-The DBD::Oracle module is free software; you can redistribute it and/or
-modify it under the same terms as Perl 5.
+The DBD::Oracle module is free open source software; you can
+redistribute it and/or modify it under the same terms as Perl 5.
=head1 ACKNOWLEDGEMENTS
-A great many people have helped me over the years. Far too many to
-name, but I thank them all. Many are named in the Changes file.
+A great many people have helped me with DBD::Oracle over the 12 years
+between 1994 and 2006. Far too many to name, but I thank them all.
+Many are named in the Changes file.
See also L<DBI/ACKNOWLEDGEMENTS>.
Modified: dbd-oracle/trunk/dbdimp.c
====================
====================
====================
==================
--- dbd-oracle/trunk/dbdimp.c (original)
+++ dbd-oracle/trunk/dbdimp.c Wed Jan 18 03:11:15 2006
@@ -2,7 +2,7 @@
vim: sw=4:ts=8
dbdimp.c
- Copyright (c) 1994-2004 Tim Bunce Ireland
+ Copyright (c) 1994-2006 Tim Bunce Ireland
See the COPYRIGHT section in the Oracle.pm file for terms.
Modified: dbd-oracle/trunk/dbdimp.h
====================
====================
====================
==================
--- dbd-oracle/trunk/dbdimp.h (original)
+++ dbd-oracle/trunk/dbdimp.h Wed Jan 18 03:11:15 2006
@@ -1,7 +1,5 @@
/*
- $Id: dbdimp.h,v 1.48 2004/02/02 08:10:17 timbo Exp $
-
- Copyright (c) 1994-2005 Tim Bunce
+ Copyright (c) 1994-2006 Tim Bunce
See the COPYRIGHT section in the Oracle.pm file for terms.
Modified: dbd-oracle/trunk/oci8.c
====================
====================
====================
==================
--- dbd-oracle/trunk/oci8.c (original)
+++ dbd-oracle/trunk/oci8.c Wed Jan 18 03:11:15 2006
@@ -2,7 +2,7 @@
vim:sw=4:ts=8
oci8.c
- Copyright (c) 1998-2005 Tim Bunce Ireland
+ Copyright (c) 1998-2006 Tim Bunce Ireland
See the COPYRIGHT section in the Oracle.pm file for terms.
|