From ac285eeeae7f29c2fe77661d07c185b0c4fc573c Mon Sep 17 00:00:00 2001 From: Arnaud Bienner Date: Mon, 28 Nov 2011 20:07:18 +0100 Subject: [PATCH] Add missing copyright headers --- src/internet/jamendodynamicplaylist.cpp | 17 +++++++++++++++++ src/internet/jamendodynamicplaylist.h | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/src/internet/jamendodynamicplaylist.cpp b/src/internet/jamendodynamicplaylist.cpp index 594cffb9a..7da23806e 100644 --- a/src/internet/jamendodynamicplaylist.cpp +++ b/src/internet/jamendodynamicplaylist.cpp @@ -1,3 +1,20 @@ +/* This file is part of Clementine. + Copyright 2011, David Sansome + + Clementine 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. + + Clementine 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 Clementine. If not, see . +*/ + #include "jamendodynamicplaylist.h" #include "jamendoplaylistitem.h" diff --git a/src/internet/jamendodynamicplaylist.h b/src/internet/jamendodynamicplaylist.h index 9a7bd0136..266f46364 100644 --- a/src/internet/jamendodynamicplaylist.h +++ b/src/internet/jamendodynamicplaylist.h @@ -1,3 +1,20 @@ +/* This file is part of Clementine. + Copyright 2011, David Sansome + + Clementine 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. + + Clementine 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 Clementine. If not, see . +*/ + #ifndef JAMENDODYNAMICPLAYLIST_H #define JAMENDODYNAMICPLAYLIST_H