Date: Tuesday, December 6, 2005 @ 09:25:35
Author: csaba
Path: /cvsroot/carob/libmysequoia
Modified: include/CarobMySQL.hpp (1.2 -> 1.3) include/Utils.hpp (1.1 ->
1.2) proto/Makefile (1.1 -> 1.2) proto/hello-libmysequoia.c (1.1
-> 1.2) proto/libmysequoia.cpp (1.1 -> 1.2) src/CarobMySQL.cpp
(1.3 -> 1.4) src/MySQLAPI.cpp (1.2 -> 1.3) src/Utils.cpp (1.1 ->
1.2)
Updated the copyright header.
----------------------------+
include/CarobMySQL.hpp | 2 +-
include/Utils.hpp | 2 +-
proto/Makefile | 20 ++++++++++++++++++++
proto/hello-libmysequoia.c | 21 +++++++++++++++++++++
proto/libmysequoia.cpp | 4 ++--
src/CarobMySQL.cpp | 2 +-
src/MySQLAPI.cpp | 2 +-
src/Utils.cpp | 2 +-
8 files changed, 48 insertions(+), 7 deletions(-)
Index: libmysequoia/include/CarobMySQL.hpp
diff -u libmysequoia/include/CarobMySQL.hpp:1.2
libmysequoia/include/CarobMySQL.hpp:1.3
--- libmysequoia/include/CarobMySQL.hpp:1.2 Mon Dec 5 17:31:35 2005
+++ libmysequoia/include/CarobMySQL.hpp Tue Dec 6 09:25:35 2005
@@ -1,6 +1,6 @@
/*
* Sequoia: Database clustering technology.
- * Copyright (C) 2005 Emic Networks
+ * Copyright (C) 2005 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.1 libmysequoia/include/Utils.hpp:1.2
--- libmysequoia/include/Utils.hpp:1.1 Mon Dec 5 17:31:35 2005
+++ libmysequoia/include/Utils.hpp Tue Dec 6 09:25:35 2005
@@ -1,6 +1,6 @@
/*
* Sequoia: Database clustering technology.
- * Copyright (C) 2005 Emic Networks
+ * Copyright (C) 2005 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.1 libmysequoia/proto/Makefile:1.2
--- libmysequoia/proto/Makefile:1.1 Fri Dec 2 13:54:20 2005
+++ libmysequoia/proto/Makefile Tue Dec 6 09:25:35 2005
@@ -1,3 +1,23 @@
+# Sequoia: Database clustering technology.
+# Copyright (C) 2005 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):
+#
+
all: hello-libmysequoia libmysqlclient.so.15.1
hello-libmysequoia: hello-libmysequoia.c
Index: libmysequoia/proto/hello-libmysequoia.c
diff -u libmysequoia/proto/hello-libmysequoia.c:1.1
libmysequoia/proto/hello-libmysequoia.c:1.2
--- libmysequoia/proto/hello-libmysequoia.c:1.1 Fri Dec 2 13:54:20 2005
+++ libmysequoia/proto/hello-libmysequoia.c Tue Dec 6 09:25:35 2005
@@ -1,3 +1,24 @@
+/*
+ * Sequoia: Database clustering technology.
+ * Copyright (C) 2005 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):
+ */
+
#include <stdio.h>
#include <stdlib.h>
Index: libmysequoia/proto/libmysequoia.cpp
diff -u libmysequoia/proto/libmysequoia.cpp:1.1
libmysequoia/proto/libmysequoia.cpp:1.2
--- libmysequoia/proto/libmysequoia.cpp:1.1 Fri Dec 2 13:54:20 2005
+++ libmysequoia/proto/libmysequoia.cpp Tue Dec 6 09:25:35 2005
@@ -1,6 +1,6 @@
-/**
+/*
* Sequoia: Database clustering technology.
- * Copyright (C) 2005 Emic Networks
+ * Copyright (C) 2005 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.3 libmysequoia/src/CarobMySQL.cpp:1.4
--- libmysequoia/src/CarobMySQL.cpp:1.3 Mon Dec 5 17:31:35 2005
+++ libmysequoia/src/CarobMySQL.cpp Tue Dec 6 09:25:35 2005
@@ -1,6 +1,6 @@
/*
* Sequoia: Database clustering technology.
- * Copyright (C) 2005 Emic Networks
+ * Copyright (C) 2005 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.2 libmysequoia/src/MySQLAPI.cpp:1.3
--- libmysequoia/src/MySQLAPI.cpp:1.2 Mon Dec 5 17:31:35 2005
+++ libmysequoia/src/MySQLAPI.cpp Tue Dec 6 09:25:35 2005
@@ -1,6 +1,6 @@
/*
* Sequoia: Database clustering technology.
- * Copyright (C) 2005 Emic Networks
+ * Copyright (C) 2005 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.1 libmysequoia/src/Utils.cpp:1.2
--- libmysequoia/src/Utils.cpp:1.1 Mon Dec 5 17:31:35 2005
+++ libmysequoia/src/Utils.cpp Tue Dec 6 09:25:35 2005
@@ -1,6 +1,6 @@
/*
* Sequoia: Database clustering technology.
- * Copyright (C) 2005 Emic Networks
+ * Copyright (C) 2005 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