summaryrefslogtreecommitdiff
path: root/examples/java/src/persist
diff options
context:
space:
mode:
Diffstat (limited to 'examples/java/src/persist')
-rw-r--r--examples/java/src/persist/CustomKeyOrderExample.java2
-rw-r--r--examples/java/src/persist/DplDump.java2
-rw-r--r--examples/java/src/persist/EventExample.java2
-rw-r--r--examples/java/src/persist/EventExampleDPL.java2
-rw-r--r--examples/java/src/persist/PersonExample.java2
-rw-r--r--examples/java/src/persist/gettingStarted/SimpleDA.java2
-rw-r--r--examples/java/src/persist/gettingStarted/SimpleEntityClass.java2
-rw-r--r--examples/java/src/persist/gettingStarted/SimpleStoreGet.java2
-rw-r--r--examples/java/src/persist/gettingStarted/SimpleStorePut.java2
-rw-r--r--examples/java/src/persist/txn/PayloadDataEntity.java2
-rw-r--r--examples/java/src/persist/txn/StoreWriter.java2
-rw-r--r--examples/java/src/persist/txn/TxnGuideDPL.java2
12 files changed, 12 insertions, 12 deletions
diff --git a/examples/java/src/persist/CustomKeyOrderExample.java b/examples/java/src/persist/CustomKeyOrderExample.java
index 39de9d67..ba4a00b6 100644
--- a/examples/java/src/persist/CustomKeyOrderExample.java
+++ b/examples/java/src/persist/CustomKeyOrderExample.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/persist/DplDump.java b/examples/java/src/persist/DplDump.java
index f9cf686a..b378b375 100644
--- a/examples/java/src/persist/DplDump.java
+++ b/examples/java/src/persist/DplDump.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/persist/EventExample.java b/examples/java/src/persist/EventExample.java
index 6b5f7e15..8546e7b5 100644
--- a/examples/java/src/persist/EventExample.java
+++ b/examples/java/src/persist/EventExample.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2004, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/persist/EventExampleDPL.java b/examples/java/src/persist/EventExampleDPL.java
index 9ab1d545..909a0e89 100644
--- a/examples/java/src/persist/EventExampleDPL.java
+++ b/examples/java/src/persist/EventExampleDPL.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2004, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/persist/PersonExample.java b/examples/java/src/persist/PersonExample.java
index baaa6da5..62afdd2a 100644
--- a/examples/java/src/persist/PersonExample.java
+++ b/examples/java/src/persist/PersonExample.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/persist/gettingStarted/SimpleDA.java b/examples/java/src/persist/gettingStarted/SimpleDA.java
index 38268122..579b42bf 100644
--- a/examples/java/src/persist/gettingStarted/SimpleDA.java
+++ b/examples/java/src/persist/gettingStarted/SimpleDA.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/persist/gettingStarted/SimpleEntityClass.java b/examples/java/src/persist/gettingStarted/SimpleEntityClass.java
index 1ec16b22..a520c43d 100644
--- a/examples/java/src/persist/gettingStarted/SimpleEntityClass.java
+++ b/examples/java/src/persist/gettingStarted/SimpleEntityClass.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/persist/gettingStarted/SimpleStoreGet.java b/examples/java/src/persist/gettingStarted/SimpleStoreGet.java
index 125b99ee..25fdaa8f 100644
--- a/examples/java/src/persist/gettingStarted/SimpleStoreGet.java
+++ b/examples/java/src/persist/gettingStarted/SimpleStoreGet.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/persist/gettingStarted/SimpleStorePut.java b/examples/java/src/persist/gettingStarted/SimpleStorePut.java
index 09af4504..ed75f7f2 100644
--- a/examples/java/src/persist/gettingStarted/SimpleStorePut.java
+++ b/examples/java/src/persist/gettingStarted/SimpleStorePut.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/persist/txn/PayloadDataEntity.java b/examples/java/src/persist/txn/PayloadDataEntity.java
index f54db7f7..9a725b4f 100644
--- a/examples/java/src/persist/txn/PayloadDataEntity.java
+++ b/examples/java/src/persist/txn/PayloadDataEntity.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/persist/txn/StoreWriter.java b/examples/java/src/persist/txn/StoreWriter.java
index b1d7a5d4..fe5d8bf6 100644
--- a/examples/java/src/persist/txn/StoreWriter.java
+++ b/examples/java/src/persist/txn/StoreWriter.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/persist/txn/TxnGuideDPL.java b/examples/java/src/persist/txn/TxnGuideDPL.java
index dcbc2889..dd8b4b04 100644
--- a/examples/java/src/persist/txn/TxnGuideDPL.java
+++ b/examples/java/src/persist/txn/TxnGuideDPL.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/