summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/RubyUtil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Slice/RubyUtil.cpp')
-rw-r--r--cpp/src/Slice/RubyUtil.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/cpp/src/Slice/RubyUtil.cpp b/cpp/src/Slice/RubyUtil.cpp
index 6ec56cb5bb5..eea8791ec4c 100644
--- a/cpp/src/Slice/RubyUtil.cpp
+++ b/cpp/src/Slice/RubyUtil.cpp
@@ -1,8 +1,6 @@
-// **********************************************************************
//
-// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+// Copyright (c) ZeroC, Inc. All rights reserved.
//
-// **********************************************************************
#include <Slice/RubyUtil.h>
#include <Slice/Checksum.h>
@@ -1561,11 +1559,9 @@ void
Slice::Ruby::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;