From ddedc74501ed735f8a65701dbe2144ba0166fc6c Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sun, 24 Jul 2011 20:08:58 +0200 Subject: [PATCH] * GPL headers for AvatarManager. --- src/sip/jabber/avatarmanager.cpp | 19 ++++++++++++++++++- src/sip/jabber/avatarmanager.h | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/src/sip/jabber/avatarmanager.cpp b/src/sip/jabber/avatarmanager.cpp index 0022ce0a8..0a925cc86 100644 --- a/src/sip/jabber/avatarmanager.cpp +++ b/src/sip/jabber/avatarmanager.cpp @@ -1,5 +1,22 @@ -#include "avatarmanager.h" +/* === This file is part of Tomahawk Player - === + * + * Copyright 2010-2011, Christian Muehlhaeuser + * + * Tomahawk is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Tomahawk is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Tomahawk. If not, see . + */ +#include "avatarmanager.h" #include "utils/tomahawkutils.h" diff --git a/src/sip/jabber/avatarmanager.h b/src/sip/jabber/avatarmanager.h index fc022f1b4..ea755d76e 100644 --- a/src/sip/jabber/avatarmanager.h +++ b/src/sip/jabber/avatarmanager.h @@ -1,3 +1,21 @@ +/* === This file is part of Tomahawk Player - === + * + * Copyright 2010-2011, Christian Muehlhaeuser + * + * Tomahawk is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Tomahawk is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Tomahawk. If not, see . + */ + #ifndef AVATARMANAGER_H #define AVATARMANAGER_H