summaryrefslogtreecommitdiff
path: root/java-compat/test/ejb/src
diff options
context:
space:
mode:
Diffstat (limited to 'java-compat/test/ejb/src')
-rw-r--r--java-compat/test/ejb/src/common/com/zeroc/ice/IceAdapter.java2
-rw-r--r--java-compat/test/ejb/src/ejb1/com/zeroc/ejb/DatabaseI.java2
-rw-r--r--java-compat/test/ejb/src/ejb1/com/zeroc/ejb/Init.java2
-rw-r--r--java-compat/test/ejb/src/ejb1/com/zeroc/ejb/Service.java2
-rw-r--r--java-compat/test/ejb/src/ejb1/com/zeroc/ejb/ServiceBean.java2
-rw-r--r--java-compat/test/ejb/src/ejb2/com/zeroc/ejb/DatabaseI.java2
-rw-r--r--java-compat/test/ejb/src/ejb2/com/zeroc/ejb/Init.java2
-rw-r--r--java-compat/test/ejb/src/ejb2/com/zeroc/ejb/Service.java2
-rw-r--r--java-compat/test/ejb/src/ejb2/com/zeroc/ejb/ServiceBean.java2
-rw-r--r--java-compat/test/ejb/src/slice/common.ice2
-rw-r--r--java-compat/test/ejb/src/slice/ejb1.ice2
-rw-r--r--java-compat/test/ejb/src/slice/ejb2.ice2
12 files changed, 12 insertions, 12 deletions
diff --git a/java-compat/test/ejb/src/common/com/zeroc/ice/IceAdapter.java b/java-compat/test/ejb/src/common/com/zeroc/ice/IceAdapter.java
index 61ea69ca263..e85fcade052 100644
--- a/java-compat/test/ejb/src/common/com/zeroc/ice/IceAdapter.java
+++ b/java-compat/test/ejb/src/common/com/zeroc/ice/IceAdapter.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/java-compat/test/ejb/src/ejb1/com/zeroc/ejb/DatabaseI.java b/java-compat/test/ejb/src/ejb1/com/zeroc/ejb/DatabaseI.java
index ccc7c2551d2..0bbea117d9f 100644
--- a/java-compat/test/ejb/src/ejb1/com/zeroc/ejb/DatabaseI.java
+++ b/java-compat/test/ejb/src/ejb1/com/zeroc/ejb/DatabaseI.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/java-compat/test/ejb/src/ejb1/com/zeroc/ejb/Init.java b/java-compat/test/ejb/src/ejb1/com/zeroc/ejb/Init.java
index 0828932d46f..0f786d70306 100644
--- a/java-compat/test/ejb/src/ejb1/com/zeroc/ejb/Init.java
+++ b/java-compat/test/ejb/src/ejb1/com/zeroc/ejb/Init.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/java-compat/test/ejb/src/ejb1/com/zeroc/ejb/Service.java b/java-compat/test/ejb/src/ejb1/com/zeroc/ejb/Service.java
index 7548d40a6a8..51ad3a8571d 100644
--- a/java-compat/test/ejb/src/ejb1/com/zeroc/ejb/Service.java
+++ b/java-compat/test/ejb/src/ejb1/com/zeroc/ejb/Service.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/java-compat/test/ejb/src/ejb1/com/zeroc/ejb/ServiceBean.java b/java-compat/test/ejb/src/ejb1/com/zeroc/ejb/ServiceBean.java
index df983cdc455..d4667b02c60 100644
--- a/java-compat/test/ejb/src/ejb1/com/zeroc/ejb/ServiceBean.java
+++ b/java-compat/test/ejb/src/ejb1/com/zeroc/ejb/ServiceBean.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/java-compat/test/ejb/src/ejb2/com/zeroc/ejb/DatabaseI.java b/java-compat/test/ejb/src/ejb2/com/zeroc/ejb/DatabaseI.java
index 9787c5c4885..5469ced3844 100644
--- a/java-compat/test/ejb/src/ejb2/com/zeroc/ejb/DatabaseI.java
+++ b/java-compat/test/ejb/src/ejb2/com/zeroc/ejb/DatabaseI.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/java-compat/test/ejb/src/ejb2/com/zeroc/ejb/Init.java b/java-compat/test/ejb/src/ejb2/com/zeroc/ejb/Init.java
index 0828932d46f..0f786d70306 100644
--- a/java-compat/test/ejb/src/ejb2/com/zeroc/ejb/Init.java
+++ b/java-compat/test/ejb/src/ejb2/com/zeroc/ejb/Init.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/java-compat/test/ejb/src/ejb2/com/zeroc/ejb/Service.java b/java-compat/test/ejb/src/ejb2/com/zeroc/ejb/Service.java
index 7548d40a6a8..51ad3a8571d 100644
--- a/java-compat/test/ejb/src/ejb2/com/zeroc/ejb/Service.java
+++ b/java-compat/test/ejb/src/ejb2/com/zeroc/ejb/Service.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/java-compat/test/ejb/src/ejb2/com/zeroc/ejb/ServiceBean.java b/java-compat/test/ejb/src/ejb2/com/zeroc/ejb/ServiceBean.java
index c3811e34a29..cb1721e5e7a 100644
--- a/java-compat/test/ejb/src/ejb2/com/zeroc/ejb/ServiceBean.java
+++ b/java-compat/test/ejb/src/ejb2/com/zeroc/ejb/ServiceBean.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/java-compat/test/ejb/src/slice/common.ice b/java-compat/test/ejb/src/slice/common.ice
index 4313e3cb17b..f4c6ee5a6ec 100644
--- a/java-compat/test/ejb/src/slice/common.ice
+++ b/java-compat/test/ejb/src/slice/common.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/java-compat/test/ejb/src/slice/ejb1.ice b/java-compat/test/ejb/src/slice/ejb1.ice
index d90519ed3d4..45e66a054ca 100644
--- a/java-compat/test/ejb/src/slice/ejb1.ice
+++ b/java-compat/test/ejb/src/slice/ejb1.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/java-compat/test/ejb/src/slice/ejb2.ice b/java-compat/test/ejb/src/slice/ejb2.ice
index cdb112b22b0..0dc5b2dd06b 100644
--- a/java-compat/test/ejb/src/slice/ejb2.ice
+++ b/java-compat/test/ejb/src/slice/ejb2.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.