diff options
Diffstat (limited to 'protobuf/demo/python')
-rw-r--r-- | protobuf/demo/python/Client.py | 2 | ||||
-rw-r--r-- | protobuf/demo/python/Hello.ice | 2 | ||||
-rw-r--r-- | protobuf/demo/python/Person.proto | 2 | ||||
-rw-r--r-- | protobuf/demo/python/Server.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/protobuf/demo/python/Client.py b/protobuf/demo/python/Client.py index 0c647c58730..ca79c2de5d4 100644 --- a/protobuf/demo/python/Client.py +++ b/protobuf/demo/python/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/demo/python/Hello.ice b/protobuf/demo/python/Hello.ice index fb1e746d2f9..87f5c320df6 100644 --- a/protobuf/demo/python/Hello.ice +++ b/protobuf/demo/python/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/python/Person.proto b/protobuf/demo/python/Person.proto index d69651f418f..25a56ac7c78 100644 --- a/protobuf/demo/python/Person.proto +++ b/protobuf/demo/python/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/python/Server.py b/protobuf/demo/python/Server.py index b4bcacd9436..3ffa8174a68 100644 --- a/protobuf/demo/python/Server.py +++ b/protobuf/demo/python/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 |