From 5d4844acddd2bea521e8d9fe1dc3e256ab659182 Mon Sep 17 00:00:00 2001 From: David Sansome Date: Tue, 27 Mar 2012 21:31:20 +0100 Subject: [PATCH] Add copyright headers to ilister.{cpp,h} --- src/devices/ilister.cpp | 17 +++++++++++++++++ src/devices/ilister.h | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/src/devices/ilister.cpp b/src/devices/ilister.cpp index a27f37b4a..31bbdeddd 100644 --- a/src/devices/ilister.cpp +++ b/src/devices/ilister.cpp @@ -1,3 +1,20 @@ +/* This file is part of Clementine. + Copyright 2010, 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 "config.h" #include "ilister.h" #include "imobiledeviceconnection.h" diff --git a/src/devices/ilister.h b/src/devices/ilister.h index 939f0ca40..bd443e475 100644 --- a/src/devices/ilister.h +++ b/src/devices/ilister.h @@ -1,3 +1,20 @@ +/* This file is part of Clementine. + Copyright 2010, 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 ILISTER_H #define ILISTER_H