summaryrefslogtreecommitdiff
path: root/examples/java/src/collections/ship/sentity
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/sentity
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/sentity')
-rw-r--r--examples/java/src/collections/ship/sentity/Part.java2
-rw-r--r--examples/java/src/collections/ship/sentity/PartKey.java2
-rw-r--r--examples/java/src/collections/ship/sentity/Sample.java2
-rw-r--r--examples/java/src/collections/ship/sentity/SampleDatabase.java2
-rw-r--r--examples/java/src/collections/ship/sentity/SampleViews.java2
-rw-r--r--examples/java/src/collections/ship/sentity/Shipment.java2
-rw-r--r--examples/java/src/collections/ship/sentity/ShipmentKey.java2
-rw-r--r--examples/java/src/collections/ship/sentity/Supplier.java2
-rw-r--r--examples/java/src/collections/ship/sentity/SupplierKey.java2
-rw-r--r--examples/java/src/collections/ship/sentity/Weight.java2
10 files changed, 10 insertions, 10 deletions
diff --git a/examples/java/src/collections/ship/sentity/Part.java b/examples/java/src/collections/ship/sentity/Part.java
index 4c5394ac..da4f1446 100644
--- a/examples/java/src/collections/ship/sentity/Part.java
+++ b/examples/java/src/collections/ship/sentity/Part.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/sentity/PartKey.java b/examples/java/src/collections/ship/sentity/PartKey.java
index c85fe0e0..09524953 100644
--- a/examples/java/src/collections/ship/sentity/PartKey.java
+++ b/examples/java/src/collections/ship/sentity/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/sentity/Sample.java b/examples/java/src/collections/ship/sentity/Sample.java
index 777c729d..e9f19ab1 100644
--- a/examples/java/src/collections/ship/sentity/Sample.java
+++ b/examples/java/src/collections/ship/sentity/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/sentity/SampleDatabase.java b/examples/java/src/collections/ship/sentity/SampleDatabase.java
index 6b5513f1..8b0b4afa 100644
--- a/examples/java/src/collections/ship/sentity/SampleDatabase.java
+++ b/examples/java/src/collections/ship/sentity/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/sentity/SampleViews.java b/examples/java/src/collections/ship/sentity/SampleViews.java
index a1dc52b4..04dcb672 100644
--- a/examples/java/src/collections/ship/sentity/SampleViews.java
+++ b/examples/java/src/collections/ship/sentity/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/sentity/Shipment.java b/examples/java/src/collections/ship/sentity/Shipment.java
index 9b79428a..6c943d3d 100644
--- a/examples/java/src/collections/ship/sentity/Shipment.java
+++ b/examples/java/src/collections/ship/sentity/Shipment.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/sentity/ShipmentKey.java b/examples/java/src/collections/ship/sentity/ShipmentKey.java
index 2f3a9ad0..c599e1f2 100644
--- a/examples/java/src/collections/ship/sentity/ShipmentKey.java
+++ b/examples/java/src/collections/ship/sentity/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/sentity/Supplier.java b/examples/java/src/collections/ship/sentity/Supplier.java
index fbc9ff71..bd3d862b 100644
--- a/examples/java/src/collections/ship/sentity/Supplier.java
+++ b/examples/java/src/collections/ship/sentity/Supplier.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/sentity/SupplierKey.java b/examples/java/src/collections/ship/sentity/SupplierKey.java
index a4553743..48fd9d6a 100644
--- a/examples/java/src/collections/ship/sentity/SupplierKey.java
+++ b/examples/java/src/collections/ship/sentity/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/sentity/Weight.java b/examples/java/src/collections/ship/sentity/Weight.java
index 990c8701..5b7f2760 100644
--- a/examples/java/src/collections/ship/sentity/Weight.java
+++ b/examples/java/src/collections/ship/sentity/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$
*/