summaryrefslogtreecommitdiff
path: root/matlab/lib/+Ice/stringToIdentity.m
diff options
context:
space:
mode:
Diffstat (limited to 'matlab/lib/+Ice/stringToIdentity.m')
-rw-r--r--matlab/lib/+Ice/stringToIdentity.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/matlab/lib/+Ice/stringToIdentity.m b/matlab/lib/+Ice/stringToIdentity.m
index 8a741a16e64..28ffb021857 100644
--- a/matlab/lib/+Ice/stringToIdentity.m
+++ b/matlab/lib/+Ice/stringToIdentity.m
@@ -6,7 +6,7 @@ function r = stringToIdentity(s)
%
% Returns (Ice.Identity) - The converted object identity.
- % Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
+ % Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
r = IceInternal.Util.callWithResult('Ice_stringToIdentity', s);
end