diff options
author | Mark Spruiell <mes@zeroc.com> | 2014-03-19 12:45:55 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2014-03-19 12:45:55 -0700 |
commit | cdcffbcc3c3c052afdeb772ff0167e7a90b525bb (patch) | |
tree | 4f16ee41ef7d33394c44e9db81e4d6cd89908250 /protobuf/demo/python | |
parent | fixing testicedist.py for 5487 (diff) | |
download | ice-cdcffbcc3c3c052afdeb772ff0167e7a90b525bb.tar.bz2 ice-cdcffbcc3c3c052afdeb772ff0167e7a90b525bb.tar.xz ice-cdcffbcc3c3c052afdeb772ff0167e7a90b525bb.zip |
merging javascript branch
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 cfe8b99579d..0c647c58730 100644 --- a/protobuf/demo/python/Client.py +++ b/protobuf/demo/python/Client.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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 418a12b8e55..fb1e746d2f9 100644 --- a/protobuf/demo/python/Hello.ice +++ b/protobuf/demo/python/Hello.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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 c512c800570..d69651f418f 100644 --- a/protobuf/demo/python/Person.proto +++ b/protobuf/demo/python/Person.proto @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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 8973effcd95..b4bcacd9436 100644 --- a/protobuf/demo/python/Server.py +++ b/protobuf/demo/python/Server.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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 |