summaryrefslogtreecommitdiff
path: root/lang/java/src/com/sleepycat/collections
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 /lang/java/src/com/sleepycat/collections
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 'lang/java/src/com/sleepycat/collections')
-rw-r--r--lang/java/src/com/sleepycat/collections/BaseIterator.java2
-rw-r--r--lang/java/src/com/sleepycat/collections/BlockIterator.java2
-rw-r--r--lang/java/src/com/sleepycat/collections/CurrentTransaction.java2
-rw-r--r--lang/java/src/com/sleepycat/collections/DataCursor.java2
-rw-r--r--lang/java/src/com/sleepycat/collections/DataView.java2
-rw-r--r--lang/java/src/com/sleepycat/collections/MapEntryParameter.java2
-rw-r--r--lang/java/src/com/sleepycat/collections/MyRangeCursor.java2
-rw-r--r--lang/java/src/com/sleepycat/collections/PrimaryKeyAssigner.java2
-rw-r--r--lang/java/src/com/sleepycat/collections/StoredCollection.java2
-rw-r--r--lang/java/src/com/sleepycat/collections/StoredCollections.java2
-rw-r--r--lang/java/src/com/sleepycat/collections/StoredContainer.java2
-rw-r--r--lang/java/src/com/sleepycat/collections/StoredEntrySet.java2
-rw-r--r--lang/java/src/com/sleepycat/collections/StoredIterator.java2
-rw-r--r--lang/java/src/com/sleepycat/collections/StoredKeySet.java2
-rw-r--r--lang/java/src/com/sleepycat/collections/StoredList.java2
-rw-r--r--lang/java/src/com/sleepycat/collections/StoredMap.java2
-rw-r--r--lang/java/src/com/sleepycat/collections/StoredMapEntry.java2
-rw-r--r--lang/java/src/com/sleepycat/collections/StoredSortedEntrySet.java2
-rw-r--r--lang/java/src/com/sleepycat/collections/StoredSortedKeySet.java2
-rw-r--r--lang/java/src/com/sleepycat/collections/StoredSortedMap.java2
-rw-r--r--lang/java/src/com/sleepycat/collections/StoredSortedValueSet.java2
-rw-r--r--lang/java/src/com/sleepycat/collections/StoredValueSet.java2
-rw-r--r--lang/java/src/com/sleepycat/collections/TransactionRunner.java2
-rw-r--r--lang/java/src/com/sleepycat/collections/TransactionWorker.java2
-rw-r--r--lang/java/src/com/sleepycat/collections/TupleSerialFactory.java2
-rw-r--r--lang/java/src/com/sleepycat/collections/package.html2
26 files changed, 26 insertions, 26 deletions
diff --git a/lang/java/src/com/sleepycat/collections/BaseIterator.java b/lang/java/src/com/sleepycat/collections/BaseIterator.java
index 2a55a632..e794c310 100644
--- a/lang/java/src/com/sleepycat/collections/BaseIterator.java
+++ b/lang/java/src/com/sleepycat/collections/BaseIterator.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/collections/BlockIterator.java b/lang/java/src/com/sleepycat/collections/BlockIterator.java
index 60a3b3ba..26fc6c24 100644
--- a/lang/java/src/com/sleepycat/collections/BlockIterator.java
+++ b/lang/java/src/com/sleepycat/collections/BlockIterator.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/collections/CurrentTransaction.java b/lang/java/src/com/sleepycat/collections/CurrentTransaction.java
index 8119c264..15f8b89b 100644
--- a/lang/java/src/com/sleepycat/collections/CurrentTransaction.java
+++ b/lang/java/src/com/sleepycat/collections/CurrentTransaction.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/collections/DataCursor.java b/lang/java/src/com/sleepycat/collections/DataCursor.java
index a4ac6cdd..b43e784a 100644
--- a/lang/java/src/com/sleepycat/collections/DataCursor.java
+++ b/lang/java/src/com/sleepycat/collections/DataCursor.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/collections/DataView.java b/lang/java/src/com/sleepycat/collections/DataView.java
index f410b442..c6c4e6a6 100644
--- a/lang/java/src/com/sleepycat/collections/DataView.java
+++ b/lang/java/src/com/sleepycat/collections/DataView.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/collections/MapEntryParameter.java b/lang/java/src/com/sleepycat/collections/MapEntryParameter.java
index e5a3d644..2b906868 100644
--- a/lang/java/src/com/sleepycat/collections/MapEntryParameter.java
+++ b/lang/java/src/com/sleepycat/collections/MapEntryParameter.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/collections/MyRangeCursor.java b/lang/java/src/com/sleepycat/collections/MyRangeCursor.java
index c8e9498a..5141a69b 100644
--- a/lang/java/src/com/sleepycat/collections/MyRangeCursor.java
+++ b/lang/java/src/com/sleepycat/collections/MyRangeCursor.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/collections/PrimaryKeyAssigner.java b/lang/java/src/com/sleepycat/collections/PrimaryKeyAssigner.java
index 127d6064..76defe6c 100644
--- a/lang/java/src/com/sleepycat/collections/PrimaryKeyAssigner.java
+++ b/lang/java/src/com/sleepycat/collections/PrimaryKeyAssigner.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/collections/StoredCollection.java b/lang/java/src/com/sleepycat/collections/StoredCollection.java
index 3dcfcb9b..026944e5 100644
--- a/lang/java/src/com/sleepycat/collections/StoredCollection.java
+++ b/lang/java/src/com/sleepycat/collections/StoredCollection.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/collections/StoredCollections.java b/lang/java/src/com/sleepycat/collections/StoredCollections.java
index d7bd4fec..42620e16 100644
--- a/lang/java/src/com/sleepycat/collections/StoredCollections.java
+++ b/lang/java/src/com/sleepycat/collections/StoredCollections.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/collections/StoredContainer.java b/lang/java/src/com/sleepycat/collections/StoredContainer.java
index b63ac0de..3cee5a02 100644
--- a/lang/java/src/com/sleepycat/collections/StoredContainer.java
+++ b/lang/java/src/com/sleepycat/collections/StoredContainer.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/collections/StoredEntrySet.java b/lang/java/src/com/sleepycat/collections/StoredEntrySet.java
index 5134cb16..2c5103f9 100644
--- a/lang/java/src/com/sleepycat/collections/StoredEntrySet.java
+++ b/lang/java/src/com/sleepycat/collections/StoredEntrySet.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/collections/StoredIterator.java b/lang/java/src/com/sleepycat/collections/StoredIterator.java
index fc35d005..29d24ff1 100644
--- a/lang/java/src/com/sleepycat/collections/StoredIterator.java
+++ b/lang/java/src/com/sleepycat/collections/StoredIterator.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/collections/StoredKeySet.java b/lang/java/src/com/sleepycat/collections/StoredKeySet.java
index bc3864ad..c41aa87a 100644
--- a/lang/java/src/com/sleepycat/collections/StoredKeySet.java
+++ b/lang/java/src/com/sleepycat/collections/StoredKeySet.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/collections/StoredList.java b/lang/java/src/com/sleepycat/collections/StoredList.java
index 6e35167a..490687fc 100644
--- a/lang/java/src/com/sleepycat/collections/StoredList.java
+++ b/lang/java/src/com/sleepycat/collections/StoredList.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/collections/StoredMap.java b/lang/java/src/com/sleepycat/collections/StoredMap.java
index 1e9449a1..7224718c 100644
--- a/lang/java/src/com/sleepycat/collections/StoredMap.java
+++ b/lang/java/src/com/sleepycat/collections/StoredMap.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/collections/StoredMapEntry.java b/lang/java/src/com/sleepycat/collections/StoredMapEntry.java
index 0d60def4..23ea3499 100644
--- a/lang/java/src/com/sleepycat/collections/StoredMapEntry.java
+++ b/lang/java/src/com/sleepycat/collections/StoredMapEntry.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/collections/StoredSortedEntrySet.java b/lang/java/src/com/sleepycat/collections/StoredSortedEntrySet.java
index 4569a48d..438fa661 100644
--- a/lang/java/src/com/sleepycat/collections/StoredSortedEntrySet.java
+++ b/lang/java/src/com/sleepycat/collections/StoredSortedEntrySet.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/collections/StoredSortedKeySet.java b/lang/java/src/com/sleepycat/collections/StoredSortedKeySet.java
index 006e76c7..96957d52 100644
--- a/lang/java/src/com/sleepycat/collections/StoredSortedKeySet.java
+++ b/lang/java/src/com/sleepycat/collections/StoredSortedKeySet.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/collections/StoredSortedMap.java b/lang/java/src/com/sleepycat/collections/StoredSortedMap.java
index 8c57a876..5f3350b2 100644
--- a/lang/java/src/com/sleepycat/collections/StoredSortedMap.java
+++ b/lang/java/src/com/sleepycat/collections/StoredSortedMap.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/collections/StoredSortedValueSet.java b/lang/java/src/com/sleepycat/collections/StoredSortedValueSet.java
index 5c1bd9a0..d257fc22 100644
--- a/lang/java/src/com/sleepycat/collections/StoredSortedValueSet.java
+++ b/lang/java/src/com/sleepycat/collections/StoredSortedValueSet.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/collections/StoredValueSet.java b/lang/java/src/com/sleepycat/collections/StoredValueSet.java
index b8001b9a..99a93b71 100644
--- a/lang/java/src/com/sleepycat/collections/StoredValueSet.java
+++ b/lang/java/src/com/sleepycat/collections/StoredValueSet.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/collections/TransactionRunner.java b/lang/java/src/com/sleepycat/collections/TransactionRunner.java
index 08d27e97..99399d01 100644
--- a/lang/java/src/com/sleepycat/collections/TransactionRunner.java
+++ b/lang/java/src/com/sleepycat/collections/TransactionRunner.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/collections/TransactionWorker.java b/lang/java/src/com/sleepycat/collections/TransactionWorker.java
index 1cb47b1f..4aa1ec5f 100644
--- a/lang/java/src/com/sleepycat/collections/TransactionWorker.java
+++ b/lang/java/src/com/sleepycat/collections/TransactionWorker.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/collections/TupleSerialFactory.java b/lang/java/src/com/sleepycat/collections/TupleSerialFactory.java
index c732eeab..cb27859a 100644
--- a/lang/java/src/com/sleepycat/collections/TupleSerialFactory.java
+++ b/lang/java/src/com/sleepycat/collections/TupleSerialFactory.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/collections/package.html b/lang/java/src/com/sleepycat/collections/package.html
index 57d82c7a..3298e1e1 100644
--- a/lang/java/src/com/sleepycat/collections/package.html
+++ b/lang/java/src/com/sleepycat/collections/package.html
@@ -4,7 +4,7 @@
See the file LICENSE for redistribution information.
- Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2002, 2015 Oracle. All rights reserved.
-->