diff options
author | Jose <jose@zeroc.com> | 2019-01-19 13:12:29 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-01-19 13:12:29 +0100 |
commit | 7a7d495fb0c5a63e404eb62a0461bbafb06d6175 (patch) | |
tree | e0877720ce67950b8b0eaaef410631013c3cf2a4 /cpp/src/slice2matlab/Main.cpp | |
parent | Remove anonymous cipher usage in IceSSL/configuration (diff) | |
download | ice-7a7d495fb0c5a63e404eb62a0461bbafb06d6175.tar.bz2 ice-7a7d495fb0c5a63e404eb62a0461bbafb06d6175.tar.xz ice-7a7d495fb0c5a63e404eb62a0461bbafb06d6175.zip |
Copyright header simplication
Diffstat (limited to 'cpp/src/slice2matlab/Main.cpp')
-rw-r--r-- | cpp/src/slice2matlab/Main.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cpp/src/slice2matlab/Main.cpp b/cpp/src/slice2matlab/Main.cpp index 98556847c02..0b3de868384 100644 --- a/cpp/src/slice2matlab/Main.cpp +++ b/cpp/src/slice2matlab/Main.cpp @@ -1,8 +1,6 @@ -// ********************************************************************** // -// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +// Copyright (c) ZeroC, Inc. All rights reserved. // -// ********************************************************************** #include <IceUtil/CtrlCHandler.h> #include <IceUtil/IceUtil.h> @@ -256,7 +254,7 @@ writeCopyright(IceUtilInternal::Output& out, const string& file) f = f.substr(pos + 1); } - out << nl << "% Copyright (c) 2003-present ZeroC, Inc. All rights reserved."; + out << nl << "% Copyright (c) ZeroC, Inc. All rights reserved."; out << nl << "% Generated from " << f << " by slice2matlab version " << ICE_STRING_VERSION; out << nl; } |