diff options
Diffstat (limited to 'python/test/Ice/custom')
-rw-r--r-- | python/test/Ice/custom/AllTests.py | 2 | ||||
-rwxr-xr-x | python/test/Ice/custom/Client.py | 2 | ||||
-rwxr-xr-x | python/test/Ice/custom/Server.py | 2 | ||||
-rw-r--r-- | python/test/Ice/custom/Test.ice | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/python/test/Ice/custom/AllTests.py b/python/test/Ice/custom/AllTests.py index a76be9b9aaf..ad41358f0b9 100644 --- a/python/test/Ice/custom/AllTests.py +++ b/python/test/Ice/custom/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/custom/Client.py b/python/test/Ice/custom/Client.py index 377c310b823..ccffc2b1508 100755 --- a/python/test/Ice/custom/Client.py +++ b/python/test/Ice/custom/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/custom/Server.py b/python/test/Ice/custom/Server.py index 49c830c1ace..ad132e98526 100755 --- a/python/test/Ice/custom/Server.py +++ b/python/test/Ice/custom/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/custom/Test.ice b/python/test/Ice/custom/Test.ice index efcd5d92053..3f6d5db741e 100644 --- a/python/test/Ice/custom/Test.ice +++ b/python/test/Ice/custom/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. |