[DBD::Pg] Bump to 2013
dbdpg-commits-gENoVmVU/[email protected] Fri, 8 Feb 2013 15:34:04 -0500
| Newsgroups | gmane.comp.db.postgresql.dbdpg.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by Greg Sabino Mullane <greg-O9fzpki4YnJWk0Htik3J/[email protected]> Bump to 2013 --- Pg.h | 2 +- Pg.pm | 4 ++-- Pg.xs | 2 +- README | 4 ++-- dbdimp.c | 2 +- dbdimp.h | 2 +- quote.c | 2 +- types.c | 4 ++-- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Pg.h b/Pg.h index 3a3deb4..e33fdb8 100644 --- a/Pg.h +++ b/Pg.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2000-2012 Greg Sabino Mullane and others: see the Changes file + Copyright (c) 2000-2013 Greg Sabino Mullane and others: see the Changes file Copyright (c) 1997-2000 Edmund Mergl Portions Copyright (c) 1994-1997 Tim Bunce diff --git a/Pg.pm b/Pg.pm index f6b26e6..3a83927 100644 --- a/Pg.pm +++ b/Pg.pm @@ -1,6 +1,6 @@ # -*-cperl-*- # -# Copyright (c) 2002-2012 Greg Sabino Mullane and others: see the Changes file +# Copyright (c) 2002-2013 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 @@ -4223,7 +4223,7 @@ The current maintainers may be reached through the 'dbd-pg' mailing list: =head1 COPYRIGHT AND LICENSE -Copyright (C) 1994-2012, Greg Sabino Mullane +Copyright (C) 1994-2013, 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 diff --git a/Pg.xs b/Pg.xs index 6028a13..15452ca 100644 --- a/Pg.xs +++ b/Pg.xs @@ -1,6 +1,6 @@ /* - Copyright (c) 2000-2012 Greg Sabino Mullane and others: see the Changes file + Copyright (c) 2000-2013 Greg Sabino Mullane and others: see the Changes file Portions Copyright (c) 1997-2000 Edmund Mergl Portions Copyright (c) 1994-1997 Tim Bunce diff --git a/README b/README index 6dfa8ef..4c273ef 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -DBD::Pg is Copyright (C) 1994-2012, Greg Sabino Mullane +DBD::Pg is Copyright (C) 1994-2013, Greg Sabino Mullane DBD::Pg -- the DBI PostgreSQL interface for Perl @@ -354,7 +354,7 @@ Once this is done, 'make test' succeeds properly. COPYRIGHT: ---------- - Copyright (c) 2002-2012 Greg Sabino Mullane and others: see the Changes file + Copyright (c) 2002-2013 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 diff --git a/dbdimp.c b/dbdimp.c index a63e7b7..24c4a5f 100644 --- a/dbdimp.c +++ b/dbdimp.c @@ -1,6 +1,6 @@ /* - Copyright (c) 2002-2012 Greg Sabino Mullane and others: see the Changes file + Copyright (c) 2002-2013 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 diff --git a/dbdimp.h b/dbdimp.h index 3aae87c..1310e16 100644 --- a/dbdimp.h +++ b/dbdimp.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2000-2012 Greg Sabino Mullane and others: see the Changes file + Copyright (c) 2000-2013 Greg Sabino Mullane and others: see the Changes file Portions Copyright (c) 1997-2000 Edmund Mergl Portions Copyright (c) 1994-1997 Tim Bunce diff --git a/quote.c b/quote.c index 8b81778..f66f007 100644 --- a/quote.c +++ b/quote.c @@ -1,6 +1,6 @@ /* - Copyright (c) 2003-2012 Greg Sabino Mullane and others: see the Changes file + Copyright (c) 2003-2013 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. diff --git a/types.c b/types.c index 354708d..f59df4c 100644 --- a/types.c +++ b/types.c @@ -1,6 +1,6 @@ /* - Copyright (c) 2003-2012 Greg Sabino Mullane and others: see the Changes file + Copyright (c) 2003-2013 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 @@ open $newfh, '>', "$file.tmp" or die qq{Could not write to "$file.tmp": $!\n}; print $newfh qq{$slashstar - Copyright (c) 2003-2012 Greg Sabino Mullane and others: see the Changes file + Copyright (c) 2003-2013 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. -- 1.7.1