summaryrefslogtreecommitdiff
path: root/lang/java/src/com/sleepycat/persist/impl
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/persist/impl
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/persist/impl')
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/AbstractInput.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/Accessor.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/Catalog.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/CollectionProxy.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/ComparatorCatalog.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/ComplexFormat.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/CompositeKeyFormat.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/ConverterReader.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/Enhanced.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/EnhancedAccessor.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/EntityInput.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/EntityOutput.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/EnumFormat.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/Evolver.java6
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/FieldInfo.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/Format.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/KeyLocation.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/MapProxy.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/NonPersistentFormat.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/ObjectArrayFormat.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/PersistCatalog.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/PersistComparator.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/PersistEntityBinding.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/PersistKeyAssigner.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/PersistKeyBinding.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/PersistKeyCreator.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/PrimitiveArrayFormat.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/ProxiedFormat.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/RawAbstractInput.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/RawAccessor.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/RawArrayInput.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/RawComplexInput.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/RawSingleInput.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/ReadOnlyCatalog.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/Reader.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/RecordInput.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/RecordOutput.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/ReflectionAccessor.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/RefreshException.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/SimpleCatalog.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/SimpleFormat.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/Store.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/StoredModel.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/VisitedObjects.java2
-rw-r--r--lang/java/src/com/sleepycat/persist/impl/WidenerInput.java2
45 files changed, 47 insertions, 47 deletions
diff --git a/lang/java/src/com/sleepycat/persist/impl/AbstractInput.java b/lang/java/src/com/sleepycat/persist/impl/AbstractInput.java
index 045118b7..87801076 100644
--- a/lang/java/src/com/sleepycat/persist/impl/AbstractInput.java
+++ b/lang/java/src/com/sleepycat/persist/impl/AbstractInput.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/Accessor.java b/lang/java/src/com/sleepycat/persist/impl/Accessor.java
index c0e8551e..b41431b9 100644
--- a/lang/java/src/com/sleepycat/persist/impl/Accessor.java
+++ b/lang/java/src/com/sleepycat/persist/impl/Accessor.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/Catalog.java b/lang/java/src/com/sleepycat/persist/impl/Catalog.java
index fb41b117..4c7a9a61 100644
--- a/lang/java/src/com/sleepycat/persist/impl/Catalog.java
+++ b/lang/java/src/com/sleepycat/persist/impl/Catalog.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/CollectionProxy.java b/lang/java/src/com/sleepycat/persist/impl/CollectionProxy.java
index bc4fcf4d..e58f95a1 100644
--- a/lang/java/src/com/sleepycat/persist/impl/CollectionProxy.java
+++ b/lang/java/src/com/sleepycat/persist/impl/CollectionProxy.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/ComparatorCatalog.java b/lang/java/src/com/sleepycat/persist/impl/ComparatorCatalog.java
index 8cb5e96d..580e6d63 100644
--- a/lang/java/src/com/sleepycat/persist/impl/ComparatorCatalog.java
+++ b/lang/java/src/com/sleepycat/persist/impl/ComparatorCatalog.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/ComplexFormat.java b/lang/java/src/com/sleepycat/persist/impl/ComplexFormat.java
index 61247cca..4b8318d7 100644
--- a/lang/java/src/com/sleepycat/persist/impl/ComplexFormat.java
+++ b/lang/java/src/com/sleepycat/persist/impl/ComplexFormat.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/CompositeKeyFormat.java b/lang/java/src/com/sleepycat/persist/impl/CompositeKeyFormat.java
index cf95a3b9..19e8310b 100644
--- a/lang/java/src/com/sleepycat/persist/impl/CompositeKeyFormat.java
+++ b/lang/java/src/com/sleepycat/persist/impl/CompositeKeyFormat.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/ConverterReader.java b/lang/java/src/com/sleepycat/persist/impl/ConverterReader.java
index a67b2f2b..6c69c93d 100644
--- a/lang/java/src/com/sleepycat/persist/impl/ConverterReader.java
+++ b/lang/java/src/com/sleepycat/persist/impl/ConverterReader.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/Enhanced.java b/lang/java/src/com/sleepycat/persist/impl/Enhanced.java
index 756e3631..de087e30 100644
--- a/lang/java/src/com/sleepycat/persist/impl/Enhanced.java
+++ b/lang/java/src/com/sleepycat/persist/impl/Enhanced.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/EnhancedAccessor.java b/lang/java/src/com/sleepycat/persist/impl/EnhancedAccessor.java
index 5fedb0b3..575feae3 100644
--- a/lang/java/src/com/sleepycat/persist/impl/EnhancedAccessor.java
+++ b/lang/java/src/com/sleepycat/persist/impl/EnhancedAccessor.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/EntityInput.java b/lang/java/src/com/sleepycat/persist/impl/EntityInput.java
index 0010d427..13773cb5 100644
--- a/lang/java/src/com/sleepycat/persist/impl/EntityInput.java
+++ b/lang/java/src/com/sleepycat/persist/impl/EntityInput.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/EntityOutput.java b/lang/java/src/com/sleepycat/persist/impl/EntityOutput.java
index 252f1631..9b3b0e0c 100644
--- a/lang/java/src/com/sleepycat/persist/impl/EntityOutput.java
+++ b/lang/java/src/com/sleepycat/persist/impl/EntityOutput.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/EnumFormat.java b/lang/java/src/com/sleepycat/persist/impl/EnumFormat.java
index 4b292f1a..b6136de4 100644
--- a/lang/java/src/com/sleepycat/persist/impl/EnumFormat.java
+++ b/lang/java/src/com/sleepycat/persist/impl/EnumFormat.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/Evolver.java b/lang/java/src/com/sleepycat/persist/impl/Evolver.java
index b1d180b7..f4cd155c 100644
--- a/lang/java/src/com/sleepycat/persist/impl/Evolver.java
+++ b/lang/java/src/com/sleepycat/persist/impl/Evolver.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
@@ -355,8 +355,8 @@ class Evolver {
return false;
}
if (oldLatestFormat == oldLatestFormat.getLatestVersion()) {
- assert !newFormats.containsValue(newFormat) : newFormat;
- /* newFormat equals oldLatestFormat and was discarded. */
+ /* newFormat is no longer relevant [#21869]. */
+ newFormats.remove(newFormat.getClassName());
newFormat = oldLatestFormat;
}
}
diff --git a/lang/java/src/com/sleepycat/persist/impl/FieldInfo.java b/lang/java/src/com/sleepycat/persist/impl/FieldInfo.java
index 1e14193c..5020473c 100644
--- a/lang/java/src/com/sleepycat/persist/impl/FieldInfo.java
+++ b/lang/java/src/com/sleepycat/persist/impl/FieldInfo.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/Format.java b/lang/java/src/com/sleepycat/persist/impl/Format.java
index 060beeb7..8c614d1f 100644
--- a/lang/java/src/com/sleepycat/persist/impl/Format.java
+++ b/lang/java/src/com/sleepycat/persist/impl/Format.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/KeyLocation.java b/lang/java/src/com/sleepycat/persist/impl/KeyLocation.java
index c9ac5bbc..a1460dce 100644
--- a/lang/java/src/com/sleepycat/persist/impl/KeyLocation.java
+++ b/lang/java/src/com/sleepycat/persist/impl/KeyLocation.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/MapProxy.java b/lang/java/src/com/sleepycat/persist/impl/MapProxy.java
index 9b55fff5..b4094007 100644
--- a/lang/java/src/com/sleepycat/persist/impl/MapProxy.java
+++ b/lang/java/src/com/sleepycat/persist/impl/MapProxy.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/NonPersistentFormat.java b/lang/java/src/com/sleepycat/persist/impl/NonPersistentFormat.java
index d2217a77..16fcc578 100644
--- a/lang/java/src/com/sleepycat/persist/impl/NonPersistentFormat.java
+++ b/lang/java/src/com/sleepycat/persist/impl/NonPersistentFormat.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/ObjectArrayFormat.java b/lang/java/src/com/sleepycat/persist/impl/ObjectArrayFormat.java
index 58716811..5ad772a3 100644
--- a/lang/java/src/com/sleepycat/persist/impl/ObjectArrayFormat.java
+++ b/lang/java/src/com/sleepycat/persist/impl/ObjectArrayFormat.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/PersistCatalog.java b/lang/java/src/com/sleepycat/persist/impl/PersistCatalog.java
index 1f5e3b37..2c7225ee 100644
--- a/lang/java/src/com/sleepycat/persist/impl/PersistCatalog.java
+++ b/lang/java/src/com/sleepycat/persist/impl/PersistCatalog.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/PersistComparator.java b/lang/java/src/com/sleepycat/persist/impl/PersistComparator.java
index aff47fd5..eb4a50a2 100644
--- a/lang/java/src/com/sleepycat/persist/impl/PersistComparator.java
+++ b/lang/java/src/com/sleepycat/persist/impl/PersistComparator.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/PersistEntityBinding.java b/lang/java/src/com/sleepycat/persist/impl/PersistEntityBinding.java
index 3e03356d..ddb1dc99 100644
--- a/lang/java/src/com/sleepycat/persist/impl/PersistEntityBinding.java
+++ b/lang/java/src/com/sleepycat/persist/impl/PersistEntityBinding.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/PersistKeyAssigner.java b/lang/java/src/com/sleepycat/persist/impl/PersistKeyAssigner.java
index 940b25e9..7cdd8233 100644
--- a/lang/java/src/com/sleepycat/persist/impl/PersistKeyAssigner.java
+++ b/lang/java/src/com/sleepycat/persist/impl/PersistKeyAssigner.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/PersistKeyBinding.java b/lang/java/src/com/sleepycat/persist/impl/PersistKeyBinding.java
index 05b441fc..0514a470 100644
--- a/lang/java/src/com/sleepycat/persist/impl/PersistKeyBinding.java
+++ b/lang/java/src/com/sleepycat/persist/impl/PersistKeyBinding.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/PersistKeyCreator.java b/lang/java/src/com/sleepycat/persist/impl/PersistKeyCreator.java
index 00725bb8..95b4297a 100644
--- a/lang/java/src/com/sleepycat/persist/impl/PersistKeyCreator.java
+++ b/lang/java/src/com/sleepycat/persist/impl/PersistKeyCreator.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/PrimitiveArrayFormat.java b/lang/java/src/com/sleepycat/persist/impl/PrimitiveArrayFormat.java
index f890a89a..fd3fdd58 100644
--- a/lang/java/src/com/sleepycat/persist/impl/PrimitiveArrayFormat.java
+++ b/lang/java/src/com/sleepycat/persist/impl/PrimitiveArrayFormat.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/ProxiedFormat.java b/lang/java/src/com/sleepycat/persist/impl/ProxiedFormat.java
index 1a9af940..37b309f8 100644
--- a/lang/java/src/com/sleepycat/persist/impl/ProxiedFormat.java
+++ b/lang/java/src/com/sleepycat/persist/impl/ProxiedFormat.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/RawAbstractInput.java b/lang/java/src/com/sleepycat/persist/impl/RawAbstractInput.java
index cc0f180f..c2234586 100644
--- a/lang/java/src/com/sleepycat/persist/impl/RawAbstractInput.java
+++ b/lang/java/src/com/sleepycat/persist/impl/RawAbstractInput.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/RawAccessor.java b/lang/java/src/com/sleepycat/persist/impl/RawAccessor.java
index cb327f1e..2164c92d 100644
--- a/lang/java/src/com/sleepycat/persist/impl/RawAccessor.java
+++ b/lang/java/src/com/sleepycat/persist/impl/RawAccessor.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/RawArrayInput.java b/lang/java/src/com/sleepycat/persist/impl/RawArrayInput.java
index 8907bc1a..1cadb91a 100644
--- a/lang/java/src/com/sleepycat/persist/impl/RawArrayInput.java
+++ b/lang/java/src/com/sleepycat/persist/impl/RawArrayInput.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/RawComplexInput.java b/lang/java/src/com/sleepycat/persist/impl/RawComplexInput.java
index 0999cd6b..9955a33b 100644
--- a/lang/java/src/com/sleepycat/persist/impl/RawComplexInput.java
+++ b/lang/java/src/com/sleepycat/persist/impl/RawComplexInput.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/RawSingleInput.java b/lang/java/src/com/sleepycat/persist/impl/RawSingleInput.java
index 4159b6b1..9b342a62 100644
--- a/lang/java/src/com/sleepycat/persist/impl/RawSingleInput.java
+++ b/lang/java/src/com/sleepycat/persist/impl/RawSingleInput.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/ReadOnlyCatalog.java b/lang/java/src/com/sleepycat/persist/impl/ReadOnlyCatalog.java
index 7892878d..59dedabc 100644
--- a/lang/java/src/com/sleepycat/persist/impl/ReadOnlyCatalog.java
+++ b/lang/java/src/com/sleepycat/persist/impl/ReadOnlyCatalog.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/Reader.java b/lang/java/src/com/sleepycat/persist/impl/Reader.java
index b5058273..bb1755cc 100644
--- a/lang/java/src/com/sleepycat/persist/impl/Reader.java
+++ b/lang/java/src/com/sleepycat/persist/impl/Reader.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/RecordInput.java b/lang/java/src/com/sleepycat/persist/impl/RecordInput.java
index bdd13aff..55dd7fc8 100644
--- a/lang/java/src/com/sleepycat/persist/impl/RecordInput.java
+++ b/lang/java/src/com/sleepycat/persist/impl/RecordInput.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/RecordOutput.java b/lang/java/src/com/sleepycat/persist/impl/RecordOutput.java
index 36e2a029..e9022959 100644
--- a/lang/java/src/com/sleepycat/persist/impl/RecordOutput.java
+++ b/lang/java/src/com/sleepycat/persist/impl/RecordOutput.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/ReflectionAccessor.java b/lang/java/src/com/sleepycat/persist/impl/ReflectionAccessor.java
index e8c2e61c..11c1761f 100644
--- a/lang/java/src/com/sleepycat/persist/impl/ReflectionAccessor.java
+++ b/lang/java/src/com/sleepycat/persist/impl/ReflectionAccessor.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/RefreshException.java b/lang/java/src/com/sleepycat/persist/impl/RefreshException.java
index ffdadfb2..b8df07b3 100644
--- a/lang/java/src/com/sleepycat/persist/impl/RefreshException.java
+++ b/lang/java/src/com/sleepycat/persist/impl/RefreshException.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/SimpleCatalog.java b/lang/java/src/com/sleepycat/persist/impl/SimpleCatalog.java
index f021420d..a2a9a4a1 100644
--- a/lang/java/src/com/sleepycat/persist/impl/SimpleCatalog.java
+++ b/lang/java/src/com/sleepycat/persist/impl/SimpleCatalog.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/SimpleFormat.java b/lang/java/src/com/sleepycat/persist/impl/SimpleFormat.java
index d83f19e4..3a7364f4 100644
--- a/lang/java/src/com/sleepycat/persist/impl/SimpleFormat.java
+++ b/lang/java/src/com/sleepycat/persist/impl/SimpleFormat.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/Store.java b/lang/java/src/com/sleepycat/persist/impl/Store.java
index 895ad968..164613a1 100644
--- a/lang/java/src/com/sleepycat/persist/impl/Store.java
+++ b/lang/java/src/com/sleepycat/persist/impl/Store.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/StoredModel.java b/lang/java/src/com/sleepycat/persist/impl/StoredModel.java
index 725a5748..b764331b 100644
--- a/lang/java/src/com/sleepycat/persist/impl/StoredModel.java
+++ b/lang/java/src/com/sleepycat/persist/impl/StoredModel.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/VisitedObjects.java b/lang/java/src/com/sleepycat/persist/impl/VisitedObjects.java
index aee70255..959ba082 100644
--- a/lang/java/src/com/sleepycat/persist/impl/VisitedObjects.java
+++ b/lang/java/src/com/sleepycat/persist/impl/VisitedObjects.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
* $Id: VisitedObjects.java,v 0f73af5ae3da 2010/05/10 05:38:40 alexander $
*/
diff --git a/lang/java/src/com/sleepycat/persist/impl/WidenerInput.java b/lang/java/src/com/sleepycat/persist/impl/WidenerInput.java
index 752f136b..5fb1a0ef 100644
--- a/lang/java/src/com/sleepycat/persist/impl/WidenerInput.java
+++ b/lang/java/src/com/sleepycat/persist/impl/WidenerInput.java
@@ -1,7 +1,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 and/or its affiliates. All rights reserved.
*
*/