From 7a7d495fb0c5a63e404eb62a0461bbafb06d6175 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 19 Jan 2019 13:12:29 +0100 Subject: Copyright header simplication --- cpp/src/Slice/PythonUtil.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'cpp/src/Slice/PythonUtil.cpp') diff --git a/cpp/src/Slice/PythonUtil.cpp b/cpp/src/Slice/PythonUtil.cpp index 55314440dd6..2637ca26321 100644 --- a/cpp/src/Slice/PythonUtil.cpp +++ b/cpp/src/Slice/PythonUtil.cpp @@ -1,8 +1,6 @@ -// ********************************************************************** // -// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +// Copyright (c) ZeroC, Inc. All rights reserved. // -// ********************************************************************** #include #include @@ -3085,11 +3083,9 @@ void Slice::Python::printHeader(IceUtilInternal::Output& out) { static const char* header = -"# **********************************************************************\n" "#\n" -"# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.\n" +"# Copyright (c) ZeroC, Inc. All rights reserved.\n" "#\n" -"# **********************************************************************\n" ; out << header; -- cgit v1.2.3