[svn:DBD-Pg] r14779 - DBD-Pg/trunk

[email protected]
Newsgroups gmane.comp.db.postgresql.dbdpg.cvs
Message-ID <[email protected]>
Author: turnstep
Date: Sat Mar 26 20:43:15 2011
New Revision: 14779

Modified:
   DBD-Pg/trunk/Pg.h
   DBD-Pg/trunk/Pg.pm
   DBD-Pg/trunk/Pg.xs
   DBD-Pg/trunk/README
   DBD-Pg/trunk/dbdimp.c
   DBD-Pg/trunk/dbdimp.h
   DBD-Pg/trunk/quote.c
   DBD-Pg/trunk/types.c

Log:
Hello 2011


Modified: DBD-Pg/trunk/Pg.h
==============================================================================
--- DBD-Pg/trunk/Pg.h	(original)
+++ DBD-Pg/trunk/Pg.h	Sat Mar 26 20:43:15 2011
@@ -1,7 +1,7 @@
 /*
    $Id$
 
-   Copyright (c) 2000-2010 Greg Sabino Mullane and others: see the Changes file
+   Copyright (c) 2000-2011 Greg Sabino Mullane and others: see the Changes file
    Copyright (c) 1997-2000 Edmund Mergl
    Portions Copyright (c) 1994-1997 Tim Bunce
 

Modified: DBD-Pg/trunk/Pg.pm
==============================================================================
--- DBD-Pg/trunk/Pg.pm	(original)
+++ DBD-Pg/trunk/Pg.pm	Sat Mar 26 20:43:15 2011
@@ -1,7 +1,7 @@
 #  -*-cperl-*-
 #  $Id$
 #
-#  Copyright (c) 2002-2010 Greg Sabino Mullane and others: see the Changes file
+#  Copyright (c) 2002-2011 Greg Sabino Mullane and others: see the Changes file
 #  Portions Copyright (c) 2002 Jeffrey W. Baker
 #  Portions Copyright (c) 1997-2001 Edmund Mergl
 #  Portions Copyright (c) 1994-1997 Tim Bunce
@@ -4210,7 +4210,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 1994-2010, Greg Sabino Mullane
+Copyright (C) 1994-2011, Greg Sabino Mullane
 
 This module (DBD::Pg) is free software; you can redistribute it and/or modify it 
 under the same terms as Perl 5.10.0. For more details, see the full text of the 

Modified: DBD-Pg/trunk/Pg.xs
==============================================================================
--- DBD-Pg/trunk/Pg.xs	(original)
+++ DBD-Pg/trunk/Pg.xs	Sat Mar 26 20:43:15 2011
@@ -1,7 +1,7 @@
 /*
   $Id$
 
-  Copyright (c) 2000-2010 Greg Sabino Mullane and others: see the Changes file
+  Copyright (c) 2000-2011 Greg Sabino Mullane and others: see the Changes file
   Portions Copyright (c) 1997-2000 Edmund Mergl
   Portions Copyright (c) 1994-1997 Tim Bunce
 

Modified: DBD-Pg/trunk/README
==============================================================================
--- DBD-Pg/trunk/README	(original)
+++ DBD-Pg/trunk/README	Sat Mar 26 20:43:15 2011
@@ -1,4 +1,4 @@
-DBD::Pg is Copyright (C) 1994-2010, Greg Sabino Mullane
+DBD::Pg is Copyright (C) 1994-2011, Greg Sabino Mullane
 
 DBD::Pg  --  the DBI PostgreSQL interface for Perl
 
@@ -348,7 +348,7 @@
 COPYRIGHT:
 ----------
 
-	Copyright (c) 2002-2010 Greg Sabino Mullane and others: see the Changes file
+	Copyright (c) 2002-2011 Greg Sabino Mullane and others: see the Changes file
 	Portions Copyright (c) 2002 Jeffrey W. Baker
 	Portions Copyright (c) 1997-2001 Edmund Mergl
 	Portions Copyright (c) 1994-1997 Tim Bunce

Modified: DBD-Pg/trunk/dbdimp.c
==============================================================================
--- DBD-Pg/trunk/dbdimp.c	(original)
+++ DBD-Pg/trunk/dbdimp.c	Sat Mar 26 20:43:15 2011
@@ -2,7 +2,7 @@
 
   $Id$
 
-  Copyright (c) 2002-2010 Greg Sabino Mullane and others: see the Changes file
+  Copyright (c) 2002-2011 Greg Sabino Mullane and others: see the Changes file
   Portions Copyright (c) 2002 Jeffrey W. Baker
   Portions Copyright (c) 1997-2000 Edmund Mergl
   Portions Copyright (c) 1994-1997 Tim Bunce

Modified: DBD-Pg/trunk/dbdimp.h
==============================================================================
--- DBD-Pg/trunk/dbdimp.h	(original)
+++ DBD-Pg/trunk/dbdimp.h	Sat Mar 26 20:43:15 2011
@@ -1,7 +1,7 @@
 /*
 	$Id$
 	
-    Copyright (c) 2000-2010 Greg Sabino Mullane and others: see the Changes file
+    Copyright (c) 2000-2011 Greg Sabino Mullane and others: see the Changes file
 	Portions Copyright (c) 1997-2000 Edmund Mergl
 	Portions Copyright (c) 1994-1997 Tim Bunce
 	

Modified: DBD-Pg/trunk/quote.c
==============================================================================
--- DBD-Pg/trunk/quote.c	(original)
+++ DBD-Pg/trunk/quote.c	Sat Mar 26 20:43:15 2011
@@ -2,7 +2,7 @@
 
    $Id$
 
-   Copyright (c) 2003-2010 Greg Sabino Mullane and others: see the Changes file
+   Copyright (c) 2003-2011 Greg Sabino Mullane and others: see the Changes file
 
    You may distribute under the terms of either the GNU General Public
    License or the Artistic License, as specified in the Perl README file.

Modified: DBD-Pg/trunk/types.c
==============================================================================
--- DBD-Pg/trunk/types.c	(original)
+++ DBD-Pg/trunk/types.c	Sat Mar 26 20:43:15 2011
@@ -2,7 +2,7 @@
 
    $Id$
 
-   Copyright (c) 2003-2010 Greg Sabino Mullane and others: see the Changes file
+   Copyright (c) 2003-2011 Greg Sabino Mullane and others: see the Changes file
    
    You may distribute under the terms of either the GNU General Public
    License or the Artistic License, as specified in the Perl README file.
@@ -602,7 +602,7 @@
 
    \$Id: types.c 11297 2008-05-20 21:52:34Z turnstep \$
 
-   Copyright (c) 2003-2010 Greg Sabino Mullane and others: see the Changes file
+   Copyright (c) 2003-2011 Greg Sabino Mullane and others: see the Changes file
    
    You may distribute under the terms of either the GNU General Public
    License or the Artistic License, as specified in the Perl README file.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.