diff options
author | Jose <jose@zeroc.com> | 2019-01-19 13:12:29 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-01-19 13:12:29 +0100 |
commit | 7a7d495fb0c5a63e404eb62a0461bbafb06d6175 (patch) | |
tree | e0877720ce67950b8b0eaaef410631013c3cf2a4 /python/test/Ice/optional/ServerAMD.py | |
parent | Remove anonymous cipher usage in IceSSL/configuration (diff) | |
download | ice-7a7d495fb0c5a63e404eb62a0461bbafb06d6175.tar.bz2 ice-7a7d495fb0c5a63e404eb62a0461bbafb06d6175.tar.xz ice-7a7d495fb0c5a63e404eb62a0461bbafb06d6175.zip |
Copyright header simplication
Diffstat (limited to 'python/test/Ice/optional/ServerAMD.py')
-rwxr-xr-x | python/test/Ice/optional/ServerAMD.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/python/test/Ice/optional/ServerAMD.py b/python/test/Ice/optional/ServerAMD.py index e1cec3db30a..2d9b9b43826 100755 --- a/python/test/Ice/optional/ServerAMD.py +++ b/python/test/Ice/optional/ServerAMD.py @@ -1,9 +1,7 @@ #!/usr/bin/env python -# ********************************************************************** # -# Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +# Copyright (c) ZeroC, Inc. All rights reserved. # -# ********************************************************************** from TestHelper import TestHelper TestHelper.loadSlice("Test.ice") |