diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-04-25 09:26:49 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-04-25 09:26:49 +0200 |
commit | ef49ae7797084bf71e50616d360620b80f4b63cc (patch) | |
tree | 663abee4b3a608d437820f06596ed0fc355b0f67 /py/test/Slice/structure | |
parent | python 3 support (diff) | |
download | ice-ef49ae7797084bf71e50616d360620b80f4b63cc.tar.bz2 ice-ef49ae7797084bf71e50616d360620b80f4b63cc.tar.xz ice-ef49ae7797084bf71e50616d360620b80f4b63cc.zip |
Fixed copyrights
Diffstat (limited to 'py/test/Slice/structure')
-rwxr-xr-x | py/test/Slice/structure/Client.py | 2 | ||||
-rw-r--r-- | py/test/Slice/structure/Test.ice | 2 | ||||
-rwxr-xr-x | py/test/Slice/structure/run.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/py/test/Slice/structure/Client.py b/py/test/Slice/structure/Client.py index 5db17fbb946..b0c8666fe14 100755 --- a/py/test/Slice/structure/Client.py +++ b/py/test/Slice/structure/Client.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2012 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/py/test/Slice/structure/Test.ice b/py/test/Slice/structure/Test.ice index 3965db63dbc..e686817fe33 100644 --- a/py/test/Slice/structure/Test.ice +++ b/py/test/Slice/structure/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2012 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/py/test/Slice/structure/run.py b/py/test/Slice/structure/run.py index 9408d16c691..f13ab0a0e4c 100755 --- a/py/test/Slice/structure/run.py +++ b/py/test/Slice/structure/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2012 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. |