Date: Monday, January 2, 2006 @ 13:19:56
  Author: csaba
    Path: /cvsroot/carob/libmysequoia

Modified: COPYING (1.1 -> 1.2) Makefile.am (1.2 -> 1.3) debian/copyright
          (1.1 -> 1.2) doc/Doxyfile (1.2 -> 1.3) include/CarobMySQL.hpp
          (1.16 -> 1.17) include/IniParser.hpp (1.2 -> 1.3)
          include/MainDoc.hpp (1.1 -> 1.2) include/Utils.hpp (1.9 -> 1.10)
          proto/Makefile (1.2 -> 1.3) proto/hello-libmysequoia.c (1.2 ->
          1.3) proto/libmysequoia.cpp (1.3 -> 1.4) src/CarobMySQL.cpp
          (1.26 -> 1.27) src/IniParser.cpp (1.2 -> 1.3) src/Makefile.am
          (1.3 -> 1.4) src/MySQLAPI.cpp (1.18 -> 1.19) src/Utils.cpp (1.9
          -> 1.10) test/Globals.hpp (1.2 -> 1.3) test/Makefile.am (1.3 ->
          1.4) test/TestCarobMySQL.cpp (1.3 -> 1.4)
          test/TestCarobMySQL.hpp (1.1 -> 1.2) test/TestIniParser.cpp (1.1
          -> 1.2) test/TestIniParser.hpp (1.1 -> 1.2)
          test/TestMySQLAPI.cpp (1.12 -> 1.13) test/TestMySQLAPI.hpp (1.3
          -> 1.4) test/runTests.cpp (1.2 -> 1.3)

Updated the year of copyright.


----------------------------+
 COPYING                    |    2 +-
 Makefile.am                |    2 +-
 debian/copyright           |    2 +-
 doc/Doxyfile               |    2 +-
 include/CarobMySQL.hpp     |    2 +-
 include/IniParser.hpp      |    2 +-
 include/MainDoc.hpp        |    2 +-
 include/Utils.hpp          |    2 +-
 proto/Makefile             |    2 +-
 proto/hello-libmysequoia.c |    2 +-
 proto/libmysequoia.cpp     |    2 +-
 src/CarobMySQL.cpp         |    2 +-
 src/IniParser.cpp          |    2 +-
 src/Makefile.am            |    2 +-
 src/MySQLAPI.cpp           |    2 +-
 src/Utils.cpp              |    2 +-
 test/Globals.hpp           |   21 +++++++++++++++++++++
 test/Makefile.am           |    2 +-
 test/TestCarobMySQL.cpp    |    2 +-
 test/TestCarobMySQL.hpp    |    2 +-
 test/TestIniParser.cpp     |    2 +-
 test/TestIniParser.hpp     |    2 +-
 test/TestMySQLAPI.cpp      |    2 +-
 test/TestMySQLAPI.hpp      |    2 +-
 test/runTests.cpp          |    2 +-
 25 files changed, 45 insertions(+), 24 deletions(-)


Index: libmysequoia/COPYING
diff -u libmysequoia/COPYING:1.1 libmysequoia/COPYING:1.2
--- libmysequoia/COPYING:1.1    Sat Dec 17 15:03:46 2005
+++ libmysequoia/COPYING        Mon Jan  2 13:19:56 2006
@@ -187,7 +187,7 @@
       same "printed page" as the copyright notice for easier
       identification within third-party archives.
 
-   Copyright [yyyy] [name of copyright owner]
+   Copyright 2005-2006 Continuent, Inc. 
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
Index: libmysequoia/Makefile.am
diff -u libmysequoia/Makefile.am:1.2 libmysequoia/Makefile.am:1.3
--- libmysequoia/Makefile.am:1.2        Sun Dec 18 11:43:58 2005
+++ libmysequoia/Makefile.am    Mon Jan  2 13:19:56 2006
@@ -1,5 +1,5 @@
 # Sequoia: Database clustering technology.
