Author: wyoung
Date: Mon Jan 11 18:08:29 2010
New Revision: 2602

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2602&view=rev
Log:
Copyright assignment clarification

Modified:
    trunk/CREDITS.txt
    trunk/examples/for_each.cpp
    trunk/lib/scopedconnection.cpp

Modified: trunk/CREDITS.txt
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/CREDITS.txt?rev=2602&r1=2601&r2=2602&view=diff
==============================================================================
--- trunk/CREDITS.txt (original)
+++ trunk/CREDITS.txt Mon Jan 11 18:08:29 2010
@@ -36,11 +36,11 @@
     for Fedora, with other systems on the way.  His work has improved
     the RPM spec file we distribute greatly.
 
-    Joel Fielder <[email protected]> created the
-    ScopedConnection class, came up with the original idea for
-    Query's for_each() and store_in() methods, provided the basis
-    for examples/for_each.cpp, and provided a fix for exception flag
-    propagation in Query.
+    Joel Fielder <[email protected]> of Switchplane,
+    Ltd. created the ScopedConnection class, came up with the original
+    idea for Query's for_each() and store_in() methods, provided the
+    basis for examples/for_each.cpp, and provided a fix for exception
+    flag propagation in Query.
 
     Jim Wallace <[email protected]> demonstrated the need
     for BadQuery::errnum(), and contributed the patches and also

Modified: trunk/examples/for_each.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/for_each.cpp?rev=2602&r1=2601&r2=2602&view=diff
==============================================================================
--- trunk/examples/for_each.cpp (original)
+++ trunk/examples/for_each.cpp Mon Jan 11 18:08:29 2010
@@ -3,9 +3,9 @@
        an arbitrary action on each row in a result set.
 
  Copyright (c) 2005-2009 by Educational Technology Resources, Inc. and
- (c) 2007 by Joel Fielder.  Others may also hold copyrights on code
- in this file.  See the CREDITS.txt file in the top directory of the
- distribution for details.
+ (c) 2007 by Switchplane, Ltd.  Others may also hold copyrights on
+ code in this file.  See the CREDITS.txt file in the top directory
+ of the distribution for details.
 
  This file is part of MySQL++.
 

Modified: trunk/lib/scopedconnection.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/scopedconnection.cpp?rev=2602&r1=2601&r2=2602&view=diff
==============================================================================
--- trunk/lib/scopedconnection.cpp (original)
+++ trunk/lib/scopedconnection.cpp Mon Jan 11 18:08:29 2010
@@ -1,9 +1,9 @@
 /***********************************************************************
  scopedconnection.cpp - Implements the ScopedConnection class.
 
- Copyright (c) 2010 by Joel Fielder.  Others may also hold copyrights
- on code in this file.  See the CREDITS.txt file in the top directory
- of the distribution for details.
+ Copyright (c) 2010 by Switchplane, Ltd.  Others may also hold
+ copyrights on code in this file.  See the CREDITS.txt file in the
+ top directory of the distribution for details.
 
  This file is part of MySQL++.
 


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to