summaryrefslogtreecommitdiff
path: root/protobuf/demo/java
diff options
context:
space:
mode:
Diffstat (limited to 'protobuf/demo/java')
-rw-r--r--protobuf/demo/java/Client.java2
-rw-r--r--protobuf/demo/java/Hello.ice2
-rw-r--r--protobuf/demo/java/HelloI.java2
-rw-r--r--protobuf/demo/java/Person.proto2
-rw-r--r--protobuf/demo/java/Server.java2
-rw-r--r--protobuf/demo/java/ant/ProtocTask.java2
-rw-r--r--protobuf/demo/java/build.xml2
7 files changed, 7 insertions, 7 deletions
diff --git a/protobuf/demo/java/Client.java b/protobuf/demo/java/Client.java
index 99ad29c04c2..d9509eb1bc2 100644
--- a/protobuf/demo/java/Client.java
+++ b/protobuf/demo/java/Client.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
//
// This copy of Ice Protobuf is licensed to you under the terms
// described in the ICE_PROTOBUF_LICENSE file included in this
diff --git a/protobuf/demo/java/Hello.ice b/protobuf/demo/java/Hello.ice
index c4f03b56b2a..26887674e8c 100644
--- a/protobuf/demo/java/Hello.ice
+++ b/protobuf/demo/java/Hello.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
//
// This copy of Ice Protobuf is licensed to you under the terms
// described in the ICE_PROTOBUF_LICENSE file included in this
diff --git a/protobuf/demo/java/HelloI.java b/protobuf/demo/java/HelloI.java
index 9373fa072c2..c7426085ff8 100644
--- a/protobuf/demo/java/HelloI.java
+++ b/protobuf/demo/java/HelloI.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
//
// This copy of Ice Protobuf is licensed to you under the terms
// described in the ICE_PROTOBUF_LICENSE file included in this
diff --git a/protobuf/demo/java/Person.proto b/protobuf/demo/java/Person.proto
index a2124b26160..07db5845659 100644
--- a/protobuf/demo/java/Person.proto
+++ b/protobuf/demo/java/Person.proto
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
//
// This copy of Ice Protobuf is licensed to you under the terms
// described in the ICE_PROTOBUF_LICENSE file included in this
diff --git a/protobuf/demo/java/Server.java b/protobuf/demo/java/Server.java
index ae9ecfdaf05..460ef39bff5 100644
--- a/protobuf/demo/java/Server.java
+++ b/protobuf/demo/java/Server.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
//
// This copy of Ice Protobuf is licensed to you under the terms
// described in the ICE_PROTOBUF_LICENSE file included in this
diff --git a/protobuf/demo/java/ant/ProtocTask.java b/protobuf/demo/java/ant/ProtocTask.java
index 2c52bf3b37d..d74dc4a5e43 100644
--- a/protobuf/demo/java/ant/ProtocTask.java
+++ b/protobuf/demo/java/ant/ProtocTask.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
//
// This copy of Ice Protobuf is licensed to you under the terms
// described in the ICE_PROTOBUF_LICENSE file included in this
diff --git a/protobuf/demo/java/build.xml b/protobuf/demo/java/build.xml
index e70e7907133..8f49d8d33d1 100644
--- a/protobuf/demo/java/build.xml
+++ b/protobuf/demo/java/build.xml
@@ -1,7 +1,7 @@
<!--
**********************************************************************
- Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+ Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
This copy of Ice Protobuf is licensed to you under the terms described
in the ICE_PROTOBUF_LICENSE file included in this distribution.