summaryrefslogtreecommitdiff
path: root/examples/java/src/collections/ship/entity
diff options
context:
space:
mode:
Diffstat (limited to 'examples/java/src/collections/ship/entity')
-rw-r--r--examples/java/src/collections/ship/entity/Part.java2
-rw-r--r--examples/java/src/collections/ship/entity/PartData.java2
-rw-r--r--examples/java/src/collections/ship/entity/PartKey.java2
-rw-r--r--examples/java/src/collections/ship/entity/Sample.java2
-rw-r--r--examples/java/src/collections/ship/entity/SampleDatabase.java2
-rw-r--r--examples/java/src/collections/ship/entity/SampleViews.java2
-rw-r--r--examples/java/src/collections/ship/entity/Shipment.java2
-rw-r--r--examples/java/src/collections/ship/entity/ShipmentData.java2
-rw-r--r--examples/java/src/collections/ship/entity/ShipmentKey.java2
-rw-r--r--examples/java/src/collections/ship/entity/Supplier.java2
-rw-r--r--examples/java/src/collections/ship/entity/SupplierData.java2
-rw-r--r--examples/java/src/collections/ship/entity/SupplierKey.java2
-rw-r--r--examples/java/src/collections/ship/entity/Weight.java2
13 files changed, 13 insertions, 13 deletions
diff --git a/examples/java/src/collections/ship/entity/Part.java b/examples/java/src/collections/ship/entity/Part.java
index 4bf98b6c..8a99d0ed 100644
--- a/examples/java/src/collections/ship/entity/Part.java
+++ b/examples/java/src/collections/ship/entity/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/entity/PartData.java b/examples/java/src/collections/ship/entity/PartData.java
index b33e4eba..de1c8dd7 100644
--- a/examples/java/src/collections/ship/entity/PartData.java
+++ b/examples/java/src/collections/ship/entity/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/entity/PartKey.java b/examples/java/src/collections/ship/entity/PartKey.java
index 4d79a8dc..a1f5a53f 100644
--- a/examples/java/src/collections/ship/entity/PartKey.java
+++ b/examples/java/src/collections/ship/entity/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/entity/Sample.java b/examples/java/src/collections/ship/entity/Sample.java
index c3aa230c..429f9a71 100644
--- a/examples/java/src/collections/ship/entity/Sample.java
+++ b/examples/java/src/collections/ship/entity/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/entity/SampleDatabase.java b/examples/java/src/collections/ship/entity/SampleDatabase.java
index c138ef7b..1fcd3efa 100644
--- a/examples/java/src/collections/ship/entity/SampleDatabase.java
+++ b/examples/java/src/collections/ship/entity/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/entity/SampleViews.java b/examples/java/src/collections/ship/entity/SampleViews.java
index 3cf605ac..4344dc86 100644
--- a/examples/java/src/collections/ship/entity/SampleViews.java
+++ b/examples/java/src/collections/ship/entity/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/entity/Shipment.java b/examples/java/src/collections/ship/entity/Shipment.java
index 23283c59..08e6d880 100644
--- a/examples/java/src/collections/ship/entity/Shipment.java
+++ b/examples/java/src/collections/ship/entity/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/entity/ShipmentData.java b/examples/java/src/collections/ship/entity/ShipmentData.java
index 82cd9a3c..cc560604 100644
--- a/examples/java/src/collections/ship/entity/ShipmentData.java
+++ b/examples/java/src/collections/ship/entity/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/entity/ShipmentKey.java b/examples/java/src/collections/ship/entity/ShipmentKey.java
index 541f8464..c6ab169b 100644
--- a/examples/java/src/collections/ship/entity/ShipmentKey.java
+++ b/examples/java/src/collections/ship/entity/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/entity/Supplier.java b/examples/java/src/collections/ship/entity/Supplier.java
index 3ed6ef5d..27508a55 100644
--- a/examples/java/src/collections/ship/entity/Supplier.java
+++ b/examples/java/src/collections/ship/entity/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/entity/SupplierData.java b/examples/java/src/collections/ship/entity/SupplierData.java
index 0bed0ad6..363a2eee 100644
--- a/examples/java/src/collections/ship/entity/SupplierData.java
+++ b/examples/java/src/collections/ship/entity/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/entity/SupplierKey.java b/examples/java/src/collections/ship/entity/SupplierKey.java
index 15c2dd08..a7af271e 100644
--- a/examples/java/src/collections/ship/entity/SupplierKey.java
+++ b/examples/java/src/collections/ship/entity/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/entity/Weight.java b/examples/java/src/collections/ship/entity/Weight.java
index 8404c1aa..60bbe9a3 100644
--- a/examples/java/src/collections/ship/entity/Weight.java
+++ b/examples/java/src/collections/ship/entity/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$
*/