-# Copyright (C) 2005 Continuent, Inc.
+# Copyright (C) 2005-2006 Continuent, Inc.
 # Contact: [EMAIL PROTECTED]
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
Index: libmysequoia/debian/copyright
diff -u libmysequoia/debian/copyright:1.1 libmysequoia/debian/copyright:1.2
--- libmysequoia/debian/copyright:1.1   Sun Dec 18 11:43:58 2005
+++ libmysequoia/debian/copyright       Mon Jan  2 13:19:56 2006
@@ -8,7 +8,7 @@
 License:
 
   Sequoia: Database clustering technology.
-  Copyright (C) 2005 Continuent, Inc.
+  Copyright (C) 2005-2006 Continuent, Inc.
   Contact: [EMAIL PROTECTED]
  
   Licensed under the Apache License, Version 2.0 (the "License")
Index: libmysequoia/doc/Doxyfile
diff -u libmysequoia/doc/Doxyfile:1.2 libmysequoia/doc/Doxyfile:1.3
--- libmysequoia/doc/Doxyfile:1.2       Mon Dec  5 15:20:00 2005
+++ libmysequoia/doc/Doxyfile   Mon Jan  2 13:19:56 2006
@@ -1,5 +1,5 @@
 # Sequoia: Database clustering technology.
