diff options
Diffstat (limited to 'Swiften/Elements/RosterItemExchangePayload.cpp')
-rw-r--r-- | Swiften/Elements/RosterItemExchangePayload.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Swiften/Elements/RosterItemExchangePayload.cpp b/Swiften/Elements/RosterItemExchangePayload.cpp index abd5296..79d0371 100644 --- a/Swiften/Elements/RosterItemExchangePayload.cpp +++ b/Swiften/Elements/RosterItemExchangePayload.cpp @@ -4,8 +4,13 @@ * See Documentation/Licenses/BSD-simplified.txt for more information. */ +/* + * Copyright (c) 2016 Isode Limited. + * All rights reserved. + * See the COPYING file for more information. + */ + #include <Swiften/Elements/RosterItemExchangePayload.h> -#include <Swiften/Base/foreach.h> namespace Swift { |