summaryrefslogtreecommitdiff
path: root/examples/java/src/collections/ship/tuple
diff options
context:
space:
mode:
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$
*/