From 97f3885f58420348a44d73cba024ac7114793928 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Thu, 5 Jan 2012 15:08:15 +0000 Subject: [PATCH] Add copyright headers. --- src/core/filesystemwatcherinterface.cpp | 17 +++++++++++++++++ src/core/filesystemwatcherinterface.h | 17 +++++++++++++++++ src/core/macfslistener.h | 17 +++++++++++++++++ src/core/macfslistener.mm | 17 +++++++++++++++++ src/core/qtfslistener.cpp | 17 +++++++++++++++++ src/core/qtfslistener.h | 17 +++++++++++++++++ 6 files changed, 102 insertions(+) diff --git a/src/core/filesystemwatcherinterface.cpp b/src/core/filesystemwatcherinterface.cpp index 074322e73..b6afcb0af 100644 --- a/src/core/filesystemwatcherinterface.cpp +++ b/src/core/filesystemwatcherinterface.cpp @@ -1,3 +1,20 @@ +/* This file is part of Clementine. + Copyright 2012, 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 "filesystemwatcherinterface.h" #include "qtfslistener.h" diff --git a/src/core/filesystemwatcherinterface.h b/src/core/filesystemwatcherinterface.h index 4663b46c8..3c260d784 100644 --- a/src/core/filesystemwatcherinterface.h +++ b/src/core/filesystemwatcherinterface.h @@ -1,3 +1,20 @@ +/* This file is part of Clementine. + Copyright 2012, 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 FILESYSTEMWATCHERINTERFACE_H #define FILESYSTEMWATCHERINTERFACE_H diff --git a/src/core/macfslistener.h b/src/core/macfslistener.h index de3602ad0..7d98ebae1 100644 --- a/src/core/macfslistener.h +++ b/src/core/macfslistener.h @@ -1,3 +1,20 @@ +/* This file is part of Clementine. + Copyright 2012, 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 MACFSLISTENER_H #define MACFSLISTENER_H diff --git a/src/core/macfslistener.mm b/src/core/macfslistener.mm index 88d6d1161..e28c2885f 100644 --- a/src/core/macfslistener.mm +++ b/src/core/macfslistener.mm @@ -1,3 +1,20 @@ +/* This file is part of Clementine. + Copyright 2012, 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 "macfslistener.h" #include diff --git a/src/core/qtfslistener.cpp b/src/core/qtfslistener.cpp index 5b8560a55..af1356bda 100644 --- a/src/core/qtfslistener.cpp +++ b/src/core/qtfslistener.cpp @@ -1,3 +1,20 @@ +/* This file is part of Clementine. + Copyright 2012, 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 "qtfslistener.h" #include diff --git a/src/core/qtfslistener.h b/src/core/qtfslistener.h index cb3b737cb..fcb8d9a69 100644 --- a/src/core/qtfslistener.h +++ b/src/core/qtfslistener.h @@ -1,3 +1,20 @@ +/* This file is part of Clementine. + Copyright 2012, 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 QTFSLISTENER_H #define QTFSLISTENER_H