diff options
Diffstat (limited to 'cpp/test/IceStorm/persistent/test.py')
-rw-r--r-- | cpp/test/IceStorm/persistent/test.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/test/IceStorm/persistent/test.py b/cpp/test/IceStorm/persistent/test.py index 6e71b3ea0f8..6a7b5b7c243 100644 --- a/cpp/test/IceStorm/persistent/test.py +++ b/cpp/test/IceStorm/persistent/test.py @@ -1,9 +1,7 @@ # -*- coding: utf-8 -*- -# ********************************************************************** # -# Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +# Copyright (c) ZeroC, Inc. All rights reserved. # -# ********************************************************************** icestorm1 = IceStorm(createDb=True, cleanDb=False) icestorm2 = IceStorm(createDb=False, cleanDb=True) |