Author: wyoung
Date: Thu Jan 3 20:07:04 2008
New Revision: 2092
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2092&view=rev
Log:
Changed a bunch of '2007's to '2008'
Modified:
trunk/doc/userman/userman.dbx
trunk/examples/cgi_jpeg.cpp
trunk/examples/for_each.cpp
trunk/examples/ssqls1.cpp
trunk/examples/ssqls2.cpp
trunk/examples/ssqls3.cpp
trunk/examples/ssqls4.cpp
trunk/examples/ssqls5.cpp
trunk/examples/store_if.cpp
trunk/examples/tquery1.cpp
trunk/examples/tquery2.cpp
trunk/examples/transaction.cpp
trunk/lib/beemutex.h
trunk/lib/common.h
trunk/lib/cpool.h
trunk/lib/datetime.cpp
trunk/lib/datetime.h
trunk/lib/mysql++.h.in
trunk/lib/mystring.h
trunk/lib/query.cpp
trunk/lib/query.h
trunk/lib/ssqls.pl
Modified: trunk/doc/userman/userman.dbx
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/userman.dbx?rev=2092&r1=2091&r2=2092&view=diff
==============================================================================
--- trunk/doc/userman/userman.dbx (original)
+++ trunk/doc/userman/userman.dbx Thu Jan 3 20:07:04 2008
@@ -29,7 +29,7 @@
</authorgroup>
<copyright>
- <year>1998-2001, 2005-2007</year>
+ <year>1998-2001, 2005-2008</year>
<holder>Kevin Atkinson (original author)</holder>
<holder>MySQL AB</holder>
<holder>Educational Technology Resources</holder>
Modified: trunk/examples/cgi_jpeg.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/cgi_jpeg.cpp?rev=2092&r1=2091&r2=2092&view=diff
==============================================================================
--- trunk/examples/cgi_jpeg.cpp (original)
+++ trunk/examples/cgi_jpeg.cpp Thu Jan 3 20:07:04 2008
@@ -5,7 +5,7 @@
Use load_jpeg.cpp to load JPEG files into the database we query.
Copyright (c) 1998 by Kevin Atkinson, (c) 1999-2001 by MySQL AB, and
- (c) 2004-2007 by Educational Technology Resources, Inc. Others may
+ (c) 2004-2008 by Educational Technology Resources, Inc. Others may
also hold copyrights on code in this file. See the CREDITS file in
the top directory of the distribution for details.
Modified: trunk/examples/for_each.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/for_each.cpp?rev=2092&r1=2091&r2=2092&view=diff
==============================================================================
--- trunk/examples/for_each.cpp (original)
+++ trunk/examples/for_each.cpp Thu Jan 3 20:07:04 2008
@@ -2,10 +2,10 @@
for_each.cpp - Demonstrates Query::for_each(), showing how to perform
an arbitrary action on each row in a result set.
- Copyright (c) 2005-2007 by Joel Fielder and Educational Technology
- Resources, Inc. Others may also hold copyrights on code in this file.
- See the CREDITS file in the top directory of the distribution for
- details.
+ Copyright (c) 2005-2008 by Educational Technology Resources, Inc. and
+ (c) 2007 by Joel Fielder. Others may also hold copyrights on code
+ in this file. See the CREDITS file in the top directory of the
+ distribution for details.
This file is part of MySQL++.
Modified: trunk/examples/ssqls1.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/ssqls1.cpp?rev=2092&r1=2091&r2=2092&view=diff
==============================================================================
--- trunk/examples/ssqls1.cpp (original)
+++ trunk/examples/ssqls1.cpp Thu Jan 3 20:07:04 2008
@@ -4,7 +4,7 @@
MySQL++ Result object.
Copyright (c) 1998 by Kevin Atkinson, (c) 1999-2001 by MySQL AB, and
- (c) 2004-2007 by Educational Technology Resources, Inc. Others may
+ (c) 2004-2008 by Educational Technology Resources, Inc. Others may
also hold copyrights on code in this file. See the CREDITS file in
the top directory of the distribution for details.
Modified: trunk/examples/ssqls2.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/ssqls2.cpp?rev=2092&r1=2091&r2=2092&view=diff
==============================================================================
--- trunk/examples/ssqls2.cpp (original)
+++ trunk/examples/ssqls2.cpp Thu Jan 3 20:07:04 2008
@@ -3,7 +3,7 @@
SQL Structures feature of MySQL++.
Copyright (c) 1998 by Kevin Atkinson, (c) 1999-2001 by MySQL AB, and
- (c) 2004-2007 by Educational Technology Resources, Inc. Others may
+ (c) 2004-2008 by Educational Technology Resources, Inc. Others may
also hold copyrights on code in this file. See the CREDITS file in
the top directory of the distribution for details.
Modified: trunk/examples/ssqls3.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/ssqls3.cpp?rev=2092&r1=2091&r2=2092&view=diff
==============================================================================
--- trunk/examples/ssqls3.cpp (original)
+++ trunk/examples/ssqls3.cpp Thu Jan 3 20:07:04 2008
@@ -3,7 +3,7 @@
Specialized SQL Structures feature of MySQL++.
Copyright (c) 1998 by Kevin Atkinson, (c) 1999-2001 by MySQL AB, and
- (c) 2004-2007 by Educational Technology Resources, Inc. Others may
+ (c) 2004-2008 by Educational Technology Resources, Inc. Others may
also hold copyrights on code in this file. See the CREDITS file in
the top directory of the distribution for details.
Modified: trunk/examples/ssqls4.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/ssqls4.cpp?rev=2092&r1=2091&r2=2092&view=diff
==============================================================================
--- trunk/examples/ssqls4.cpp (original)
+++ trunk/examples/ssqls4.cpp Thu Jan 3 20:07:04 2008
@@ -5,7 +5,7 @@
style.
Copyright (c) 1998 by Kevin Atkinson, (c) 1999-2001 by MySQL AB, and
- (c) 2004-2007 by Educational Technology Resources, Inc. Others may
+ (c) 2004-2008 by Educational Technology Resources, Inc. Others may
also hold copyrights on code in this file. See the CREDITS file in
the top directory of the distribution for details.
Modified: trunk/examples/ssqls5.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/ssqls5.cpp?rev=2092&r1=2091&r2=2092&view=diff
==============================================================================
--- trunk/examples/ssqls5.cpp (original)
+++ trunk/examples/ssqls5.cpp Thu Jan 3 20:07:04 2008
@@ -3,7 +3,7 @@
some SSQLS types to build SELECT queries with custom WHERE clauses.
Copyright (c) 1998 by Kevin Atkinson, (c) 1999-2001 by MySQL AB, (c)
- 2004-2007 by Educational Technology Resources, Inc., and (c) 2005 by
+ 2004-2008 by Educational Technology Resources, Inc., and (c) 2005 by
Chris Frey. Others may also hold copyrights on code in this file.
See the CREDITS file in the top directory of the distribution for
details.
Modified: trunk/examples/store_if.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/store_if.cpp?rev=2092&r1=2091&r2=2092&view=diff
==============================================================================
--- trunk/examples/store_if.cpp (original)
+++ trunk/examples/store_if.cpp Thu Jan 3 20:07:04 2008
@@ -4,7 +4,7 @@
to be useful, only to show how you can do result set filtering that
outstrips the power of SQL.
- Copyright (c) 2005-2007 by Educational Technology Resources, Inc.
+ Copyright (c) 2005-2008 by Educational Technology Resources, Inc.
Others may also hold copyrights on code in this file. See the CREDITS
file in the top directory of the distribution for details.
Modified: trunk/examples/tquery1.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/tquery1.cpp?rev=2092&r1=2091&r2=2092&view=diff
==============================================================================
--- trunk/examples/tquery1.cpp (original)
+++ trunk/examples/tquery1.cpp Thu Jan 3 20:07:04 2008
@@ -3,7 +3,7 @@
template queries instead of SSQLS.
Copyright (c) 1998 by Kevin Atkinson, (c) 1999-2001 by MySQL AB, and
- (c) 2004-2007 by Educational Technology Resources, Inc. Others may
+ (c) 2004-2008 by Educational Technology Resources, Inc. Others may
also hold copyrights on code in this file. See the CREDITS file in
the top directory of the distribution for details.
Modified: trunk/examples/tquery2.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/tquery2.cpp?rev=2092&r1=2091&r2=2092&view=diff
==============================================================================
--- trunk/examples/tquery2.cpp (original)
+++ trunk/examples/tquery2.cpp Thu Jan 3 20:07:04 2008
@@ -6,7 +6,7 @@
templates are coming from somewhere else, or being generated.
Copyright (c) 1998 by Kevin Atkinson, (c) 1999-2001 by MySQL AB, and
- (c) 2004-2007 by Educational Technology Resources, Inc. Others may
+ (c) 2004-2008 by Educational Technology Resources, Inc. Others may
also hold copyrights on code in this file. See the CREDITS file in
the top directory of the distribution for details.
Modified: trunk/examples/transaction.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/transaction.cpp?rev=2092&r1=2091&r2=2092&view=diff
==============================================================================
--- trunk/examples/transaction.cpp (original)
+++ trunk/examples/transaction.cpp Thu Jan 3 20:07:04 2008
@@ -3,7 +3,7 @@
MySQL++ v2.1 and up.
Copyright (c) 1998 by Kevin Atkinson, (c) 1999-2001 by MySQL AB, and
- (c) 2004-2007 by Educational Technology Resources, Inc. Others may
+ (c) 2004-2008 by Educational Technology Resources, Inc. Others may
also hold copyrights on code in this file. See the CREDITS file in
the top directory of the distribution for details.
Modified: trunk/lib/beemutex.h
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/beemutex.h?rev=2092&r1=2091&r2=2092&view=diff
==============================================================================
--- trunk/lib/beemutex.h (original)
+++ trunk/lib/beemutex.h Thu Jan 3 20:07:04 2008
@@ -17,8 +17,8 @@
/// - added more Doxygen comments, and changed some existing comments
/***********************************************************************
- Copyright (c) 2004 Beeyond Software Holding BV and (c) 2007 by
- Educational Technology Resources, Inc. Others may also hold
+ Copyright (c) 2004 Beeyond Software Holding BV and (c) 2007-2008
+ by Educational Technology Resources, Inc. Others may also hold
copyrights on code in this file. See the CREDITS file in the top
directory of the distribution for details.
Modified: trunk/lib/common.h
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/common.h?rev=2092&r1=2091&r2=2092&view=diff
==============================================================================
--- trunk/lib/common.h (original)
+++ trunk/lib/common.h Thu Jan 3 20:07:04 2008
@@ -6,7 +6,7 @@
/***********************************************************************
Copyright (c) 1998 by Kevin Atkinson, (c) 1999, 2000 and 2001 by
- MySQL AB, and (c) 2004-2007 by Educational Technology Resources, Inc.
+ MySQL AB, and (c) 2004-2008 by Educational Technology Resources, Inc.
Others may also hold copyrights on code in this file. See the CREDITS
file in the top directory of the distribution for details.
Modified: trunk/lib/cpool.h
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/cpool.h?rev=2092&r1=2091&r2=2092&view=diff
==============================================================================
--- trunk/lib/cpool.h (original)
+++ trunk/lib/cpool.h Thu Jan 3 20:07:04 2008
@@ -2,7 +2,7 @@
/// \brief Declares the ConnectionPool class.
/***********************************************************************
- Copyright (c) 2007 by Educational Technology Resources, Inc. and
+ Copyright (c) 2007-2008 by Educational Technology Resources, Inc. and
(c) 2007 by Jonathan Wakely. Others may also hold copyrights on
code in this file. See the CREDITS file in the top directory of
the distribution for details.
Modified: trunk/lib/datetime.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/datetime.cpp?rev=2092&r1=2091&r2=2092&view=diff
==============================================================================
--- trunk/lib/datetime.cpp (original)
+++ trunk/lib/datetime.cpp Thu Jan 3 20:07:04 2008
@@ -3,7 +3,7 @@
various date and time column types.
Copyright (c) 1998 by Kevin Atkinson, (c) 1999-2001 by MySQL AB, and
- (c) 2004-2007 by Educational Technology Resources, Inc. Others may
+ (c) 2004-2008 by Educational Technology Resources, Inc. Others may
also hold copyrights on code in this file. See the CREDITS file in
the top directory of the distribution for details.
Modified: trunk/lib/datetime.h
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/datetime.h?rev=2092&r1=2091&r2=2092&view=diff
==============================================================================
--- trunk/lib/datetime.h (original)
+++ trunk/lib/datetime.h Thu Jan 3 20:07:04 2008
@@ -4,7 +4,7 @@
/***********************************************************************
Copyright (c) 1998 by Kevin Atkinson, (c) 1999-2001 by MySQL AB, and
- (c) 2004-2007 by Educational Technology Resources, Inc. Others may
+ (c) 2004-2008 by Educational Technology Resources, Inc. Others may
also hold copyrights on code in this file. See the CREDITS file in
the top directory of the distribution for details.
Modified: trunk/lib/mysql++.h.in
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/mysql%2B%2B.h.in?rev=2092&r1=2091&r2=2092&view=diff
==============================================================================
--- trunk/lib/mysql++.h.in (original)
+++ trunk/lib/mysql++.h.in Thu Jan 3 20:07:04 2008
@@ -10,7 +10,7 @@
/***********************************************************************
Copyright (c) 1998 by Kevin Atkinson, (c) 1999-2001 by MySQL AB, and
- (c) 2004-2007 by Educational Technology Resources, Inc. Others may
+ (c) 2004-2008 by Educational Technology Resources, Inc. Others may
also hold copyrights on code in this file. See the CREDITS file in
the top directory of the distribution for details.
Modified: trunk/lib/mystring.h
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/mystring.h?rev=2092&r1=2091&r2=2092&view=diff
==============================================================================
--- trunk/lib/mystring.h (original)
+++ trunk/lib/mystring.h Thu Jan 3 20:07:04 2008
@@ -4,7 +4,7 @@
/***********************************************************************
Copyright (c) 1998 by Kevin Atkinson, (c) 1999-2001 by MySQL AB, and
- (c) 2004-2007 by Educational Technology Resources, Inc. Others may
+ (c) 2004-2008 by Educational Technology Resources, Inc. Others may
also hold copyrights on code in this file. See the CREDITS file in
the top directory of the distribution for details.
Modified: trunk/lib/query.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/query.cpp?rev=2092&r1=2091&r2=2092&view=diff
==============================================================================
--- trunk/lib/query.cpp (original)
+++ trunk/lib/query.cpp Thu Jan 3 20:07:04 2008
@@ -2,7 +2,7 @@
query.cpp - Implements the Query class.
Copyright (c) 1998 by Kevin Atkinson, (c) 1999-2001 by MySQL AB, and
- (c) 2004-2007 by Educational Technology Resources, Inc. Others may
+ (c) 2004-2008 by Educational Technology Resources, Inc. Others may
also hold copyrights on code in this file. See the CREDITS file in
the top directory of the distribution for details.
Modified: trunk/lib/query.h
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/query.h?rev=2092&r1=2091&r2=2092&view=diff
==============================================================================
--- trunk/lib/query.h (original)
+++ trunk/lib/query.h Thu Jan 3 20:07:04 2008
@@ -3,7 +3,7 @@
/***********************************************************************
Copyright (c) 1998 by Kevin Atkinson, (c) 1999-2001 by MySQL AB, and
- (c) 2004-2007 by Educational Technology Resources, Inc. Others may
+ (c) 2004-2008 by Educational Technology Resources, Inc. Others may
also hold copyrights on code in this file. See the CREDITS file in
the top directory of the distribution for details.
Modified: trunk/lib/ssqls.pl
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/ssqls.pl?rev=2092&r1=2091&r2=2092&view=diff
==============================================================================
--- trunk/lib/ssqls.pl (original)
+++ trunk/lib/ssqls.pl Thu Jan 3 20:07:04 2008
@@ -5,7 +5,7 @@
# functions and classes, varying only in trivial ways.
#
# Copyright (c) 1998 by Kevin Atkinson, (c) 1999-2001 by MySQL AB, and
-# (c) 2004-2007 by Educational Technology Resources, Inc. Others may
+# (c) 2004-2008 by Educational Technology Resources, Inc. Others may
# also hold copyrights on code in this file. See the CREDITS file in
# the top directory of the distribution for details.
#
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits