diff options
Diffstat (limited to 'Swiften/Compress/ZLibException.h')
-rw-r--r-- | Swiften/Compress/ZLibException.h | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/Swiften/Compress/ZLibException.h b/Swiften/Compress/ZLibException.h index 8e60aa3..2201e62 100644 --- a/Swiften/Compress/ZLibException.h +++ b/Swiften/Compress/ZLibException.h @@ -1,15 +1,14 @@ /* - * Copyright (c) 2010 Remko Tronçon - * Licensed under the GNU General Public License v3. - * See Documentation/Licenses/GPLv3.txt for more information. + * Copyright (c) 2010-2016 Isode Limited. + * All rights reserved. + * See the COPYING file for more information. */ #pragma once - namespace Swift { - class ZLibException { - public: - ZLibException() {} - }; + class ZLibException { + public: + ZLibException() {} + }; } |