-# Copyright (C) 2005 Continuent, Inc.
+# Copyright (C) 2005-2006 Continuent, Inc.
 # Contact: [EMAIL PROTECTED]
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
Index: libmysequoia/include/CarobMySQL.hpp
diff -u libmysequoia/include/CarobMySQL.hpp:1.16 
libmysequoia/include/CarobMySQL.hpp:1.17
--- libmysequoia/include/CarobMySQL.hpp:1.16    Wed Dec 28 18:15:37 2005
+++ libmysequoia/include/CarobMySQL.hpp Mon Jan  2 13:19:56 2006
@@ -1,6 +1,6 @@
 /*
  * Sequoia: Database clustering technology.
- * Copyright (C) 2005 Continuent, Inc.
+ * Copyright (C) 2005-2006 Continuent, Inc.
  * Contact: [EMAIL PROTECTED]
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
Index: libmysequoia/include/IniParser.hpp
diff -u libmysequoia/include/IniParser.hpp:1.2 
libmysequoia/include/IniParser.hpp:1.3
--- libmysequoia/include/IniParser.hpp:1.2      Mon Jan  2 12:14:27 2006
+++ libmysequoia/include/IniParser.hpp  Mon Jan  2 13:19:56 2006
@@ -1,6 +1,6 @@
 /*
  * Sequoia: Database clustering technology.
- * Copyright (C) 2005 Continuent, Inc.
+ * Copyright (C) 2005-2006 Continuent, Inc.
  * Contact: [EMAIL PROTECTED]
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
Index: libmysequoia/include/MainDoc.hpp
diff -u libmysequoia/include/MainDoc.hpp:1.1 
libmysequoia/include/MainDoc.hpp:1.2
--- libmysequoia/include/MainDoc.hpp:1.1        Tue Dec  6 10:45:56 2005
+++ libmysequoia/include/MainDoc.hpp    Mon Jan  2 13:19:56 2006
@@ -1,6 +1,6 @@
 /*
  * Sequoia: Database clustering technology.
- * Copyright (C) 2005 Continuent, Inc.
+ * Copyright (C) 2005-2006 Continuent, Inc.
  * Contact: [EMAIL PROTECTED]
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
Index: libmysequoia/include/Utils.hpp
diff -u libmysequoia/include/Utils.hpp:1.9 libmysequoia/include/Utils.hpp:1.10
--- libmysequoia/include/Utils.hpp:1.9  Sun Dec 18 20:10:38 2005
+++ libmysequoia/include/Utils.hpp      Mon Jan  2 13:19:56 2006
@@ -1,6 +1,6 @@
 /*
  * Sequoia: Database clustering technology.
- * Copyright (C) 2005 Continuent, Inc.
+ * Copyright (C) 2005-2006 Continuent, Inc.
  * Contact: [EMAIL PROTECTED]
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
Index: libmysequoia/proto/Makefile
diff -u libmysequoia/proto/Makefile:1.2 libmysequoia/proto/Makefile:1.3
--- libmysequoia/proto/Makefile:1.2     Tue Dec  6 09:25:35 2005
+++ libmysequoia/proto/Makefile Mon Jan  2 13:19:56 2006
@@ -1,5 +1,5 @@
 # Sequoia: Database clustering technology.
-# Copyright (C) 2005 Continuent, Inc.
+# Copyright (C) 2005-2006 Continuent, Inc.
 # Contact: [EMAIL PROTECTED]
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
Index: libmysequoia/proto/hello-libmysequoia.c
diff -u libmysequoia/proto/hello-libmysequoia.c:1.2 
libmysequoia/proto/hello-libmysequoia.c:1.3
--- libmysequoia/proto/hello-libmysequoia.c:1.2 Tue Dec  6 09:25:35 2005
+++ libmysequoia/proto/hello-libmysequoia.c     Mon Jan  2 13:19:56 2006
@@ -1,6 +1,6 @@
 /*
  * Sequoia: Database clustering technology.
- * Copyright (C) 2005 Continuent, Inc.
+ * Copyright (C) 2005-2006 Continuent, Inc.
  * Contact: [EMAIL PROTECTED]
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
Index: libmysequoia/proto/libmysequoia.cpp
diff -u libmysequoia/proto/libmysequoia.cpp:1.3 
libmysequoia/proto/libmysequoia.cpp:1.4
--- libmysequoia/proto/libmysequoia.cpp:1.3     Wed Dec 28 18:15:37 2005
+++ libmysequoia/proto/libmysequoia.cpp Mon Jan  2 13:19:56 2006
@@ -1,6 +1,6 @@
 /*
  * Sequoia: Database clustering technology.
- * Copyright (C) 2005 Continuent, Inc.
+ * Copyright (C) 2005-2006 Continuent, Inc.
  * Contact: [EMAIL PROTECTED]
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
Index: libmysequoia/src/CarobMySQL.cpp
diff -u libmysequoia/src/CarobMySQL.cpp:1.26 
libmysequoia/src/CarobMySQL.cpp:1.27
--- libmysequoia/src/CarobMySQL.cpp:1.26        Fri Dec 30 18:53:52 2005
+++ libmysequoia/src/CarobMySQL.cpp     Mon Jan  2 13:19:56 2006
@@ -1,6 +1,6 @@
 /*
  * Sequoia: Database clustering technology.
- * Copyright (C) 2005 Continuent, Inc.
+ * Copyright (C) 2005-2006 Continuent, Inc.
  * Contact: [EMAIL PROTECTED]
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
Index: libmysequoia/src/IniParser.cpp
diff -u libmysequoia/src/IniParser.cpp:1.2 libmysequoia/src/IniParser.cpp:1.3
--- libmysequoia/src/IniParser.cpp:1.2  Mon Jan  2 12:14:27 2006
+++ libmysequoia/src/IniParser.cpp      Mon Jan  2 13:19:56 2006
@@ -1,6 +1,6 @@
 /*
  * Sequoia: Database clustering technology.
- * Copyright (C) 2005 Continuent, Inc.
+ * Copyright (C) 2005-2006 Continuent, Inc.
  * Contact: [EMAIL PROTECTED]
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
Index: libmysequoia/src/Makefile.am
diff -u libmysequoia/src/Makefile.am:1.3 libmysequoia/src/Makefile.am:1.4
--- libmysequoia/src/Makefile.am:1.3    Mon Dec 19 18:10:21 2005
+++ libmysequoia/src/Makefile.am        Mon Jan  2 13:19:56 2006
@@ -1,5 +1,5 @@
 # Sequoia: Database clustering technology.
-# Copyright (C) 2005 Continuent, Inc.
+# Copyright (C) 2005-2006 Continuent, Inc.
 # Contact: [EMAIL PROTECTED]
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
Index: libmysequoia/src/MySQLAPI.cpp
diff -u libmysequoia/src/MySQLAPI.cpp:1.18 libmysequoia/src/MySQLAPI.cpp:1.19
--- libmysequoia/src/MySQLAPI.cpp:1.18  Sun Dec 18 20:10:38 2005
+++ libmysequoia/src/MySQLAPI.cpp       Mon Jan  2 13:19:56 2006
@@ -1,6 +1,6 @@
 /*
  * Sequoia: Database clustering technology.
- * Copyright (C) 2005 Continuent, Inc.
+ * Copyright (C) 2005-2006 Continuent, Inc.
  * Contact: [EMAIL PROTECTED]
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
Index: libmysequoia/src/Utils.cpp
diff -u libmysequoia/src/Utils.cpp:1.9 libmysequoia/src/Utils.cpp:1.10
--- libmysequoia/src/Utils.cpp:1.9      Sun Dec 18 20:10:38 2005
+++ libmysequoia/src/Utils.cpp  Mon Jan  2 13:19:56 2006
@@ -1,6 +1,6 @@
 /*
  * Sequoia: Database clustering technology.
- * Copyright (C) 2005 Continuent, Inc.
+ * Copyright (C) 2005-2006 Continuent, Inc.
  * Contact: [EMAIL PROTECTED]
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
Index: libmysequoia/test/Globals.hpp
diff -u libmysequoia/test/Globals.hpp:1.2 libmysequoia/test/Globals.hpp:1.3
--- libmysequoia/test/Globals.hpp:1.2   Thu Dec  8 14:41:01 2005
+++ libmysequoia/test/Globals.hpp       Mon Jan  2 13:19:56 2006
@@ -1,3 +1,24 @@
+/*
+ * Sequoia: Database clustering technology.
+ * Copyright (C) 2005-2006 Continuent, Inc.
+ * Contact: [EMAIL PROTECTED]
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License")
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * Initial developer(s): Zsolt Simon, Csaba Simon
+ * Contributor(s): 
+ */
+
 #ifndef _GLOBALS_HPP
 #define _GLOBALS_HPP
 
