summaryrefslogtreecommitdiff
path: root/protobuf/demo
diff options
context:
space:
mode:
Diffstat (limited to 'protobuf/demo')
-rw-r--r--protobuf/demo/cpp/Client.cpp2
-rw-r--r--protobuf/demo/cpp/Hello.ice2
-rw-r--r--protobuf/demo/cpp/HelloI.cpp2
-rw-r--r--protobuf/demo/cpp/HelloI.h2
-rw-r--r--protobuf/demo/cpp/Makefile2
-rw-r--r--protobuf/demo/cpp/Makefile.mak2
-rw-r--r--protobuf/demo/cpp/Person.proto2
-rw-r--r--protobuf/demo/cpp/Server.cpp2
-rw-r--r--protobuf/demo/cpp/StreamProtobuf.h2
-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
-rw-r--r--protobuf/demo/python/Client.py2
-rw-r--r--protobuf/demo/python/Hello.ice2
-rw-r--r--protobuf/demo/python/Person.proto2
-rw-r--r--protobuf/demo/python/Server.py2
20 files changed, 20 insertions, 20 deletions
diff --git a/protobuf/demo/cpp/Client.cpp b/protobuf/demo/cpp/Client.cpp
index bcca15d8b31..c927cf36394 100644
--- a/protobuf/demo/cpp/Client.cpp
+++ b/protobuf/demo/cpp/Client.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 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/cpp/Hello.ice b/protobuf/demo/cpp/Hello.ice
index 8d094f31ef7..68f4711f806 100644
--- a/protobuf/demo/cpp/Hello.ice
+++ b/protobuf/demo/cpp/Hello.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 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/cpp/HelloI.cpp b/protobuf/demo/cpp/HelloI.cpp
index 5415eab2557..3fa20c7c319 100644
--- a/protobuf/demo/cpp/HelloI.cpp
+++ b/protobuf/demo/cpp/HelloI.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 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/cpp/HelloI.h b/protobuf/demo/cpp/HelloI.h
index 7db19c9071d..4a475b51d12 100644
--- a/protobuf/demo/cpp/HelloI.h
+++ b/protobuf/demo/cpp/HelloI.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 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/cpp/Makefile b/protobuf/demo/cpp/Makefile
index 8f71533c289..c90a42d7c95 100644
--- a/protobuf/demo/cpp/Makefile
+++ b/protobuf/demo/cpp/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/cpp/Makefile.mak b/protobuf/demo/cpp/Makefile.mak
index f361cae0846..2215ab3bb22 100644
--- a/protobuf/demo/cpp/Makefile.mak
+++ b/protobuf/demo/cpp/Makefile.mak
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/cpp/Person.proto b/protobuf/demo/cpp/Person.proto
index d69651f418f..25a56ac7c78 100644
--- a/protobuf/demo/cpp/Person.proto
+++ b/protobuf/demo/cpp/Person.proto
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 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/cpp/Server.cpp b/protobuf/demo/cpp/Server.cpp
index 4f2c200c6ff..100e9592cb2 100644
--- a/protobuf/demo/cpp/Server.cpp
+++ b/protobuf/demo/cpp/Server.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 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/cpp/StreamProtobuf.h b/protobuf/demo/cpp/StreamProtobuf.h
index fbe3f2d02aa..1efa3f4f171 100644
--- a/protobuf/demo/cpp/StreamProtobuf.h
+++ b/protobuf/demo/cpp/StreamProtobuf.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 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/Client.java b/protobuf/demo/java/Client.java
index d9509eb1bc2..c7eea4ac588 100644
--- a/protobuf/demo/java/Client.java
+++ b/protobuf/demo/java/Client.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 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 26887674e8c..a36ed3e7e0f 100644
--- a/protobuf/demo/java/Hello.ice
+++ b/protobuf/demo/java/Hello.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 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 c7426085ff8..39319da6db9 100644
--- a/protobuf/demo/java/HelloI.java
+++ b/protobuf/demo/java/HelloI.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 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 07db5845659..acada853424 100644
--- a/protobuf/demo/java/Person.proto
+++ b/protobuf/demo/java/Person.proto
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 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 460ef39bff5..7bf228cdc12 100644
--- a/protobuf/demo/java/Server.java
+++ b/protobuf/demo/java/Server.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 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 d74dc4a5e43..3bc27d35a7f 100644
--- a/protobuf/demo/java/ant/ProtocTask.java
+++ b/protobuf/demo/java/ant/ProtocTask.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 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 8f49d8d33d1..7b5a79c6942 100644
--- a/protobuf/demo/java/build.xml
+++ b/protobuf/demo/java/build.xml
@@ -1,7 +1,7 @@
<!--
**********************************************************************
- Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+ Copyright (c) 2003-2015 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.
diff --git a/protobuf/demo/python/Client.py b/protobuf/demo/python/Client.py
index 0c647c58730..ca79c2de5d4 100644
--- a/protobuf/demo/python/Client.py
+++ b/protobuf/demo/python/Client.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/python/Hello.ice b/protobuf/demo/python/Hello.ice
index fb1e746d2f9..87f5c320df6 100644
--- a/protobuf/demo/python/Hello.ice
+++ b/protobuf/demo/python/Hello.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 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/python/Person.proto b/protobuf/demo/python/Person.proto
index d69651f418f..25a56ac7c78 100644
--- a/protobuf/demo/python/Person.proto
+++ b/protobuf/demo/python/Person.proto
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 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/python/Server.py b/protobuf/demo/python/Server.py
index b4bcacd9436..3ffa8174a68 100644
--- a/protobuf/demo/python/Server.py
+++ b/protobuf/demo/python/Server.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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