diff options
Diffstat (limited to 'Swift/Controllers/StatusUtil.h')
-rw-r--r-- | Swift/Controllers/StatusUtil.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Swift/Controllers/StatusUtil.h b/Swift/Controllers/StatusUtil.h index dddee92..6872bf7 100644 --- a/Swift/Controllers/StatusUtil.h +++ b/Swift/Controllers/StatusUtil.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2011 Remko Tronçon - * Licensed under the GNU General Public License v3. - * See Documentation/Licenses/GPLv3.txt for more information. + * Copyright (c) 2011 Isode Limited. + * All rights reserved. + * See the COPYING file for more information. */ #pragma once @@ -11,6 +11,6 @@ #include <Swiften/Elements/StatusShow.h> namespace Swift { - std::string statusShowTypeToFriendlyName(StatusShow::Type type); + std::string statusShowTypeToFriendlyName(StatusShow::Type type); } |