From 7555c06c0f1e6c0d7407b67af4059b5d27e0f74f Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sun, 24 Jul 2011 20:05:14 +0200 Subject: [PATCH] * Added GPL header to Logger. --- src/libtomahawk/utils/logger.cpp | 18 ++++++++++++++++++ src/libtomahawk/utils/logger.h | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/src/libtomahawk/utils/logger.cpp b/src/libtomahawk/utils/logger.cpp index b5f49a550..99f7a86fb 100644 --- a/src/libtomahawk/utils/logger.cpp +++ b/src/libtomahawk/utils/logger.cpp @@ -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 . + */ + #include "logger.h" #include diff --git a/src/libtomahawk/utils/logger.h b/src/libtomahawk/utils/logger.h index a73b20680..e0c8185ee 100644 --- a/src/libtomahawk/utils/logger.h +++ b/src/libtomahawk/utils/logger.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 LOGGER_H #define LOGGER_H