diff options
Diffstat (limited to 'matlab/lib/+Ice/Logger.m')
-rw-r--r-- | matlab/lib/+Ice/Logger.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matlab/lib/+Ice/Logger.m b/matlab/lib/+Ice/Logger.m index 792dc12b6d3..8d69215428b 100644 --- a/matlab/lib/+Ice/Logger.m +++ b/matlab/lib/+Ice/Logger.m @@ -11,7 +11,7 @@ classdef Logger < IceInternal.WrapperObject % getPrefix - Return this logger's prefix. % cloneWithPrefix - Returns a clone of the logger with a new prefix. - % Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved. + % Copyright (c) 2003-present ZeroC, Inc. All rights reserved. methods function obj = Logger(impl) |