summaryrefslogtreecommitdiff
path: root/examples/sql/c
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-02-17 17:25:57 +0000
committer <>2015-03-17 16:26:24 +0000
commit780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch)
tree598f8b9fa431b228d29897e798de4ac0c1d3d970 /examples/sql/c
parent7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff)
downloadberkeleydb-master.tar.gz
Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz.HEADdb-6.1.23master
Diffstat (limited to 'examples/sql/c')
-rw-r--r--examples/sql/c/ex_sql_binding.c2
-rw-r--r--examples/sql/c/ex_sql_fts3.c2
-rw-r--r--examples/sql/c/ex_sql_index.c2
-rw-r--r--examples/sql/c/ex_sql_load.c2
-rw-r--r--examples/sql/c/ex_sql_multi_thread.c2
-rw-r--r--examples/sql/c/ex_sql_query.c2
-rw-r--r--examples/sql/c/ex_sql_rtree.c2
-rw-r--r--examples/sql/c/ex_sql_savepoint.c2
-rw-r--r--examples/sql/c/ex_sql_statement.c2
-rw-r--r--examples/sql/c/ex_sql_transaction.c2
-rw-r--r--examples/sql/c/ex_sql_utils.c2
-rw-r--r--examples/sql/c/ex_sql_utils.h2
12 files changed, 12 insertions, 12 deletions
diff --git a/examples/sql/c/ex_sql_binding.c b/examples/sql/c/ex_sql_binding.c
index 339c3804..7032084d 100644
--- a/examples/sql/c/ex_sql_binding.c
+++ b/examples/sql/c/ex_sql_binding.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1997, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/examples/sql/c/ex_sql_fts3.c b/examples/sql/c/ex_sql_fts3.c
index cc2f5211..e511f23b 100644
--- a/examples/sql/c/ex_sql_fts3.c
+++ b/examples/sql/c/ex_sql_fts3.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1997, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/examples/sql/c/ex_sql_index.c b/examples/sql/c/ex_sql_index.c
index c0f411c7..bbf41211 100644
--- a/examples/sql/c/ex_sql_index.c
+++ b/examples/sql/c/ex_sql_index.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1997, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/examples/sql/c/ex_sql_load.c b/examples/sql/c/ex_sql_load.c
index c57f0104..7d5a1a98 100644
--- a/examples/sql/c/ex_sql_load.c
+++ b/examples/sql/c/ex_sql_load.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1997, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/examples/sql/c/ex_sql_multi_thread.c b/examples/sql/c/ex_sql_multi_thread.c
index b83b8e5a..83e641a3 100644
--- a/examples/sql/c/ex_sql_multi_thread.c
+++ b/examples/sql/c/ex_sql_multi_thread.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1997, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/examples/sql/c/ex_sql_query.c b/examples/sql/c/ex_sql_query.c
index d8428f64..e1043a4b 100644
--- a/examples/sql/c/ex_sql_query.c
+++ b/examples/sql/c/ex_sql_query.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1997, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/examples/sql/c/ex_sql_rtree.c b/examples/sql/c/ex_sql_rtree.c
index 29d011ab..d0622bf5 100644
--- a/examples/sql/c/ex_sql_rtree.c
+++ b/examples/sql/c/ex_sql_rtree.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1997, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/examples/sql/c/ex_sql_savepoint.c b/examples/sql/c/ex_sql_savepoint.c
index 8f0cfdda..bf1cd6f4 100644
--- a/examples/sql/c/ex_sql_savepoint.c
+++ b/examples/sql/c/ex_sql_savepoint.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1997, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/examples/sql/c/ex_sql_statement.c b/examples/sql/c/ex_sql_statement.c
index 1e962f30..b8d2fc32 100644
--- a/examples/sql/c/ex_sql_statement.c
+++ b/examples/sql/c/ex_sql_statement.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1997, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/examples/sql/c/ex_sql_transaction.c b/examples/sql/c/ex_sql_transaction.c
index 821fdf70..3d09ba3a 100644
--- a/examples/sql/c/ex_sql_transaction.c
+++ b/examples/sql/c/ex_sql_transaction.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1997, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/examples/sql/c/ex_sql_utils.c b/examples/sql/c/ex_sql_utils.c
index 0b8a6578..42cfb848 100644
--- a/examples/sql/c/ex_sql_utils.c
+++ b/examples/sql/c/ex_sql_utils.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1997, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/examples/sql/c/ex_sql_utils.h b/examples/sql/c/ex_sql_utils.h
index d1ec640c..b28bd44f 100644
--- a/examples/sql/c/ex_sql_utils.h
+++ b/examples/sql/c/ex_sql_utils.h
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1997-2012 Oracle. All rights reserved.
+ * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/