summaryrefslogtreecommitdiff
path: root/protobuf/test/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protobuf/test/cpp')
-rw-r--r--protobuf/test/cpp/AllTests.cpp2
-rw-r--r--protobuf/test/cpp/Client.cpp2
-rw-r--r--protobuf/test/cpp/Makefile2
-rw-r--r--protobuf/test/cpp/Makefile.mak2
-rw-r--r--protobuf/test/cpp/Server.cpp2
-rw-r--r--protobuf/test/cpp/StreamProtobuf.h2
-rw-r--r--protobuf/test/cpp/Test.ice2
-rw-r--r--protobuf/test/cpp/Test.proto2
-rw-r--r--protobuf/test/cpp/TestI.cpp2
-rw-r--r--protobuf/test/cpp/TestI.h2
-rwxr-xr-xprotobuf/test/cpp/run.py2
11 files changed, 11 insertions, 11 deletions
diff --git a/protobuf/test/cpp/AllTests.cpp b/protobuf/test/cpp/AllTests.cpp
index 10c7322fe87..3e34c95daff 100644
--- a/protobuf/test/cpp/AllTests.cpp
+++ b/protobuf/test/cpp/AllTests.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/test/cpp/Client.cpp b/protobuf/test/cpp/Client.cpp
index 084509d7b6a..461770bef22 100644
--- a/protobuf/test/cpp/Client.cpp
+++ b/protobuf/test/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/test/cpp/Makefile b/protobuf/test/cpp/Makefile
index 9fd72a3a6b2..70399535c6e 100644
--- a/protobuf/test/cpp/Makefile
+++ b/protobuf/test/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/test/cpp/Makefile.mak b/protobuf/test/cpp/Makefile.mak
index b40fb8517a3..53bc357c294 100644
--- a/protobuf/test/cpp/Makefile.mak
+++ b/protobuf/test/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/test/cpp/Server.cpp b/protobuf/test/cpp/Server.cpp
index 61ee8b830a7..70672cdf8d4 100644
--- a/protobuf/test/cpp/Server.cpp
+++ b/protobuf/test/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/test/cpp/StreamProtobuf.h b/protobuf/test/cpp/StreamProtobuf.h
index ff2bfd665a9..fbe3f2d02aa 100644
--- a/protobuf/test/cpp/StreamProtobuf.h
+++ b/protobuf/test/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/test/cpp/Test.ice b/protobuf/test/cpp/Test.ice
index 169040c48be..ad337be770f 100644
--- a/protobuf/test/cpp/Test.ice
+++ b/protobuf/test/cpp/Test.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/test/cpp/Test.proto b/protobuf/test/cpp/Test.proto
index 29e8ec3c165..c11fefd78f1 100644
--- a/protobuf/test/cpp/Test.proto
+++ b/protobuf/test/cpp/Test.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 is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/protobuf/test/cpp/TestI.cpp b/protobuf/test/cpp/TestI.cpp
index d51e54ed46b..d5992b71354 100644
--- a/protobuf/test/cpp/TestI.cpp
+++ b/protobuf/test/cpp/TestI.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/test/cpp/TestI.h b/protobuf/test/cpp/TestI.h
index 4aed352bcac..aa6a9133452 100644
--- a/protobuf/test/cpp/TestI.h
+++ b/protobuf/test/cpp/TestI.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/test/cpp/run.py b/protobuf/test/cpp/run.py
index 2e3d6b2bcf4..37487ff2315 100755
--- a/protobuf/test/cpp/run.py
+++ b/protobuf/test/cpp/run.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