diff options
Diffstat (limited to 'Sluift/globals.h')
-rw-r--r-- | Sluift/globals.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Sluift/globals.h b/Sluift/globals.h index 3e7e1c9..f92beeb 100644 --- a/Sluift/globals.h +++ b/Sluift/globals.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2013 Remko Tronçon - * Licensed under the GNU General Public License. + * Copyright (c) 2013 Isode Limited. + * All rights reserved. * See the COPYING file for more information. */ @@ -9,7 +9,7 @@ #include <Sluift/SluiftGlobals.h> namespace Swift { - namespace Sluift { - extern SluiftGlobals globals; - } + namespace Sluift { + extern SluiftGlobals globals; + } } |