summaryrefslogtreecommitdiff
path: root/test/xa
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 /test/xa
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 'test/xa')
-rw-r--r--test/xa/src1/client.c2
-rw-r--r--test/xa/src1/datafml.h2
-rw-r--r--test/xa/src1/hdbrec.h2
-rw-r--r--test/xa/src1/htimestampxa.c2
-rw-r--r--test/xa/src1/htimestampxa.h2
-rw-r--r--test/xa/src1/server.c2
-rw-r--r--test/xa/src2/bdb1.c2
-rw-r--r--test/xa/src2/bdb2.c2
-rw-r--r--test/xa/src2/client.c2
-rw-r--r--test/xa/src3/client.c2
-rw-r--r--test/xa/src3/server.c2
-rw-r--r--test/xa/src4/client.c2
-rw-r--r--test/xa/src4/server.c2
-rw-r--r--test/xa/src5/client.c2
-rw-r--r--test/xa/src5/server.c2
-rw-r--r--test/xa/utilities/bdb_xa_util.c2
-rw-r--r--test/xa/utilities/bdb_xa_util.h2
17 files changed, 17 insertions, 17 deletions
diff --git a/test/xa/src1/client.c b/test/xa/src1/client.c
index b4a738f0..9bb31f26 100644
--- a/test/xa/src1/client.c
+++ b/test/xa/src1/client.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.
*/
/*
diff --git a/test/xa/src1/datafml.h b/test/xa/src1/datafml.h
index 24362a59..5ca614b5 100644
--- a/test/xa/src1/datafml.h
+++ b/test/xa/src1/datafml.h
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.
*/
/* fname fldid */
diff --git a/test/xa/src1/hdbrec.h b/test/xa/src1/hdbrec.h
index 527c2640..d4701dd7 100644
--- a/test/xa/src1/hdbrec.h
+++ b/test/xa/src1/hdbrec.h
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.
*/
#ifndef HDBREC_H
diff --git a/test/xa/src1/htimestampxa.c b/test/xa/src1/htimestampxa.c
index 86f5c3c0..caaa8f14 100644
--- a/test/xa/src1/htimestampxa.c
+++ b/test/xa/src1/htimestampxa.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.
*/
#include <sys/types.h>
diff --git a/test/xa/src1/htimestampxa.h b/test/xa/src1/htimestampxa.h
index c80fd98b..bcf1b742 100644
--- a/test/xa/src1/htimestampxa.h
+++ b/test/xa/src1/htimestampxa.h
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.
*/
#ifndef HTIMESTAMPXA_H
diff --git a/test/xa/src1/server.c b/test/xa/src1/server.c
index d517b67c..4709176f 100644
--- a/test/xa/src1/server.c
+++ b/test/xa/src1/server.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.
*/
/*
diff --git a/test/xa/src2/bdb1.c b/test/xa/src2/bdb1.c
index 3aef6505..c723e390 100644
--- a/test/xa/src2/bdb1.c
+++ b/test/xa/src2/bdb1.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.
*/
/*
diff --git a/test/xa/src2/bdb2.c b/test/xa/src2/bdb2.c
index a185ca65..a881e556 100644
--- a/test/xa/src2/bdb2.c
+++ b/test/xa/src2/bdb2.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.
*/
/*
diff --git a/test/xa/src2/client.c b/test/xa/src2/client.c
index 698e9bbe..eb0e75b0 100644
--- a/test/xa/src2/client.c
+++ b/test/xa/src2/client.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.
*/
/*
diff --git a/test/xa/src3/client.c b/test/xa/src3/client.c
index 48ba10e4..7cc8f1a2 100644
--- a/test/xa/src3/client.c
+++ b/test/xa/src3/client.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.
*/
/*
diff --git a/test/xa/src3/server.c b/test/xa/src3/server.c
index a534c015..5ccbd70d 100644
--- a/test/xa/src3/server.c
+++ b/test/xa/src3/server.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.
*/
/*
diff --git a/test/xa/src4/client.c b/test/xa/src4/client.c
index 716f293b..12f85499 100644
--- a/test/xa/src4/client.c
+++ b/test/xa/src4/client.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.
*/
/*
diff --git a/test/xa/src4/server.c b/test/xa/src4/server.c
index e189ad45..23030bbc 100644
--- a/test/xa/src4/server.c
+++ b/test/xa/src4/server.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.
*/
/*
diff --git a/test/xa/src5/client.c b/test/xa/src5/client.c
index 2d2b13c6..a6791290 100644
--- a/test/xa/src5/client.c
+++ b/test/xa/src5/client.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.
*/
/*
diff --git a/test/xa/src5/server.c b/test/xa/src5/server.c
index ea725320..c23bdd2d 100644
--- a/test/xa/src5/server.c
+++ b/test/xa/src5/server.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.
*/
#include <stdio.h>
diff --git a/test/xa/utilities/bdb_xa_util.c b/test/xa/utilities/bdb_xa_util.c
index a1182b3f..f4e9b8ec 100644
--- a/test/xa/utilities/bdb_xa_util.c
+++ b/test/xa/utilities/bdb_xa_util.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.
*/
#include "../utilities/bdb_xa_util.h"
diff --git a/test/xa/utilities/bdb_xa_util.h b/test/xa/utilities/bdb_xa_util.h
index 2f960143..27961f4a 100644
--- a/test/xa/utilities/bdb_xa_util.h
+++ b/test/xa/utilities/bdb_xa_util.h
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.
*/
#include <pthread.h>