diff options
Diffstat (limited to 'lang/java/src/com/sleepycat/bind/tuple')
30 files changed, 30 insertions, 30 deletions
diff --git a/lang/java/src/com/sleepycat/bind/tuple/BigDecimalBinding.java b/lang/java/src/com/sleepycat/bind/tuple/BigDecimalBinding.java index 98fd1407..fb15d7cd 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/BigDecimalBinding.java +++ b/lang/java/src/com/sleepycat/bind/tuple/BigDecimalBinding.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/bind/tuple/BigIntegerBinding.java b/lang/java/src/com/sleepycat/bind/tuple/BigIntegerBinding.java index ddb66093..83cc651a 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/BigIntegerBinding.java +++ b/lang/java/src/com/sleepycat/bind/tuple/BigIntegerBinding.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/bind/tuple/BooleanBinding.java b/lang/java/src/com/sleepycat/bind/tuple/BooleanBinding.java index daeede2a..d9afd62a 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/BooleanBinding.java +++ b/lang/java/src/com/sleepycat/bind/tuple/BooleanBinding.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/bind/tuple/ByteBinding.java b/lang/java/src/com/sleepycat/bind/tuple/ByteBinding.java index ee02d9c1..5704489d 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/ByteBinding.java +++ b/lang/java/src/com/sleepycat/bind/tuple/ByteBinding.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/bind/tuple/CharacterBinding.java b/lang/java/src/com/sleepycat/bind/tuple/CharacterBinding.java index 8aaea1cd..968638d6 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/CharacterBinding.java +++ b/lang/java/src/com/sleepycat/bind/tuple/CharacterBinding.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/bind/tuple/DoubleBinding.java b/lang/java/src/com/sleepycat/bind/tuple/DoubleBinding.java index 4032a860..e4456a24 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/DoubleBinding.java +++ b/lang/java/src/com/sleepycat/bind/tuple/DoubleBinding.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/bind/tuple/FloatBinding.java b/lang/java/src/com/sleepycat/bind/tuple/FloatBinding.java index bc78ca2b..d2e2babd 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/FloatBinding.java +++ b/lang/java/src/com/sleepycat/bind/tuple/FloatBinding.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/bind/tuple/IntegerBinding.java b/lang/java/src/com/sleepycat/bind/tuple/IntegerBinding.java index 5d19b657..877b6457 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/IntegerBinding.java +++ b/lang/java/src/com/sleepycat/bind/tuple/IntegerBinding.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/bind/tuple/LongBinding.java b/lang/java/src/com/sleepycat/bind/tuple/LongBinding.java index b9a15f9f..1674b2f9 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/LongBinding.java +++ b/lang/java/src/com/sleepycat/bind/tuple/LongBinding.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/bind/tuple/MarshalledTupleEntry.java b/lang/java/src/com/sleepycat/bind/tuple/MarshalledTupleEntry.java index a089a116..3907327e 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/MarshalledTupleEntry.java +++ b/lang/java/src/com/sleepycat/bind/tuple/MarshalledTupleEntry.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/bind/tuple/MarshalledTupleKeyEntity.java b/lang/java/src/com/sleepycat/bind/tuple/MarshalledTupleKeyEntity.java index 9fb48079..9a6591aa 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/MarshalledTupleKeyEntity.java +++ b/lang/java/src/com/sleepycat/bind/tuple/MarshalledTupleKeyEntity.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/bind/tuple/PackedIntegerBinding.java b/lang/java/src/com/sleepycat/bind/tuple/PackedIntegerBinding.java index e45b0980..72a2272a 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/PackedIntegerBinding.java +++ b/lang/java/src/com/sleepycat/bind/tuple/PackedIntegerBinding.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/bind/tuple/PackedLongBinding.java b/lang/java/src/com/sleepycat/bind/tuple/PackedLongBinding.java index c6989891..a84e3b5c 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/PackedLongBinding.java +++ b/lang/java/src/com/sleepycat/bind/tuple/PackedLongBinding.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/bind/tuple/ShortBinding.java b/lang/java/src/com/sleepycat/bind/tuple/ShortBinding.java index 1ec33cfb..9be38578 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/ShortBinding.java +++ b/lang/java/src/com/sleepycat/bind/tuple/ShortBinding.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/bind/tuple/SortedBigDecimalBinding.java b/lang/java/src/com/sleepycat/bind/tuple/SortedBigDecimalBinding.java index c5e4a2ea..5b732766 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/SortedBigDecimalBinding.java +++ b/lang/java/src/com/sleepycat/bind/tuple/SortedBigDecimalBinding.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/bind/tuple/SortedDoubleBinding.java b/lang/java/src/com/sleepycat/bind/tuple/SortedDoubleBinding.java index 1de803bf..968296ff 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/SortedDoubleBinding.java +++ b/lang/java/src/com/sleepycat/bind/tuple/SortedDoubleBinding.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/bind/tuple/SortedFloatBinding.java b/lang/java/src/com/sleepycat/bind/tuple/SortedFloatBinding.java index 671995aa..f863acb1 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/SortedFloatBinding.java +++ b/lang/java/src/com/sleepycat/bind/tuple/SortedFloatBinding.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/bind/tuple/SortedPackedIntegerBinding.java b/lang/java/src/com/sleepycat/bind/tuple/SortedPackedIntegerBinding.java index 5e83166f..818ff127 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/SortedPackedIntegerBinding.java +++ b/lang/java/src/com/sleepycat/bind/tuple/SortedPackedIntegerBinding.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/bind/tuple/SortedPackedLongBinding.java b/lang/java/src/com/sleepycat/bind/tuple/SortedPackedLongBinding.java index 0d91c471..f970d772 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/SortedPackedLongBinding.java +++ b/lang/java/src/com/sleepycat/bind/tuple/SortedPackedLongBinding.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/bind/tuple/StringBinding.java b/lang/java/src/com/sleepycat/bind/tuple/StringBinding.java index be3b73cd..2523bdb3 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/StringBinding.java +++ b/lang/java/src/com/sleepycat/bind/tuple/StringBinding.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/bind/tuple/TupleBase.java b/lang/java/src/com/sleepycat/bind/tuple/TupleBase.java index 30ecbb63..62cfc75d 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/TupleBase.java +++ b/lang/java/src/com/sleepycat/bind/tuple/TupleBase.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/bind/tuple/TupleBinding.java b/lang/java/src/com/sleepycat/bind/tuple/TupleBinding.java index 2291c622..040ad4e8 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/TupleBinding.java +++ b/lang/java/src/com/sleepycat/bind/tuple/TupleBinding.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/bind/tuple/TupleInput.java b/lang/java/src/com/sleepycat/bind/tuple/TupleInput.java index 33e65794..ce1d7a90 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/TupleInput.java +++ b/lang/java/src/com/sleepycat/bind/tuple/TupleInput.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/bind/tuple/TupleInputBinding.java b/lang/java/src/com/sleepycat/bind/tuple/TupleInputBinding.java index ea78d4d0..96b73de3 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/TupleInputBinding.java +++ b/lang/java/src/com/sleepycat/bind/tuple/TupleInputBinding.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/bind/tuple/TupleMarshalledBinding.java b/lang/java/src/com/sleepycat/bind/tuple/TupleMarshalledBinding.java index f9d6d838..87096f52 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/TupleMarshalledBinding.java +++ b/lang/java/src/com/sleepycat/bind/tuple/TupleMarshalledBinding.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/bind/tuple/TupleOutput.java b/lang/java/src/com/sleepycat/bind/tuple/TupleOutput.java index 4ae0061c..2d3e7a8b 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/TupleOutput.java +++ b/lang/java/src/com/sleepycat/bind/tuple/TupleOutput.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/bind/tuple/TupleTupleBinding.java b/lang/java/src/com/sleepycat/bind/tuple/TupleTupleBinding.java index d0c96ec0..31719f8f 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/TupleTupleBinding.java +++ b/lang/java/src/com/sleepycat/bind/tuple/TupleTupleBinding.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/bind/tuple/TupleTupleKeyCreator.java b/lang/java/src/com/sleepycat/bind/tuple/TupleTupleKeyCreator.java index 8567f2a1..d3c33fb9 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/TupleTupleKeyCreator.java +++ b/lang/java/src/com/sleepycat/bind/tuple/TupleTupleKeyCreator.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/bind/tuple/TupleTupleMarshalledBinding.java b/lang/java/src/com/sleepycat/bind/tuple/TupleTupleMarshalledBinding.java index 4f9826bd..c4ea0d98 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/TupleTupleMarshalledBinding.java +++ b/lang/java/src/com/sleepycat/bind/tuple/TupleTupleMarshalledBinding.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/bind/tuple/TupleTupleMarshalledKeyCreator.java b/lang/java/src/com/sleepycat/bind/tuple/TupleTupleMarshalledKeyCreator.java index 1da91d7d..4ee81467 100644 --- a/lang/java/src/com/sleepycat/bind/tuple/TupleTupleMarshalledKeyCreator.java +++ b/lang/java/src/com/sleepycat/bind/tuple/TupleTupleMarshalledKeyCreator.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. * */ |