summaryrefslogtreecommitdiff
path: root/test/java/rep
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/java/rep
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/java/rep')
-rw-r--r--test/java/rep/tests/rep/TestEmptyLogElection.java2
-rw-r--r--test/java/rep/tests/rep/TestMirandaTimeout.java2
-rw-r--r--test/java/rep/tests/repmgrtests/EventHandler.java2
-rw-r--r--test/java/rep/tests/repmgrtests/PortsConfig.java2
-rw-r--r--test/java/rep/tests/repmgrtests/TestConfig.java2
-rw-r--r--test/java/rep/tests/repmgrtests/TestDrainAbandon.java2
-rw-r--r--test/java/rep/tests/repmgrtests/TestDrainCommitx.java2
-rw-r--r--test/java/rep/tests/repmgrtests/TestDrainIntInit.java2
-rw-r--r--test/java/rep/tests/repmgrtests/TestHeartbeats.java2
-rw-r--r--test/java/rep/tests/repmgrtests/TestNoClient.java2
-rw-r--r--test/java/rep/tests/repmgrtests/TestRedundantTakeover.java2
-rw-r--r--test/java/rep/tests/repmgrtests/TestRepmgr.java2
-rw-r--r--test/java/rep/tests/repmgrtests/TestStrictElect.java2
-rw-r--r--test/java/rep/tests/repmgrtests/Util.java2
-rw-r--r--test/java/rep/upgrades/current/repmgrtests/ConnectScript.java2
-rw-r--r--test/java/rep/upgrades/current/repmgrtests/CurrentImpl.java2
-rw-r--r--test/java/rep/upgrades/test/repmgrtests/AbstractUpgTest.java2
-rw-r--r--test/java/rep/upgrades/test/repmgrtests/Config.java2
-rw-r--r--test/java/rep/upgrades/test/repmgrtests/MyStats.java2
-rw-r--r--test/java/rep/upgrades/test/repmgrtests/SimpleConnectTest.java2
-rw-r--r--test/java/rep/upgrades/test/repmgrtests/TestMixedHeartbeats.java2
-rw-r--r--test/java/rep/upgrades/test/repmgrtests/TestReverseConnect.java2
-rw-r--r--test/java/rep/upgrades/test/repmgrtests/TestSimpleFwdConnect.java2
-rw-r--r--test/java/rep/upgrades/test/repmgrtests/TestSimpleRevConnect.java2
-rw-r--r--test/java/rep/upgrades/v46/repmgrtests/V46impl.java2
-rw-r--r--test/java/rep/upgrades/v47/repmgrtests/ConnectScript.java2
26 files changed, 26 insertions, 26 deletions
diff --git a/test/java/rep/tests/rep/TestEmptyLogElection.java b/test/java/rep/tests/rep/TestEmptyLogElection.java
index 709babe2..7d215e9e 100644
--- a/test/java/rep/tests/rep/TestEmptyLogElection.java
+++ b/test/java/rep/tests/rep/TestEmptyLogElection.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/test/java/rep/tests/rep/TestMirandaTimeout.java b/test/java/rep/tests/rep/TestMirandaTimeout.java
index 138d2fc8..88aa4788 100644
--- a/test/java/rep/tests/rep/TestMirandaTimeout.java
+++ b/test/java/rep/tests/rep/TestMirandaTimeout.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/test/java/rep/tests/repmgrtests/EventHandler.java b/test/java/rep/tests/repmgrtests/EventHandler.java
index 06bac58b..f9aeb14f 100644
--- a/test/java/rep/tests/repmgrtests/EventHandler.java
+++ b/test/java/rep/tests/repmgrtests/EventHandler.java
@@ -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/java/rep/tests/repmgrtests/PortsConfig.java b/test/java/rep/tests/repmgrtests/PortsConfig.java
index c664be16..b549fa9a 100644
--- a/test/java/rep/tests/repmgrtests/PortsConfig.java
+++ b/test/java/rep/tests/repmgrtests/PortsConfig.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/test/java/rep/tests/repmgrtests/TestConfig.java b/test/java/rep/tests/repmgrtests/TestConfig.java
index 5adb42dd..2862a1ae 100644
--- a/test/java/rep/tests/repmgrtests/TestConfig.java
+++ b/test/java/rep/tests/repmgrtests/TestConfig.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/test/java/rep/tests/repmgrtests/TestDrainAbandon.java b/test/java/rep/tests/repmgrtests/TestDrainAbandon.java
index 77133804..b7d57592 100644
--- a/test/java/rep/tests/repmgrtests/TestDrainAbandon.java
+++ b/test/java/rep/tests/repmgrtests/TestDrainAbandon.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/test/java/rep/tests/repmgrtests/TestDrainCommitx.java b/test/java/rep/tests/repmgrtests/TestDrainCommitx.java
index b7deef9d..1c4f2696 100644
--- a/test/java/rep/tests/repmgrtests/TestDrainCommitx.java
+++ b/test/java/rep/tests/repmgrtests/TestDrainCommitx.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/test/java/rep/tests/repmgrtests/TestDrainIntInit.java b/test/java/rep/tests/repmgrtests/TestDrainIntInit.java
index 260285d6..dbc39a73 100644
--- a/test/java/rep/tests/repmgrtests/TestDrainIntInit.java
+++ b/test/java/rep/tests/repmgrtests/TestDrainIntInit.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/test/java/rep/tests/repmgrtests/TestHeartbeats.java b/test/java/rep/tests/repmgrtests/TestHeartbeats.java
index 67830632..8d97529b 100644
--- a/test/java/rep/tests/repmgrtests/TestHeartbeats.java
+++ b/test/java/rep/tests/repmgrtests/TestHeartbeats.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/test/java/rep/tests/repmgrtests/TestNoClient.java b/test/java/rep/tests/repmgrtests/TestNoClient.java
index 0ef71258..49bed5e5 100644
--- a/test/java/rep/tests/repmgrtests/TestNoClient.java
+++ b/test/java/rep/tests/repmgrtests/TestNoClient.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/test/java/rep/tests/repmgrtests/TestRedundantTakeover.java b/test/java/rep/tests/repmgrtests/TestRedundantTakeover.java
index b0127ad1..8d64da2d 100644
--- a/test/java/rep/tests/repmgrtests/TestRedundantTakeover.java
+++ b/test/java/rep/tests/repmgrtests/TestRedundantTakeover.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/test/java/rep/tests/repmgrtests/TestRepmgr.java b/test/java/rep/tests/repmgrtests/TestRepmgr.java
index 25fe19f8..2d31329f 100644
--- a/test/java/rep/tests/repmgrtests/TestRepmgr.java
+++ b/test/java/rep/tests/repmgrtests/TestRepmgr.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/test/java/rep/tests/repmgrtests/TestStrictElect.java b/test/java/rep/tests/repmgrtests/TestStrictElect.java
index fdc74ca0..a4329a21 100644
--- a/test/java/rep/tests/repmgrtests/TestStrictElect.java
+++ b/test/java/rep/tests/repmgrtests/TestStrictElect.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/test/java/rep/tests/repmgrtests/Util.java b/test/java/rep/tests/repmgrtests/Util.java
index f059941c..712e883b 100644
--- a/test/java/rep/tests/repmgrtests/Util.java
+++ b/test/java/rep/tests/repmgrtests/Util.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/test/java/rep/upgrades/current/repmgrtests/ConnectScript.java b/test/java/rep/upgrades/current/repmgrtests/ConnectScript.java
index bca9522d..26379ab4 100644
--- a/test/java/rep/upgrades/current/repmgrtests/ConnectScript.java
+++ b/test/java/rep/upgrades/current/repmgrtests/ConnectScript.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/test/java/rep/upgrades/current/repmgrtests/CurrentImpl.java b/test/java/rep/upgrades/current/repmgrtests/CurrentImpl.java
index ff776417..0b755705 100644
--- a/test/java/rep/upgrades/current/repmgrtests/CurrentImpl.java
+++ b/test/java/rep/upgrades/current/repmgrtests/CurrentImpl.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/test/java/rep/upgrades/test/repmgrtests/AbstractUpgTest.java b/test/java/rep/upgrades/test/repmgrtests/AbstractUpgTest.java
index 009cee85..7a545df0 100644
--- a/test/java/rep/upgrades/test/repmgrtests/AbstractUpgTest.java
+++ b/test/java/rep/upgrades/test/repmgrtests/AbstractUpgTest.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/test/java/rep/upgrades/test/repmgrtests/Config.java b/test/java/rep/upgrades/test/repmgrtests/Config.java
index cf28a917..1d2fe899 100644
--- a/test/java/rep/upgrades/test/repmgrtests/Config.java
+++ b/test/java/rep/upgrades/test/repmgrtests/Config.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/test/java/rep/upgrades/test/repmgrtests/MyStats.java b/test/java/rep/upgrades/test/repmgrtests/MyStats.java
index fed0f565..6b43f802 100644
--- a/test/java/rep/upgrades/test/repmgrtests/MyStats.java
+++ b/test/java/rep/upgrades/test/repmgrtests/MyStats.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/test/java/rep/upgrades/test/repmgrtests/SimpleConnectTest.java b/test/java/rep/upgrades/test/repmgrtests/SimpleConnectTest.java
index e0668bc4..ccca4def 100644
--- a/test/java/rep/upgrades/test/repmgrtests/SimpleConnectTest.java
+++ b/test/java/rep/upgrades/test/repmgrtests/SimpleConnectTest.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/test/java/rep/upgrades/test/repmgrtests/TestMixedHeartbeats.java b/test/java/rep/upgrades/test/repmgrtests/TestMixedHeartbeats.java
index 387fb42e..c6b5b012 100644
--- a/test/java/rep/upgrades/test/repmgrtests/TestMixedHeartbeats.java
+++ b/test/java/rep/upgrades/test/repmgrtests/TestMixedHeartbeats.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/test/java/rep/upgrades/test/repmgrtests/TestReverseConnect.java b/test/java/rep/upgrades/test/repmgrtests/TestReverseConnect.java
index c45328d6..d278b47a 100644
--- a/test/java/rep/upgrades/test/repmgrtests/TestReverseConnect.java
+++ b/test/java/rep/upgrades/test/repmgrtests/TestReverseConnect.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/test/java/rep/upgrades/test/repmgrtests/TestSimpleFwdConnect.java b/test/java/rep/upgrades/test/repmgrtests/TestSimpleFwdConnect.java
index 9aa4ae52..17e34ebb 100644
--- a/test/java/rep/upgrades/test/repmgrtests/TestSimpleFwdConnect.java
+++ b/test/java/rep/upgrades/test/repmgrtests/TestSimpleFwdConnect.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/test/java/rep/upgrades/test/repmgrtests/TestSimpleRevConnect.java b/test/java/rep/upgrades/test/repmgrtests/TestSimpleRevConnect.java
index db9ba505..903533d9 100644
--- a/test/java/rep/upgrades/test/repmgrtests/TestSimpleRevConnect.java
+++ b/test/java/rep/upgrades/test/repmgrtests/TestSimpleRevConnect.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/test/java/rep/upgrades/v46/repmgrtests/V46impl.java b/test/java/rep/upgrades/v46/repmgrtests/V46impl.java
index af85293a..9127ff04 100644
--- a/test/java/rep/upgrades/v46/repmgrtests/V46impl.java
+++ b/test/java/rep/upgrades/v46/repmgrtests/V46impl.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/test/java/rep/upgrades/v47/repmgrtests/ConnectScript.java b/test/java/rep/upgrades/v47/repmgrtests/ConnectScript.java
index 08a7f36f..718a805b 100644
--- a/test/java/rep/upgrades/v47/repmgrtests/ConnectScript.java
+++ b/test/java/rep/upgrades/v47/repmgrtests/ConnectScript.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/