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/test/py | |
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/test/py')
-rw-r--r-- | protobuf/test/py/AllTests.py | 2 | ||||
-rwxr-xr-x | protobuf/test/py/Client.py | 2 | ||||
-rwxr-xr-x | protobuf/test/py/Server.py | 2 | ||||
-rw-r--r-- | protobuf/test/py/Test.ice | 2 | ||||
-rw-r--r-- | protobuf/test/py/Test.proto | 2 | ||||
-rwxr-xr-x | protobuf/test/py/run.py | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/protobuf/test/py/AllTests.py b/protobuf/test/py/AllTests.py index 0653c2772fe..5a1d5f6c0dc 100644 --- a/protobuf/test/py/AllTests.py +++ b/protobuf/test/py/AllTests.py @@ -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/test/py/Client.py b/protobuf/test/py/Client.py index 5c16d8b4564..61b094024cf 100755 --- a/protobuf/test/py/Client.py +++ b/protobuf/test/py/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/test/py/Server.py b/protobuf/test/py/Server.py index 2c7a6b9b9dc..3cb5e76dd79 100755 --- a/protobuf/test/py/Server.py +++ b/protobuf/test/py/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 diff --git a/protobuf/test/py/Test.ice b/protobuf/test/py/Test.ice index 70421570e21..c3b0c46a794 100644 --- a/protobuf/test/py/Test.ice +++ b/protobuf/test/py/Test.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/test/py/Test.proto b/protobuf/test/py/Test.proto index 29e8ec3c165..c11fefd78f1 100644 --- a/protobuf/test/py/Test.proto +++ b/protobuf/test/py/Test.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 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 da53f032c5a..b00f35d294d 100755 --- a/protobuf/test/py/run.py +++ b/protobuf/test/py/run.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 |