diff options
Diffstat (limited to 'Swift/Controllers/Intl.h')
-rw-r--r-- | Swift/Controllers/Intl.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Swift/Controllers/Intl.h b/Swift/Controllers/Intl.h index 3ed664d..c599493 100644 --- a/Swift/Controllers/Intl.h +++ b/Swift/Controllers/Intl.h @@ -1,12 +1,11 @@ /* - * 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-2016 Isode Limited. + * All rights reserved. + * See the COPYING file for more information. */ #pragma once #include <Swift/Controllers/Translator.h> - #define QT_TRANSLATE_NOOP(context, text) \ - Swift::Translator::getInstance()->translate(text, context) + Swift::Translator::getInstance()->translate(text, context) |