diff options
Diffstat (limited to 'protobuf/demo/cpp')
-rw-r--r-- | protobuf/demo/cpp/Client.cpp | 2 | ||||
-rw-r--r-- | protobuf/demo/cpp/Hello.ice | 2 | ||||
-rw-r--r-- | protobuf/demo/cpp/HelloI.cpp | 2 | ||||
-rw-r--r-- | protobuf/demo/cpp/HelloI.h | 2 | ||||
-rw-r--r-- | protobuf/demo/cpp/Makefile | 2 | ||||
-rw-r--r-- | protobuf/demo/cpp/Makefile.mak | 2 | ||||
-rw-r--r-- | protobuf/demo/cpp/Person.proto | 2 | ||||
-rw-r--r-- | protobuf/demo/cpp/Server.cpp | 2 | ||||
-rw-r--r-- | protobuf/demo/cpp/StreamProtobuf.h | 2 |
9 files changed, 9 insertions, 9 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 |