diff options
Diffstat (limited to 'examples/sql/c')
-rw-r--r-- | examples/sql/c/ex_sql_binding.c | 2 | ||||
-rw-r--r-- | examples/sql/c/ex_sql_fts3.c | 2 | ||||
-rw-r--r-- | examples/sql/c/ex_sql_index.c | 2 | ||||
-rw-r--r-- | examples/sql/c/ex_sql_load.c | 2 | ||||
-rw-r--r-- | examples/sql/c/ex_sql_multi_thread.c | 2 | ||||
-rw-r--r-- | examples/sql/c/ex_sql_query.c | 2 | ||||
-rw-r--r-- | examples/sql/c/ex_sql_rtree.c | 2 | ||||
-rw-r--r-- | examples/sql/c/ex_sql_savepoint.c | 2 | ||||
-rw-r--r-- | examples/sql/c/ex_sql_statement.c | 2 | ||||
-rw-r--r-- | examples/sql/c/ex_sql_transaction.c | 2 | ||||
-rw-r--r-- | examples/sql/c/ex_sql_utils.c | 2 | ||||
-rw-r--r-- | examples/sql/c/ex_sql_utils.h | 2 |
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. * */ |