diff options
Diffstat (limited to 'cpp/test/IceUtil/stacktrace')
-rw-r--r-- | cpp/test/IceUtil/stacktrace/Client.cpp | 4 | ||||
-rw-r--r-- | cpp/test/IceUtil/stacktrace/test.py | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/cpp/test/IceUtil/stacktrace/Client.cpp b/cpp/test/IceUtil/stacktrace/Client.cpp index 7ae31f6ab7d..47a387f525c 100644 --- a/cpp/test/IceUtil/stacktrace/Client.cpp +++ b/cpp/test/IceUtil/stacktrace/Client.cpp @@ -1,8 +1,6 @@ -// ********************************************************************** // -// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +// Copyright (c) ZeroC, Inc. All rights reserved. // -// ********************************************************************** #include <IceUtil/StringUtil.h> #include <TestHelper.h> diff --git a/cpp/test/IceUtil/stacktrace/test.py b/cpp/test/IceUtil/stacktrace/test.py index 3ce21186bc9..3636632dd89 100644 --- a/cpp/test/IceUtil/stacktrace/test.py +++ b/cpp/test/IceUtil/stacktrace/test.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 = { "cpp11" : [False] }) |