diff options
author | Joe George <joe@zeroc.com> | 2016-03-01 10:04:29 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-03-01 10:04:29 -0500 |
commit | 7f1a8fd1c57d349d288989365ad18af7566cfcee (patch) | |
tree | e32fe85f6035913517187db3894dd45b17534f08 /python/test/Slice | |
parent | Ice::identityToString/Ice::stringToIdentity for PHP7 (diff) | |
parent | Update copyright headers (diff) | |
download | ice-7f1a8fd1c57d349d288989365ad18af7566cfcee.tar.bz2 ice-7f1a8fd1c57d349d288989365ad18af7566cfcee.tar.xz ice-7f1a8fd1c57d349d288989365ad18af7566cfcee.zip |
Merge remote-tracking branch 'origin/3.6'
Diffstat (limited to 'python/test/Slice')
-rwxr-xr-x | python/test/Slice/import/Client.py | 2 | ||||
-rw-r--r-- | python/test/Slice/import/Test1.ice | 2 | ||||
-rw-r--r-- | python/test/Slice/import/Test2.ice | 2 | ||||
-rwxr-xr-x | python/test/Slice/import/run.py | 2 | ||||
-rwxr-xr-x | python/test/Slice/keyword/Client.py | 2 | ||||
-rw-r--r-- | python/test/Slice/keyword/Key.ice | 2 | ||||
-rwxr-xr-x | python/test/Slice/keyword/run.py | 2 | ||||
-rwxr-xr-x | python/test/Slice/macros/Client.py | 2 | ||||
-rw-r--r-- | python/test/Slice/macros/Test.ice | 2 | ||||
-rwxr-xr-x | python/test/Slice/macros/run.py | 2 | ||||
-rwxr-xr-x | python/test/Slice/structure/Client.py | 2 | ||||
-rw-r--r-- | python/test/Slice/structure/Test.ice | 2 | ||||
-rwxr-xr-x | python/test/Slice/structure/run.py | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/python/test/Slice/import/Client.py b/python/test/Slice/import/Client.py index a8f9a1956b0..76636c914e7 100755 --- a/python/test/Slice/import/Client.py +++ b/python/test/Slice/import/Client.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2016 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/Slice/import/Test1.ice b/python/test/Slice/import/Test1.ice index 48f6af92c8e..103d316fc2d 100644 --- a/python/test/Slice/import/Test1.ice +++ b/python/test/Slice/import/Test1.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2016 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/Slice/import/Test2.ice b/python/test/Slice/import/Test2.ice index 4cd0913081c..25e8951a052 100644 --- a/python/test/Slice/import/Test2.ice +++ b/python/test/Slice/import/Test2.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2016 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/Slice/import/run.py b/python/test/Slice/import/run.py index 2594c964085..538d4ae40c1 100755 --- a/python/test/Slice/import/run.py +++ b/python/test/Slice/import/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2016 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/Slice/keyword/Client.py b/python/test/Slice/keyword/Client.py index 82560627c27..b58ded5b824 100755 --- a/python/test/Slice/keyword/Client.py +++ b/python/test/Slice/keyword/Client.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2016 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/Slice/keyword/Key.ice b/python/test/Slice/keyword/Key.ice index 6e46ad0748c..777193a6c2b 100644 --- a/python/test/Slice/keyword/Key.ice +++ b/python/test/Slice/keyword/Key.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2016 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/Slice/keyword/run.py b/python/test/Slice/keyword/run.py index 2054bdd7692..3fdd4ddab0c 100755 --- a/python/test/Slice/keyword/run.py +++ b/python/test/Slice/keyword/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2016 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/Slice/macros/Client.py b/python/test/Slice/macros/Client.py index a64d7faf9b0..7fc8e85f010 100755 --- a/python/test/Slice/macros/Client.py +++ b/python/test/Slice/macros/Client.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2016 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/Slice/macros/Test.ice b/python/test/Slice/macros/Test.ice index 825c641fffa..9a5263a0164 100644 --- a/python/test/Slice/macros/Test.ice +++ b/python/test/Slice/macros/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2016 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/Slice/macros/run.py b/python/test/Slice/macros/run.py index 2054bdd7692..3fdd4ddab0c 100755 --- a/python/test/Slice/macros/run.py +++ b/python/test/Slice/macros/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2016 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/Slice/structure/Client.py b/python/test/Slice/structure/Client.py index 036ce2121d1..9bda6073cf9 100755 --- a/python/test/Slice/structure/Client.py +++ b/python/test/Slice/structure/Client.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2016 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/Slice/structure/Test.ice b/python/test/Slice/structure/Test.ice index 973a80ad921..b79d9e92953 100644 --- a/python/test/Slice/structure/Test.ice +++ b/python/test/Slice/structure/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2016 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/Slice/structure/run.py b/python/test/Slice/structure/run.py index 2054bdd7692..3fdd4ddab0c 100755 --- a/python/test/Slice/structure/run.py +++ b/python/test/Slice/structure/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2016 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. |