summaryrefslogtreecommitdiff
path: root/protobuf/test
diff options
context:
space:
mode:
Diffstat (limited to 'protobuf/test')
-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
-rw-r--r--protobuf/test/java/AllTests.java2
-rw-r--r--protobuf/test/java/Client.java2
-rw-r--r--protobuf/test/java/MyClassI.java2
-rw-r--r--protobuf/test/java/Server.java2
-rw-r--r--protobuf/test/java/Test.ice2
-rw-r--r--protobuf/test/java/Test.proto2
-rw-r--r--protobuf/test/java/ant/ProtocTask.java2
-rw-r--r--protobuf/test/java/build.xml2
-rwxr-xr-xprotobuf/test/java/run.py2
-rw-r--r--protobuf/test/py/AllTests.py2
-rwxr-xr-xprotobuf/test/py/Client.py2
-rwxr-xr-xprotobuf/test/py/Server.py2
-rw-r--r--protobuf/test/py/Test.ice2
-rw-r--r--protobuf/test/py/Test.proto2
-rwxr-xr-xprotobuf/test/py/run.py2
26 files changed, 26 insertions, 26 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
diff --git a/protobuf/test/java/AllTests.java b/protobuf/test/java/AllTests.java
index 0efab863677..c1588b82499 100644
--- a/protobuf/test/java/AllTests.java
+++ b/protobuf/test/java/AllTests.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/test/java/Client.java b/protobuf/test/java/Client.java
index d81a55c77b7..d58617da204 100644
--- a/protobuf/test/java/Client.java
+++ b/protobuf/test/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/test/java/MyClassI.java b/protobuf/test/java/MyClassI.java
index a157ccb195f..3da9244349d 100644
--- a/protobuf/test/java/MyClassI.java
+++ b/protobuf/test/java/MyClassI.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/test/java/Server.java b/protobuf/test/java/Server.java
index bbacaf97b9d..0dd2d7576b9 100644
--- a/protobuf/test/java/Server.java
+++ b/protobuf/test/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/test/java/Test.ice b/protobuf/test/java/Test.ice
index 933d60578e9..5a21b8b2873 100644
--- a/protobuf/test/java/Test.ice
+++ b/protobuf/test/java/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/java/Test.proto b/protobuf/test/java/Test.proto
index c11fefd78f1..24d216666aa 100644
--- a/protobuf/test/java/Test.proto
+++ b/protobuf/test/java/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/java/ant/ProtocTask.java b/protobuf/test/java/ant/ProtocTask.java
index d74dc4a5e43..3bc27d35a7f 100644
--- a/protobuf/test/java/ant/ProtocTask.java
+++ b/protobuf/test/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/test/java/build.xml b/protobuf/test/java/build.xml
index 7cbf15d359c..0002f5609b0 100644
--- a/protobuf/test/java/build.xml
+++ b/protobuf/test/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/test/java/run.py b/protobuf/test/java/run.py
index 6514a64a471..eccdce33bec 100755
--- a/protobuf/test/java/run.py
+++ b/protobuf/test/java/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
diff --git a/protobuf/test/py/AllTests.py b/protobuf/test/py/AllTests.py
index 5a1d5f6c0dc..71abc1a2515 100644
--- a/protobuf/test/py/AllTests.py
+++ b/protobuf/test/py/AllTests.py
@@ -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/py/Client.py b/protobuf/test/py/Client.py
index 61b094024cf..6e861392663 100755
--- a/protobuf/test/py/Client.py
+++ b/protobuf/test/py/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/test/py/Server.py b/protobuf/test/py/Server.py
index 3cb5e76dd79..8dc0087f16f 100755
--- a/protobuf/test/py/Server.py
+++ b/protobuf/test/py/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
diff --git a/protobuf/test/py/Test.ice b/protobuf/test/py/Test.ice
index 6cfde9737a4..a01790fbe67 100644
--- a/protobuf/test/py/Test.ice
+++ b/protobuf/test/py/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/py/Test.proto b/protobuf/test/py/Test.proto
index c11fefd78f1..24d216666aa 100644
--- a/protobuf/test/py/Test.proto
+++ b/protobuf/test/py/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/py/run.py b/protobuf/test/py/run.py
index b00f35d294d..c93f3efecfa 100755
--- a/protobuf/test/py/run.py
+++ b/protobuf/test/py/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