From f9f3a45a31d4df313ee8ba40536cfea751948920 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Tue, 16 Aug 2011 19:28:17 +0200 Subject: [PATCH] fix copyright headers in SettingsListDelegate --- src/settingslistdelegate.cpp | 19 +++++++++++++++++++ src/settingslistdelegate.h | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/src/settingslistdelegate.cpp b/src/settingslistdelegate.cpp index f5ece37c3..11eabcc38 100644 --- a/src/settingslistdelegate.cpp +++ b/src/settingslistdelegate.cpp @@ -1,3 +1,22 @@ +/* === This file is part of Tomahawk Player - === + * + * Copyright 2011, Michael Zanetti + * Copyright 2011, Leo Franchi + * + * 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 "settingslistdelegate.h" #include "utils/logger.h" diff --git a/src/settingslistdelegate.h b/src/settingslistdelegate.h index 0c58088d5..730de7858 100644 --- a/src/settingslistdelegate.h +++ b/src/settingslistdelegate.h @@ -1,3 +1,22 @@ +/* === This file is part of Tomahawk Player - === + * + * Copyright 2011, Michael Zanetti + * Copyright 2011, Leo Franchi + * + * 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 SETTINGSLISTDELEGATE_H #define SETTINGSLISTDELEGATE_H