diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-01-05 10:18:10 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-01-05 10:18:10 -0330 |
commit | 9776285f46e4dbc15f285394daffd1e69490fb21 (patch) | |
tree | 554789184a560ec5efc6a8e28d83fd0256d35fee /protobuf/demo/python | |
parent | ICE-6253 Functional_TwowayCallbackDouble is invalid (diff) | |
download | ice-9776285f46e4dbc15f285394daffd1e69490fb21.tar.bz2 ice-9776285f46e4dbc15f285394daffd1e69490fb21.tar.xz ice-9776285f46e4dbc15f285394daffd1e69490fb21.zip |
Updated copyright to 2015
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 |