Index: libmysequoia/test/Makefile.am
diff -u libmysequoia/test/Makefile.am:1.3 libmysequoia/test/Makefile.am:1.4
--- libmysequoia/test/Makefile.am:1.3   Mon Jan  2 12:14:27 2006
+++ libmysequoia/test/Makefile.am       Mon Jan  2 13:19:56 2006
@@ -1,5 +1,5 @@
 # Sequoia: Database clustering technology.
-# Copyright (C) 2005 Continuent, Inc. 
+# Copyright (C) 2005-2006 Continuent, Inc. 
 # Contact: [EMAIL PROTECTED]
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
Index: libmysequoia/test/TestCarobMySQL.cpp
diff -u libmysequoia/test/TestCarobMySQL.cpp:1.3 
libmysequoia/test/TestCarobMySQL.cpp:1.4
--- libmysequoia/test/TestCarobMySQL.cpp:1.3    Tue Dec 13 14:09:44 2005
+++ libmysequoia/test/TestCarobMySQL.cpp        Mon Jan  2 13:19:56 2006
@@ -1,6 +1,6 @@
 /*
  * Sequoia: Database clustering technology.
- * Copyright (C) 2005 Continuent, Inc.
+ * Copyright (C) 2005-2006 Continuent, Inc.
  * Contact: [EMAIL PROTECTED]
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
Index: libmysequoia/test/TestCarobMySQL.hpp
diff -u libmysequoia/test/TestCarobMySQL.hpp:1.1 
libmysequoia/test/TestCarobMySQL.hpp:1.2
--- libmysequoia/test/TestCarobMySQL.hpp:1.1    Mon Dec  5 14:03:37 2005
+++ libmysequoia/test/TestCarobMySQL.hpp        Mon Jan  2 13:19:56 2006
@@ -1,6 +1,6 @@
 /*
  * Sequoia: Database clustering technology.
- * Copyright (C) 2005 Continuent, Inc.
+ * Copyright (C) 2005-2006 Continuent, Inc.
  * Contact: [EMAIL PROTECTED]
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
Index: libmysequoia/test/TestIniParser.cpp
diff -u libmysequoia/test/TestIniParser.cpp:1.1 
libmysequoia/test/TestIniParser.cpp:1.2
--- libmysequoia/test/TestIniParser.cpp:1.1     Mon Jan  2 12:14:27 2006
+++ libmysequoia/test/TestIniParser.cpp Mon Jan  2 13:19:56 2006
@@ -1,6 +1,6 @@
 /*
  * Sequoia: Database clustering technology.
- * Copyright (C) 2005 Continuent, Inc.
+ * Copyright (C) 2005-2006 Continuent, Inc.
  * Contact: [EMAIL PROTECTED]
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
Index: libmysequoia/test/TestIniParser.hpp
diff -u libmysequoia/test/TestIniParser.hpp:1.1 
libmysequoia/test/TestIniParser.hpp:1.2
--- libmysequoia/test/TestIniParser.hpp:1.1     Mon Jan  2 12:14:27 2006
+++ libmysequoia/test/TestIniParser.hpp Mon Jan  2 13:19:56 2006
@@ -1,6 +1,6 @@
 /*
  * Sequoia: Database clustering technology.
- * Copyright (C) 2005 Continuent, Inc.
+ * Copyright (C) 2005-2006 Continuent, Inc.
  * Contact: [EMAIL PROTECTED]
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
Index: libmysequoia/test/TestMySQLAPI.cpp
diff -u libmysequoia/test/TestMySQLAPI.cpp:1.12 
libmysequoia/test/TestMySQLAPI.cpp:1.13
--- libmysequoia/test/TestMySQLAPI.cpp:1.12     Tue Dec 13 14:09:44 2005
+++ libmysequoia/test/TestMySQLAPI.cpp  Mon Jan  2 13:19:56 2006
@@ -1,6 +1,6 @@
 /*
  * Sequoia: Database clustering technology.
- * Copyright (C) 2005 Continuent, Inc.
+ * Copyright (C) 2005-2006 Continuent, Inc.
  * Contact: [EMAIL PROTECTED]
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
Index: libmysequoia/test/TestMySQLAPI.hpp
diff -u libmysequoia/test/TestMySQLAPI.hpp:1.3 
libmysequoia/test/TestMySQLAPI.hpp:1.4
--- libmysequoia/test/TestMySQLAPI.hpp:1.3      Mon Dec 12 13:06:15 2005
+++ libmysequoia/test/TestMySQLAPI.hpp  Mon Jan  2 13:19:56 2006
@@ -1,6 +1,6 @@
 /*
  * Sequoia: Database clustering technology.
- * Copyright (C) 2005 Continuent, Inc.
+ * Copyright (C) 2005-2006 Continuent, Inc.
  * Contact: [EMAIL PROTECTED]
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
Index: libmysequoia/test/runTests.cpp
diff -u libmysequoia/test/runTests.cpp:1.2 libmysequoia/test/runTests.cpp:1.3
--- libmysequoia/test/runTests.cpp:1.2  Wed Dec 14 10:06:28 2005
+++ libmysequoia/test/runTests.cpp      Mon Jan  2 13:19:56 2006
@@ -1,6 +1,6 @@
 /*
  * Sequoia: Database clustering technology.
- * Copyright (C) 2005 Continuent, Inc.
+ * Copyright (C) 2005-2006 Continuent, Inc.
  * Contact: [EMAIL PROTECTED]
  *
  * Licensed under the Apache License, Version 2.0 (the "License")

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to