diff --git a/capture/capturewidget.cpp b/capture/capturewidget.cpp index 80bc16c7..68475081 100644 --- a/capture/capturewidget.cpp +++ b/capture/capturewidget.cpp @@ -39,8 +39,6 @@ #include #include -#include - // CaptureWidget is the main component used to capture the screen. It contains an // are of selection with its respective buttons. diff --git a/capture/colorpicker.cpp b/capture/colorpicker.cpp index 6610c9de..a094dfc3 100644 --- a/capture/colorpicker.cpp +++ b/capture/colorpicker.cpp @@ -1,8 +1,25 @@ -#include "colorpicker.h" +// Copyright 2017 Alejandro Sirgo Rica +// +// This file is part of Flameshot. +// +// Flameshot 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. +// +// Flameshot 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 Flameshot. If not, see . + +#include "colorpicker.h" #include #include #include -#include + ColorPicker::ColorPicker(QWidget *parent) : QWidget(parent), m_colorAreaSize(18) { diff --git a/capture/colorpicker.h b/capture/colorpicker.h index a78db0b0..109aaabe 100644 --- a/capture/colorpicker.h +++ b/capture/colorpicker.h @@ -1,3 +1,20 @@ +// Copyright 2017 Alejandro Sirgo Rica +// +// This file is part of Flameshot. +// +// Flameshot 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. +// +// Flameshot 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 Flameshot. If not, see . + #ifndef COLORPICKER_H #define COLORPICKER_H diff --git a/config/buttonlistview.cpp b/config/buttonlistview.cpp index 4159bfe0..2714f707 100644 --- a/config/buttonlistview.cpp +++ b/config/buttonlistview.cpp @@ -1,3 +1,20 @@ +// Copyright 2017 Alejandro Sirgo Rica +// +// This file is part of Flameshot. +// +// Flameshot 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. +// +// Flameshot 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 Flameshot. If not, see . + #include "buttonlistview.h" #include "capture/button.h" #include diff --git a/config/buttonlistview.h b/config/buttonlistview.h index bec3af6e..0d595870 100644 --- a/config/buttonlistview.h +++ b/config/buttonlistview.h @@ -1,3 +1,20 @@ +// Copyright 2017 Alejandro Sirgo Rica +// +// This file is part of Flameshot. +// +// Flameshot 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. +// +// Flameshot 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 Flameshot. If not, see . + #ifndef BUTTONLISTVIEW_H #define BUTTONLISTVIEW_H diff --git a/config/configwindow.cpp b/config/configwindow.cpp index 15d1c61f..2261ae9f 100644 --- a/config/configwindow.cpp +++ b/config/configwindow.cpp @@ -23,7 +23,6 @@ #include #include #include -#include // ConfigWindow contains the menus where you can configure the application diff --git a/config/uicoloreditor.cpp b/config/uicoloreditor.cpp index f6fcc9c3..826afbba 100644 --- a/config/uicoloreditor.cpp +++ b/config/uicoloreditor.cpp @@ -1,3 +1,20 @@ +// Copyright 2017 Alejandro Sirgo Rica +// +// This file is part of Flameshot. +// +// Flameshot 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. +// +// Flameshot 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 Flameshot. If not, see . + #include "uicoloreditor.h" #include "color_wheel.hpp" #include "capture/button.h" diff --git a/config/uicoloreditor.h b/config/uicoloreditor.h index fa72cdb3..2062c1eb 100644 --- a/config/uicoloreditor.h +++ b/config/uicoloreditor.h @@ -1,3 +1,20 @@ +// Copyright 2017 Alejandro Sirgo Rica +// +// This file is part of Flameshot. +// +// Flameshot 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. +// +// Flameshot 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 Flameshot. If not, see . + #ifndef UICOLORPICKER_H #define UICOLORPICKER_H