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 3e34c95daff..59bb3ef67dc 100644
--- a/protobuf/test/cpp/AllTests.cpp
+++ b/protobuf/test/cpp/AllTests.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/test/cpp/Client.cpp b/protobuf/test/cpp/Client.cpp
index 461770bef22..8a0c12f6dea 100644
--- a/protobuf/test/cpp/Client.cpp
+++ b/protobuf/test/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/test/cpp/Makefile b/protobuf/test/cpp/Makefile
index 70399535c6e..cffb5553a84 100644
--- a/protobuf/test/cpp/Makefile
+++ b/protobuf/test/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/test/cpp/Makefile.mak b/protobuf/test/cpp/Makefile.mak
index 53bc357c294..d4b96d77d9b 100644
--- a/protobuf/test/cpp/Makefile.mak
+++ b/protobuf/test/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/test/cpp/Server.cpp b/protobuf/test/cpp/Server.cpp
index 70672cdf8d4..dcccbb8de37 100644
--- a/protobuf/test/cpp/Server.cpp
+++ b/protobuf/test/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/test/cpp/StreamProtobuf.h b/protobuf/test/cpp/StreamProtobuf.h
index fbe3f2d02aa..1efa3f4f171 100644
--- a/protobuf/test/cpp/StreamProtobuf.h
+++ b/protobuf/test/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/test/cpp/Test.ice b/protobuf/test/cpp/Test.ice
index cdcc754e927..afff9319dda 100644
--- a/protobuf/test/cpp/Test.ice
+++ b/protobuf/test/cpp/Test.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/test/cpp/Test.proto b/protobuf/test/cpp/Test.proto
index c11fefd78f1..24d216666aa 100644
--- a/protobuf/test/cpp/Test.proto
+++ b/protobuf/test/cpp/Test.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 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 d5992b71354..bd01a892fed 100644
--- a/protobuf/test/cpp/TestI.cpp
+++ b/protobuf/test/cpp/TestI.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/test/cpp/TestI.h b/protobuf/test/cpp/TestI.h
index aa6a9133452..001eb1ecb7f 100644
--- a/protobuf/test/cpp/TestI.h
+++ b/protobuf/test/cpp/TestI.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/test/cpp/run.py b/protobuf/test/cpp/run.py
index 37487ff2315..2c6255f3c74 100755
--- a/protobuf/test/cpp/run.py
+++ b/protobuf/test/cpp/run.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