diff options
author | Bernard Normier <bernard@zeroc.com> | 2017-06-02 10:07:04 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2017-06-02 10:07:04 -0400 |
commit | e8d141c7b354143f5b5a996df588ec29ef68a6b6 (patch) | |
tree | 6f51e22908d2c046cacd913292316efaf2e00785 /scripts/tests/Slice/generation.py | |
parent | Fixed missing or mangled copyright notice (diff) | |
download | ice-e8d141c7b354143f5b5a996df588ec29ef68a6b6.tar.bz2 ice-e8d141c7b354143f5b5a996df588ec29ef68a6b6.tar.xz ice-e8d141c7b354143f5b5a996df588ec29ef68a6b6.zip |
Added missing copyright notice
Diffstat (limited to 'scripts/tests/Slice/generation.py')
-rw-r--r-- | scripts/tests/Slice/generation.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/tests/Slice/generation.py b/scripts/tests/Slice/generation.py index ddd4c949110..532d9221ade 100644 --- a/scripts/tests/Slice/generation.py +++ b/scripts/tests/Slice/generation.py @@ -1,3 +1,12 @@ +# ********************************************************************** +# +# 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. +# +# ********************************************************************** + class SliceGenerationTestCase(ClientTestCase): def runClientSide(self, current): |