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