summaryrefslogtreecommitdiff
path: root/examples/java/src/collections/ship/basic
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 /examples/java/src/collections/ship/basic
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 'examples/java/src/collections/ship/basic')
-rw-r--r--examples/java/src/collections/ship/basic/PartData.java2
-rw-r--r--examples/java/src/collections/ship/basic/PartKey.java2
-rw-r--r--examples/java/src/collections/ship/basic/Sample.java2
-rw-r--r--examples/java/src/collections/ship/basic/SampleDatabase.java2
-rw-r--r--examples/java/src/collections/ship/basic/SampleViews.java2
-rw-r--r--examples/java/src/collections/ship/basic/ShipmentData.java2
-rw-r--r--examples/java/src/collections/ship/basic/ShipmentKey.java2
-rw-r--r--examples/java/src/collections/ship/basic/SupplierData.java2
-rw-r--r--examples/java/src/collections/ship/basic/SupplierKey.java2
-rw-r--r--examples/java/src/collections/ship/basic/Weight.java2
10 files changed, 10 insertions, 10 deletions
diff --git a/examples/java/src/collections/ship/basic/PartData.java b/examples/java/src/collections/ship/basic/PartData.java
index 0ba0d106..197986d9 100644
--- a/examples/java/src/collections/ship/basic/PartData.java
+++ b/examples/java/src/collections/ship/basic/PartData.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$
*/
diff --git a/examples/java/src/collections/ship/basic/PartKey.java b/examples/java/src/collections/ship/basic/PartKey.java
index 1aeb3383..55ed06bd 100644
--- a/examples/java/src/collections/ship/basic/PartKey.java
+++ b/examples/java/src/collections/ship/basic/PartKey.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$
*/
diff --git a/examples/java/src/collections/ship/basic/Sample.java b/examples/java/src/collections/ship/basic/Sample.java
index 9ff4db7e..1cd9a389 100644
--- a/examples/java/src/collections/ship/basic/Sample.java
+++ b/examples/java/src/collections/ship/basic/Sample.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$
*/
diff --git a/examples/java/src/collections/ship/basic/SampleDatabase.java b/examples/java/src/collections/ship/basic/SampleDatabase.java
index cfbb33b7..2d02dc8d 100644
--- a/examples/java/src/collections/ship/basic/SampleDatabase.java
+++ b/examples/java/src/collections/ship/basic/SampleDatabase.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$
*/
diff --git a/examples/java/src/collections/ship/basic/SampleViews.java b/examples/java/src/collections/ship/basic/SampleViews.java
index 5f89935b..6220e5e1 100644
--- a/examples/java/src/collections/ship/basic/SampleViews.java
+++ b/examples/java/src/collections/ship/basic/SampleViews.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$
*/
diff --git a/examples/java/src/collections/ship/basic/ShipmentData.java b/examples/java/src/collections/ship/basic/ShipmentData.java
index 164b8271..42d2e0a4 100644
--- a/examples/java/src/collections/ship/basic/ShipmentData.java
+++ b/examples/java/src/collections/ship/basic/ShipmentData.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$
*/
diff --git a/examples/java/src/collections/ship/basic/ShipmentKey.java b/examples/java/src/collections/ship/basic/ShipmentKey.java
index 8cf29a4c..495e3619 100644
--- a/examples/java/src/collections/ship/basic/ShipmentKey.java
+++ b/examples/java/src/collections/ship/basic/ShipmentKey.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$
*/
diff --git a/examples/java/src/collections/ship/basic/SupplierData.java b/examples/java/src/collections/ship/basic/SupplierData.java
index 844d9258..105d27ba 100644
--- a/examples/java/src/collections/ship/basic/SupplierData.java
+++ b/examples/java/src/collections/ship/basic/SupplierData.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$
*/
diff --git a/examples/java/src/collections/ship/basic/SupplierKey.java b/examples/java/src/collections/ship/basic/SupplierKey.java
index 0fa4d66b..cb52c663 100644
--- a/examples/java/src/collections/ship/basic/SupplierKey.java
+++ b/examples/java/src/collections/ship/basic/SupplierKey.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$
*/
diff --git a/examples/java/src/collections/ship/basic/Weight.java b/examples/java/src/collections/ship/basic/Weight.java
index c2e612e8..5a290274 100644
--- a/examples/java/src/collections/ship/basic/Weight.java
+++ b/examples/java/src/collections/ship/basic/Weight.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$
*/