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 61b238d53ab..bcca15d8b31 100644
--- a/protobuf/demo/cpp/Client.cpp
+++ b/protobuf/demo/cpp/Client.cpp
@@ -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/cpp/Hello.ice b/protobuf/demo/cpp/Hello.ice
index 4acc0b046d9..8d094f31ef7 100644
--- a/protobuf/demo/cpp/Hello.ice
+++ b/protobuf/demo/cpp/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/cpp/HelloI.cpp b/protobuf/demo/cpp/HelloI.cpp
index dfd9864c99f..5415eab2557 100644
--- a/protobuf/demo/cpp/HelloI.cpp
+++ b/protobuf/demo/cpp/HelloI.cpp
@@ -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/cpp/HelloI.h b/protobuf/demo/cpp/HelloI.h
index 2a0809cbcdb..7db19c9071d 100644
--- a/protobuf/demo/cpp/HelloI.h
+++ b/protobuf/demo/cpp/HelloI.h
@@ -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/cpp/Makefile b/protobuf/demo/cpp/Makefile
index d63c5fd3a6c..8f71533c289 100644
--- a/protobuf/demo/cpp/Makefile
+++ b/protobuf/demo/cpp/Makefile
@@ -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/cpp/Makefile.mak b/protobuf/demo/cpp/Makefile.mak
index 4c886bd91d7..f361cae0846 100644
--- a/protobuf/demo/cpp/Makefile.mak
+++ b/protobuf/demo/cpp/Makefile.mak
@@ -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/cpp/Person.proto b/protobuf/demo/cpp/Person.proto
index c512c800570..d69651f418f 100644
--- a/protobuf/demo/cpp/Person.proto
+++ b/protobuf/demo/cpp/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/cpp/Server.cpp b/protobuf/demo/cpp/Server.cpp
index c6202344ee8..4f2c200c6ff 100644
--- a/protobuf/demo/cpp/Server.cpp
+++ b/protobuf/demo/cpp/Server.cpp
@@ -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/cpp/StreamProtobuf.h b/protobuf/demo/cpp/StreamProtobuf.h
index ff2bfd665a9..fbe3f2d02aa 100644
--- a/protobuf/demo/cpp/StreamProtobuf.h
+++ b/protobuf/demo/cpp/StreamProtobuf.h
@@ -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/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.
diff --git a/protobuf/demo/python/Client.py b/protobuf/demo/python/Client.py
index cfe8b99579d..0c647c58730 100644
--- a/protobuf/demo/python/Client.py
+++ b/protobuf/demo/python/Client.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# 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/python/Hello.ice b/protobuf/demo/python/Hello.ice
index 418a12b8e55..fb1e746d2f9 100644
--- a/protobuf/demo/python/Hello.ice
+++ b/protobuf/demo/python/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/python/Person.proto b/protobuf/demo/python/Person.proto
index c512c800570..d69651f418f 100644
--- a/protobuf/demo/python/Person.proto
+++ b/protobuf/demo/python/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/python/Server.py b/protobuf/demo/python/Server.py
index 8973effcd95..b4bcacd9436 100644
--- a/protobuf/demo/python/Server.py
+++ b/protobuf/demo/python/Server.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# 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