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