diff options
author | Jose <jose@zeroc.com> | 2013-01-22 23:41:49 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2013-01-22 23:41:49 +0100 |
commit | 19f0c17162b6039ecacbb8b1d53c7eb5992ce153 (patch) | |
tree | e4ffb69a99fda90c33f9e2d7437870d73d2a64b0 /cpp/include/IceUtil/MutexPtrLock.h | |
parent | ICE-5091 - IceGrid/secure demo needs admin key (diff) | |
download | ice-19f0c17162b6039ecacbb8b1d53c7eb5992ce153.tar.bz2 ice-19f0c17162b6039ecacbb8b1d53c7eb5992ce153.tar.xz ice-19f0c17162b6039ecacbb8b1d53c7eb5992ce153.zip |
Minor code style fixes
Diffstat (limited to 'cpp/include/IceUtil/MutexPtrLock.h')
-rw-r--r-- | cpp/include/IceUtil/MutexPtrLock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/IceUtil/MutexPtrLock.h b/cpp/include/IceUtil/MutexPtrLock.h index 3574a95a442..fda5aa460f0 100644 --- a/cpp/include/IceUtil/MutexPtrLock.h +++ b/cpp/include/IceUtil/MutexPtrLock.h @@ -2,8 +2,8 @@ // // Copyright (c) 2003-2012 ZeroC, Inc. All rights reserved. // -// This copy of Ice-E is licensed to you under the terms described in the -// ICEE_LICENSE file included in this distribution. +// This copy of Ice is licensed to you under the terms described in the +// ICE_LICENSE file included in this distribution. // // ********************************************************************** |