diff options
author | Joe George <joe@zeroc.com> | 2017-02-13 18:40:00 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2017-02-13 18:40:00 -0500 |
commit | 274d82b037c5331c7be1bce5e75335ce727be96e (patch) | |
tree | 8c14faad979cf1d3c96689a20fed45329c8198c6 /python/test/Ice/inheritance | |
parent | Fixed (ICE-7276) - Comparing struct with Ice::Unset results in error in Ruby (diff) | |
download | ice-274d82b037c5331c7be1bce5e75335ce727be96e.tar.bz2 ice-274d82b037c5331c7be1bce5e75335ce727be96e.tar.xz ice-274d82b037c5331c7be1bce5e75335ce727be96e.zip |
ICE-7506 - Update copyright to 2017
Diffstat (limited to 'python/test/Ice/inheritance')
-rw-r--r-- | python/test/Ice/inheritance/AllTests.py | 2 | ||||
-rwxr-xr-x | python/test/Ice/inheritance/Client.py | 2 | ||||
-rwxr-xr-x | python/test/Ice/inheritance/Collocated.py | 2 | ||||
-rwxr-xr-x | python/test/Ice/inheritance/Server.py | 2 | ||||
-rw-r--r-- | python/test/Ice/inheritance/Test.ice | 2 | ||||
-rw-r--r-- | python/test/Ice/inheritance/TestI.py | 2 | ||||
-rwxr-xr-x | python/test/Ice/inheritance/run.py | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/python/test/Ice/inheritance/AllTests.py b/python/test/Ice/inheritance/AllTests.py index 87adb4ba479..638a099c9b9 100644 --- a/python/test/Ice/inheritance/AllTests.py +++ b/python/test/Ice/inheritance/AllTests.py @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2017 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/python/test/Ice/inheritance/Client.py b/python/test/Ice/inheritance/Client.py index af8035a4634..842cef5c4be 100755 --- a/python/test/Ice/inheritance/Client.py +++ b/python/test/Ice/inheritance/Client.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2017 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/python/test/Ice/inheritance/Collocated.py b/python/test/Ice/inheritance/Collocated.py index c87c477ade1..479f94dd558 100755 --- a/python/test/Ice/inheritance/Collocated.py +++ b/python/test/Ice/inheritance/Collocated.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2017 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/python/test/Ice/inheritance/Server.py b/python/test/Ice/inheritance/Server.py index 2aa29b366ee..a445f89f0db 100755 --- a/python/test/Ice/inheritance/Server.py +++ b/python/test/Ice/inheritance/Server.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2017 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/python/test/Ice/inheritance/Test.ice b/python/test/Ice/inheritance/Test.ice index 2e9b176c00b..84af3da3fd6 100644 --- a/python/test/Ice/inheritance/Test.ice +++ b/python/test/Ice/inheritance/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2017 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/python/test/Ice/inheritance/TestI.py b/python/test/Ice/inheritance/TestI.py index e5932e9b5d8..9b06a39c8cb 100644 --- a/python/test/Ice/inheritance/TestI.py +++ b/python/test/Ice/inheritance/TestI.py @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2017 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/python/test/Ice/inheritance/run.py b/python/test/Ice/inheritance/run.py index 89beb6cd7a7..e3c2c280892 100755 --- a/python/test/Ice/inheritance/run.py +++ b/python/test/Ice/inheritance/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2017 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. |