summaryrefslogtreecommitdiff
path: root/examples/java/src/collections/ship/tuple
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/tuple
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/tuple')
-rw-r--r--examples/java/src/collections/ship/tuple/Part.java2
-rw-r--r--examples/java/src/collections/ship/tuple/PartData.java2
-rw-r--r--examples/java/src/collections/ship/tuple/PartKey.java2
-rw-r--r--examples/java/src/collections/ship/tuple/Sample.java2
-rw-r--r--examples/java/src/collections/ship/tuple/SampleDatabase.java2
-rw-r--r--examples/java/src/collections/ship/tuple/SampleViews.java2
-rw-r--r--examples/java/src/collections/ship/tuple/Shipment.java2
-rw-r--r--examples/java/src/collections/ship/tuple/ShipmentData.java2
-rw-r--r--examples/java/src/collections/ship/tuple/ShipmentKey.java2
-rw-r--r--examples/java/src/collections/ship/tuple/Supplier.java2
-rw-r--r--examples/java/src/collections/ship/tuple/SupplierData.java2
-rw-r--r--examples/java/src/collections/ship/tuple/SupplierKey.java2
-rw-r--r--examples/java/src/collections/ship/tuple/Weight.java2
13 files changed, 13 insertions, 13 deletions
diff --git a/examples/java/src/collections/ship/tuple/Part.java b/examples/java/src/collections/ship/tuple/Part.java
index 16607ffa..bc4a9c28 100644
--- a/examples/java/src/collections/ship/tuple/Part.java
+++ b/examples/java/src/collections/ship/tuple/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/tuple/PartData.java b/examples/java/src/collections/ship/tuple/PartData.java
index 132e2671..f3265537 100644
--- a/examples/java/src/collections/ship/tuple/PartData.java
+++ b/examples/java/src/collections/ship/tuple/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/tuple/PartKey.java b/examples/java/src/collections/ship/tuple/PartKey.java
index d14ea15d..935040e8 100644
--- a/examples/java/src/collections/ship/tuple/PartKey.java
+++ b/examples/java/src/collections/ship/tuple/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/tuple/Sample.java b/examples/java/src/collections/ship/tuple/Sample.java
index 3e20b92b..f2dec0aa 100644
--- a/examples/java/src/collections/ship/tuple/Sample.java
+++ b/examples/java/src/collections/ship/tuple/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/tuple/SampleDatabase.java b/examples/java/src/collections/ship/tuple/SampleDatabase.java
index f7d4a83d..06cbe585 100644
--- a/examples/java/src/collections/ship/tuple/SampleDatabase.java
+++ b/examples/java/src/collections/ship/tuple/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/tuple/SampleViews.java b/examples/java/src/collections/ship/tuple/SampleViews.java
index a43b785a..f7ba2cff 100644
--- a/examples/java/src/collections/ship/tuple/SampleViews.java
+++ b/examples/java/src/collections/ship/tuple/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/tuple/Shipment.java b/examples/java/src/collections/ship/tuple/Shipment.java
index b8bcda96..d41ec25f 100644
--- a/examples/java/src/collections/ship/tuple/Shipment.java
+++ b/examples/java/src/collections/ship/tuple/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/tuple/ShipmentData.java b/examples/java/src/collections/ship/tuple/ShipmentData.java
index 06aaaa7f..4f04dd7f 100644
--- a/examples/java/src/collections/ship/tuple/ShipmentData.java
+++ b/examples/java/src/collections/ship/tuple/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/tuple/ShipmentKey.java b/examples/java/src/collections/ship/tuple/ShipmentKey.java
index 462b8748..41d76a2a 100644
--- a/examples/java/src/collections/ship/tuple/ShipmentKey.java
+++ b/examples/java/src/collections/ship/tuple/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/tuple/Supplier.java b/examples/java/src/collections/ship/tuple/Supplier.java
index 54c40407..d8bb17e7 100644
--- a/examples/java/src/collections/ship/tuple/Supplier.java
+++ b/examples/java/src/collections/ship/tuple/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/tuple/SupplierData.java b/examples/java/src/collections/ship/tuple/SupplierData.java
index 0667d273..f114016b 100644
--- a/examples/java/src/collections/ship/tuple/SupplierData.java
+++ b/examples/java/src/collections/ship/tuple/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/tuple/SupplierKey.java b/examples/java/src/collections/ship/tuple/SupplierKey.java
index 3dccc0c2..f069abd8 100644
--- a/examples/java/src/collections/ship/tuple/SupplierKey.java
+++ b/examples/java/src/collections/ship/tuple/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/tuple/Weight.java b/examples/java/src/collections/ship/tuple/Weight.java
index dd68cecf..b733508e 100644
--- a/examples/java/src/collections/ship/tuple/Weight.java
+++ b/examples/java/src/collections/ship/tuple/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$
*/