diff --git a/src/ui/ripcd.cpp b/src/ui/ripcd.cpp index 4d9844d7f..5c91e3e07 100644 --- a/src/ui/ripcd.cpp +++ b/src/ui/ripcd.cpp @@ -1,3 +1,20 @@ +/* This file is part of Clementine. + Copyright 2014, Andre Siviero + + 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 "ripcd.h" #include "config.h" #include "ui_ripcd.h" diff --git a/src/ui/ripcd.h b/src/ui/ripcd.h index 2a7916a50..72c0f7868 100644 --- a/src/ui/ripcd.h +++ b/src/ui/ripcd.h @@ -1,11 +1,19 @@ -/******************************************************************************** - ** Form generated from reading UI file 'ripcd.ui' - ** - ** Created: Fri Dec 27 02:11:12 2013 - ** by: Qt User Interface Compiler version 4.8.1 - ** - ** WARNING! All changes made in this file will be lost when recompiling UI file! - ********************************************************************************/ +/* This file is part of Clementine. + Copyright 2014, Andre Siviero + + 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 RIPCD_H #define RIPCD_H