summaryrefslogtreecommitdiff
path: root/scripts/tests
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-01-19 13:12:29 +0100
committerJose <jose@zeroc.com>2019-01-19 13:12:29 +0100
commit7a7d495fb0c5a63e404eb62a0461bbafb06d6175 (patch)
treee0877720ce67950b8b0eaaef410631013c3cf2a4 /scripts/tests
parentRemove anonymous cipher usage in IceSSL/configuration (diff)
downloadice-7a7d495fb0c5a63e404eb62a0461bbafb06d6175.tar.bz2
ice-7a7d495fb0c5a63e404eb62a0461bbafb06d6175.tar.xz
ice-7a7d495fb0c5a63e404eb62a0461bbafb06d6175.zip
Copyright header simplication
Diffstat (limited to 'scripts/tests')
-rw-r--r--scripts/tests/Glacier2/__init__.py4
-rw-r--r--scripts/tests/Glacier2/application.py4
-rw-r--r--scripts/tests/Glacier2/router.py4
-rw-r--r--scripts/tests/Glacier2/sessionHelper.py4
-rw-r--r--scripts/tests/Ice/__init__.py4
-rw-r--r--scripts/tests/Ice/adapterDeactivation.py4
-rw-r--r--scripts/tests/Ice/admin.py4
-rw-r--r--scripts/tests/Ice/ami.py4
-rw-r--r--scripts/tests/Ice/background.py4
-rw-r--r--scripts/tests/Ice/binding.py4
-rw-r--r--scripts/tests/Ice/enums.py4
-rw-r--r--scripts/tests/Ice/exceptions.py4
-rwxr-xr-xscripts/tests/Ice/faultTolerance.py4
-rw-r--r--scripts/tests/Ice/hold.py4
-rw-r--r--scripts/tests/Ice/info.py4
-rw-r--r--scripts/tests/Ice/interceptor.py4
-rw-r--r--scripts/tests/Ice/interrupt.py4
-rw-r--r--scripts/tests/Ice/location.py4
-rw-r--r--scripts/tests/Ice/metrics.py4
-rw-r--r--scripts/tests/Ice/networkProxy.py4
-rw-r--r--scripts/tests/Ice/objects.py4
-rw-r--r--scripts/tests/Ice/optional.py4
-rw-r--r--scripts/tests/Ice/properties.py4
-rw-r--r--scripts/tests/Ice/retry.py4
-rw-r--r--scripts/tests/Ice/slicing/__init__.py4
-rw-r--r--scripts/tests/Ice/slicing/exceptions.py4
-rw-r--r--scripts/tests/Ice/slicing/objects.py4
-rw-r--r--scripts/tests/Ice/stream.py4
-rw-r--r--scripts/tests/Ice/timeout.py4
-rw-r--r--scripts/tests/Ice/udp.py4
-rw-r--r--scripts/tests/IceBox/__init__.py4
-rw-r--r--scripts/tests/IceBox/admin.py4
-rw-r--r--scripts/tests/IceBox/configuration.py4
-rw-r--r--scripts/tests/IceDiscovery/__init__.py4
-rw-r--r--scripts/tests/IceDiscovery/simple.py4
-rw-r--r--scripts/tests/IceGrid/__init__.py4
-rw-r--r--scripts/tests/IceGrid/simple.py4
-rw-r--r--scripts/tests/IceSSL/__init__.py4
-rw-r--r--scripts/tests/IceSSL/configuration.py4
-rw-r--r--scripts/tests/Slice/__init__.py4
-rw-r--r--scripts/tests/Slice/generation.py4
-rw-r--r--scripts/tests/__init__.py4
42 files changed, 42 insertions, 126 deletions
diff --git a/scripts/tests/Glacier2/__init__.py b/scripts/tests/Glacier2/__init__.py
index 4d2a0be63b3..29b8968f1ec 100644
--- a/scripts/tests/Glacier2/__init__.py
+++ b/scripts/tests/Glacier2/__init__.py
@@ -1,5 +1,3 @@
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
diff --git a/scripts/tests/Glacier2/application.py b/scripts/tests/Glacier2/application.py
index f6cc89c53ea..2b8886ebe4c 100644
--- a/scripts/tests/Glacier2/application.py
+++ b/scripts/tests/Glacier2/application.py
@@ -1,8 +1,6 @@
# -*- coding: utf-8 -*-
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
Glacier2TestSuite(__name__, routerProps = { "Glacier2.SessionTimeout" : 30 })
diff --git a/scripts/tests/Glacier2/router.py b/scripts/tests/Glacier2/router.py
index ef896195656..a6245a800eb 100644
--- a/scripts/tests/Glacier2/router.py
+++ b/scripts/tests/Glacier2/router.py
@@ -1,9 +1,7 @@
# -*- coding: utf-8 -*-
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
passwords = {
"userid": "abc123",
diff --git a/scripts/tests/Glacier2/sessionHelper.py b/scripts/tests/Glacier2/sessionHelper.py
index f6cc89c53ea..2b8886ebe4c 100644
--- a/scripts/tests/Glacier2/sessionHelper.py
+++ b/scripts/tests/Glacier2/sessionHelper.py
@@ -1,8 +1,6 @@
# -*- coding: utf-8 -*-
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
Glacier2TestSuite(__name__, routerProps = { "Glacier2.SessionTimeout" : 30 })
diff --git a/scripts/tests/Ice/__init__.py b/scripts/tests/Ice/__init__.py
index 4d2a0be63b3..29b8968f1ec 100644
--- a/scripts/tests/Ice/__init__.py
+++ b/scripts/tests/Ice/__init__.py
@@ -1,5 +1,3 @@
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
diff --git a/scripts/tests/Ice/adapterDeactivation.py b/scripts/tests/Ice/adapterDeactivation.py
index 13c0e0432fa..01239f17d70 100644
--- a/scripts/tests/Ice/adapterDeactivation.py
+++ b/scripts/tests/Ice/adapterDeactivation.py
@@ -1,8 +1,6 @@
# -*- coding: utf-8 -*-
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
TestSuite(__name__, multihost=False)
diff --git a/scripts/tests/Ice/admin.py b/scripts/tests/Ice/admin.py
index 3cbf28777c6..47f5c692ddd 100644
--- a/scripts/tests/Ice/admin.py
+++ b/scripts/tests/Ice/admin.py
@@ -1,8 +1,6 @@
# -*- coding: utf-8 -*-
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
TestSuite(__name__, options = { "ipv6" : [False] }, multihost=False)
diff --git a/scripts/tests/Ice/ami.py b/scripts/tests/Ice/ami.py
index 04e411cca86..3f369cbd21b 100644
--- a/scripts/tests/Ice/ami.py
+++ b/scripts/tests/Ice/ami.py
@@ -1,9 +1,7 @@
# -*- coding: utf-8 -*-
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
# Enable some tracing to allow investigating test failures
traceProps = {
diff --git a/scripts/tests/Ice/background.py b/scripts/tests/Ice/background.py
index 89a3c142520..4616c54b061 100644
--- a/scripts/tests/Ice/background.py
+++ b/scripts/tests/Ice/background.py
@@ -1,7 +1,5 @@
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
TestSuite(__name__, libDirs=["testtransport"], options={ "mx": [False] })
diff --git a/scripts/tests/Ice/binding.py b/scripts/tests/Ice/binding.py
index 4601c524bc2..8dea61ab254 100644
--- a/scripts/tests/Ice/binding.py
+++ b/scripts/tests/Ice/binding.py
@@ -1,9 +1,7 @@
# -*- coding: utf-8 -*-
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
def setlimits():
if not isinstance(platform, Windows):
diff --git a/scripts/tests/Ice/enums.py b/scripts/tests/Ice/enums.py
index 703885f49f3..287ba20f474 100644
--- a/scripts/tests/Ice/enums.py
+++ b/scripts/tests/Ice/enums.py
@@ -1,8 +1,6 @@
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
TestSuite(__name__, [
ClientServerTestCase("client/server with default encoding"),
diff --git a/scripts/tests/Ice/exceptions.py b/scripts/tests/Ice/exceptions.py
index 2e86e27bbae..982c08a20d7 100644
--- a/scripts/tests/Ice/exceptions.py
+++ b/scripts/tests/Ice/exceptions.py
@@ -1,8 +1,6 @@
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
testcases = [
ClientServerTestCase("client/server with compact format"),
diff --git a/scripts/tests/Ice/faultTolerance.py b/scripts/tests/Ice/faultTolerance.py
index 6cd7720998d..caa9a3b4aca 100755
--- a/scripts/tests/Ice/faultTolerance.py
+++ b/scripts/tests/Ice/faultTolerance.py
@@ -1,8 +1,6 @@
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
from Util import *
diff --git a/scripts/tests/Ice/hold.py b/scripts/tests/Ice/hold.py
index c752413b55b..9e389bc9ed2 100644
--- a/scripts/tests/Ice/hold.py
+++ b/scripts/tests/Ice/hold.py
@@ -1,8 +1,6 @@
# -*- coding: utf-8 -*-
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
TestSuite(__name__, [ClientServerTestCase(server=Server(readyCount=2))])
diff --git a/scripts/tests/Ice/info.py b/scripts/tests/Ice/info.py
index 21ad4279cc9..70cdb42f626 100644
--- a/scripts/tests/Ice/info.py
+++ b/scripts/tests/Ice/info.py
@@ -1,8 +1,6 @@
# -*- coding: utf-8 -*-
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
TestSuite(__name__, options = { "ipv6" : [False], "compress" : [False] }, multihost=False)
diff --git a/scripts/tests/Ice/interceptor.py b/scripts/tests/Ice/interceptor.py
index 9408f6e79f5..686ff180970 100644
--- a/scripts/tests/Ice/interceptor.py
+++ b/scripts/tests/Ice/interceptor.py
@@ -1,7 +1,5 @@
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
TestSuite(__name__, [ClientTestCase(client=Client(props={"Ice.Warn.Dispatch" : 0}))], libDirs=["interceptortest"])
diff --git a/scripts/tests/Ice/interrupt.py b/scripts/tests/Ice/interrupt.py
index ebb02b8294e..016ef8b330d 100644
--- a/scripts/tests/Ice/interrupt.py
+++ b/scripts/tests/Ice/interrupt.py
@@ -1,8 +1,6 @@
# -*- coding: utf-8 -*-
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
TestSuite(__name__, options = { "compress" : [False] })
diff --git a/scripts/tests/Ice/location.py b/scripts/tests/Ice/location.py
index 858391ee0b6..69bbbb97388 100644
--- a/scripts/tests/Ice/location.py
+++ b/scripts/tests/Ice/location.py
@@ -1,9 +1,7 @@
# -*- coding: utf-8 -*-
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
# Enable some tracing to allow investigating test failures
traceProps = {
diff --git a/scripts/tests/Ice/metrics.py b/scripts/tests/Ice/metrics.py
index 62d93422b14..19f8e43f474 100644
--- a/scripts/tests/Ice/metrics.py
+++ b/scripts/tests/Ice/metrics.py
@@ -1,9 +1,7 @@
# -*- coding: utf-8 -*-
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
# Enable some tracing to allow investigating test failures
traceProps = {
diff --git a/scripts/tests/Ice/networkProxy.py b/scripts/tests/Ice/networkProxy.py
index ca98b0bc14c..af10905b65d 100644
--- a/scripts/tests/Ice/networkProxy.py
+++ b/scripts/tests/Ice/networkProxy.py
@@ -1,8 +1,6 @@
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
import NetworkProxy
diff --git a/scripts/tests/Ice/objects.py b/scripts/tests/Ice/objects.py
index 200af393e45..fe972e7d547 100644
--- a/scripts/tests/Ice/objects.py
+++ b/scripts/tests/Ice/objects.py
@@ -1,8 +1,6 @@
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
#
# Use a server stack size of 512KB, this is in particular important for Java
diff --git a/scripts/tests/Ice/optional.py b/scripts/tests/Ice/optional.py
index 43f7e981b0b..4e6994bbd61 100644
--- a/scripts/tests/Ice/optional.py
+++ b/scripts/tests/Ice/optional.py
@@ -1,8 +1,6 @@
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
testcases = [
ClientServerTestCase("client/server with compact format"),
diff --git a/scripts/tests/Ice/properties.py b/scripts/tests/Ice/properties.py
index ae09fe5b821..f0dd326cdd1 100644
--- a/scripts/tests/Ice/properties.py
+++ b/scripts/tests/Ice/properties.py
@@ -1,9 +1,7 @@
# -*- coding: utf-8 -*-
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
class PropertiesTestSuite(TestSuite):
diff --git a/scripts/tests/Ice/retry.py b/scripts/tests/Ice/retry.py
index 3fc2e176e38..ff589037696 100644
--- a/scripts/tests/Ice/retry.py
+++ b/scripts/tests/Ice/retry.py
@@ -1,9 +1,7 @@
# -*- coding: utf-8 -*-
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
# Enable some tracing to allow investigating test failures
traceProps = {
diff --git a/scripts/tests/Ice/slicing/__init__.py b/scripts/tests/Ice/slicing/__init__.py
index 4d2a0be63b3..29b8968f1ec 100644
--- a/scripts/tests/Ice/slicing/__init__.py
+++ b/scripts/tests/Ice/slicing/__init__.py
@@ -1,5 +1,3 @@
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
diff --git a/scripts/tests/Ice/slicing/exceptions.py b/scripts/tests/Ice/slicing/exceptions.py
index c93edf5100e..4ebcb0e5a39 100644
--- a/scripts/tests/Ice/slicing/exceptions.py
+++ b/scripts/tests/Ice/slicing/exceptions.py
@@ -1,8 +1,6 @@
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
testcases = [
ClientServerTestCase(),
diff --git a/scripts/tests/Ice/slicing/objects.py b/scripts/tests/Ice/slicing/objects.py
index b7b102c5d85..07805cf1118 100644
--- a/scripts/tests/Ice/slicing/objects.py
+++ b/scripts/tests/Ice/slicing/objects.py
@@ -1,8 +1,6 @@
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
TestSuite(__name__, [
ClientServerTestCase(),
diff --git a/scripts/tests/Ice/stream.py b/scripts/tests/Ice/stream.py
index 3d5cf72c182..ca9ecb835a5 100644
--- a/scripts/tests/Ice/stream.py
+++ b/scripts/tests/Ice/stream.py
@@ -1,8 +1,6 @@
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
TestSuite(__name__, [
ClientTestCase("client with default encoding"),
diff --git a/scripts/tests/Ice/timeout.py b/scripts/tests/Ice/timeout.py
index 7e58d6f7230..63f3324cbc4 100644
--- a/scripts/tests/Ice/timeout.py
+++ b/scripts/tests/Ice/timeout.py
@@ -1,9 +1,7 @@
# -*- coding: utf-8 -*-
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
# Enable some tracing to allow investigating test failures
traceProps = {
diff --git a/scripts/tests/Ice/udp.py b/scripts/tests/Ice/udp.py
index 7be038217e3..3990df43e62 100644
--- a/scripts/tests/Ice/udp.py
+++ b/scripts/tests/Ice/udp.py
@@ -1,8 +1,6 @@
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
from Util import *
diff --git a/scripts/tests/IceBox/__init__.py b/scripts/tests/IceBox/__init__.py
index 4d2a0be63b3..29b8968f1ec 100644
--- a/scripts/tests/IceBox/__init__.py
+++ b/scripts/tests/IceBox/__init__.py
@@ -1,5 +1,3 @@
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
diff --git a/scripts/tests/IceBox/admin.py b/scripts/tests/IceBox/admin.py
index ae512abd3c5..4442bc76d1a 100644
--- a/scripts/tests/IceBox/admin.py
+++ b/scripts/tests/IceBox/admin.py
@@ -1,9 +1,7 @@
# -*- coding: utf-8 -*-
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
class IceBoxAdminTestCase(ClientServerTestCase):
diff --git a/scripts/tests/IceBox/configuration.py b/scripts/tests/IceBox/configuration.py
index 483de29a281..effb5ad107c 100644
--- a/scripts/tests/IceBox/configuration.py
+++ b/scripts/tests/IceBox/configuration.py
@@ -1,9 +1,7 @@
# -*- coding: utf-8 -*-
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
TestSuite(__name__, [
ClientServerTestCase("client/server #1", server=IceBox("{testdir}/config.icebox")),
diff --git a/scripts/tests/IceDiscovery/__init__.py b/scripts/tests/IceDiscovery/__init__.py
index 4d2a0be63b3..29b8968f1ec 100644
--- a/scripts/tests/IceDiscovery/__init__.py
+++ b/scripts/tests/IceDiscovery/__init__.py
@@ -1,5 +1,3 @@
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
diff --git a/scripts/tests/IceDiscovery/simple.py b/scripts/tests/IceDiscovery/simple.py
index d18b1e82b94..cac139890e7 100644
--- a/scripts/tests/IceDiscovery/simple.py
+++ b/scripts/tests/IceDiscovery/simple.py
@@ -1,9 +1,7 @@
# -*- coding: utf-8 -*-
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
import uuid
diff --git a/scripts/tests/IceGrid/__init__.py b/scripts/tests/IceGrid/__init__.py
index 4d2a0be63b3..29b8968f1ec 100644
--- a/scripts/tests/IceGrid/__init__.py
+++ b/scripts/tests/IceGrid/__init__.py
@@ -1,5 +1,3 @@
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
diff --git a/scripts/tests/IceGrid/simple.py b/scripts/tests/IceGrid/simple.py
index 1fe633af6e6..3cf29209c01 100644
--- a/scripts/tests/IceGrid/simple.py
+++ b/scripts/tests/IceGrid/simple.py
@@ -1,9 +1,7 @@
# -*- coding: utf-8 -*-
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
serverProps = {
"TestAdapter.Endpoints" : "default",
diff --git a/scripts/tests/IceSSL/__init__.py b/scripts/tests/IceSSL/__init__.py
index 4d2a0be63b3..29b8968f1ec 100644
--- a/scripts/tests/IceSSL/__init__.py
+++ b/scripts/tests/IceSSL/__init__.py
@@ -1,5 +1,3 @@
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
diff --git a/scripts/tests/IceSSL/configuration.py b/scripts/tests/IceSSL/configuration.py
index 59f257cda73..3c93d223d07 100644
--- a/scripts/tests/IceSSL/configuration.py
+++ b/scripts/tests/IceSSL/configuration.py
@@ -1,9 +1,7 @@
# -*- coding: utf-8 -*-
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
import os
diff --git a/scripts/tests/Slice/__init__.py b/scripts/tests/Slice/__init__.py
index 4d2a0be63b3..29b8968f1ec 100644
--- a/scripts/tests/Slice/__init__.py
+++ b/scripts/tests/Slice/__init__.py
@@ -1,5 +1,3 @@
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
diff --git a/scripts/tests/Slice/generation.py b/scripts/tests/Slice/generation.py
index b88ae04f146..6109ee295fa 100644
--- a/scripts/tests/Slice/generation.py
+++ b/scripts/tests/Slice/generation.py
@@ -1,8 +1,6 @@
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
class SliceGenerationTestCase(ClientTestCase):
diff --git a/scripts/tests/__init__.py b/scripts/tests/__init__.py
index 4d2a0be63b3..29b8968f1ec 100644
--- a/scripts/tests/__init__.py
+++ b/scripts/tests/__init__.py
@@ -1,5 +1,3 @@
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************