Use SPDX-License-Identifier

closes: #1374 .

Use SPDX short-form identifiers instead of lengthy copyright
header to document per-file license and copyright.

This commit updates all files under src/ directory where applicable
as well as org.flameshot.Flameshot.metainfo.xml.
This commit is contained in:
Boyuan Yang
2021-02-20 18:35:04 -05:00
parent 7c3c075a56
commit a9c7cc7b04
166 changed files with 336 additions and 2581 deletions

View File

@@ -1,4 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
SPDX-FileCopyrightText: none
SPDX-License-Identifier: CC0-1.0
-->
<component type="desktop-application"> <component type="desktop-application">
<id>org.flameshot.Flameshot</id> <id>org.flameshot.Flameshot</id>
<metadata_license>CC0-1.0</metadata_license> <metadata_license>CC0-1.0</metadata_license>

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "commandargument.h" #include "commandargument.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "commandlineparser.h" #include "commandlineparser.h"
#include <QApplication> #include <QApplication>

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "commandoption.h" #include "commandoption.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "buttonlistview.h" #include "buttonlistview.h"
#include "src/tools/toolfactory.h" #include "src/tools/toolfactory.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "clickablelabel.h" #include "clickablelabel.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "configwindow.h" #include "configwindow.h"
#include "src/config/filenameeditor.h" #include "src/config/filenameeditor.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "extendedslider.h" #include "extendedslider.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "filenameeditor.h" #include "filenameeditor.h"
#include "src/config/strftimechooserwidget.h" #include "src/config/strftimechooserwidget.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "generalconf.h" #include "generalconf.h"
#include "src/core/controller.h" #include "src/core/controller.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2020 Yurii Puchkov at Namecheap & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2020 Yurii Puchkov at Namecheap & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "setshortcutwidget.h" #include "setshortcutwidget.h"
#include <QIcon> #include <QIcon>

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2020 Yurii Puchkov at Namecheap & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2020 Yurii Puchkov at Namecheap & Contributors
// 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 <http://www.gnu.org/licenses/>.
#ifndef SETSHORTCUTWIDGET_H #ifndef SETSHORTCUTWIDGET_H
#define SETSHORTCUTWIDGET_H #define SETSHORTCUTWIDGET_H

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2020 Yurii Puchkov at Namecheap & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2020 Yurii Puchkov at Namecheap & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "shortcutswidget.h" #include "shortcutswidget.h"
#include "setshortcutwidget.h" #include "setshortcutwidget.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2020 Yurii Puchkov at Namecheap & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2020 Yurii Puchkov at Namecheap & Contributors
// 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 <http://www.gnu.org/licenses/>.
#ifndef HOTKEYSCONFIG_H #ifndef HOTKEYSCONFIG_H
#define HOTKEYSCONFIG_H #define HOTKEYSCONFIG_H

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "strftimechooserwidget.h" #include "strftimechooserwidget.h"
#include <QGridLayout> #include <QGridLayout>

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,6 +1,8 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-FileCopyrightText: 2020 Jeremy Borgman <borgman.jeremy@pm.me>
// //
// Created by jeremy on 9/24/20. // Created by jeremy on 9/24/20.
//
#include "styleoverride.h" #include "styleoverride.h"
int StyleOverride::styleHint(StyleHint hint, int StyleOverride::styleHint(StyleHint hint,

View File

@@ -1,6 +1,7 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-FileCopyrightText: 2020 Jeremy Borgman <borgman.jeremy@pm.me>
// //
// Created by jeremy on 9/24/20. // Created by jeremy on 9/24/20.
//
#ifndef FLAMESHOT_STYLEOVERRIDE_H #ifndef FLAMESHOT_STYLEOVERRIDE_H
#define FLAMESHOT_STYLEOVERRIDE_H #define FLAMESHOT_STYLEOVERRIDE_H

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "uicoloreditor.h" #include "uicoloreditor.h"
#include "clickablelabel.h" #include "clickablelabel.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "visualseditor.h" #include "visualseditor.h"
#include "src/config/buttonlistview.h" #include "src/config/buttonlistview.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "capturerequest.h" #include "capturerequest.h"
#include "src/utils/screenshotsaver.h" #include "src/utils/screenshotsaver.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "controller.h" #include "controller.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "flameshotdbusadapter.h" #include "flameshotdbusadapter.h"
#include "src/core/controller.h" #include "src/core/controller.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "globalshortcutfilter.h" #include "globalshortcutfilter.h"
#include "src/core/controller.h" #include "src/core/controller.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,6 +1,7 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-FileCopyrightText: 2021 Yuriy Puchkov <yuriy.puchkov@namecheap.com>
// //
// Created by yuriypuchkov on 09.02.2021. // Created by yuriypuchkov on 09.02.2021.
//
#include "qguiappcurrentscreen.h" #include "qguiappcurrentscreen.h"
#include <QCursor> #include <QCursor>
@@ -61,4 +62,4 @@ QScreen* QGuiAppCurrentScreen::screenAt(const QPoint& pos)
} }
#endif #endif
return m_currentScreen; return m_currentScreen;
} }

View File

@@ -1,6 +1,7 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-FileCopyrightText: 2021 Yuriy Puchkov <yuriy.puchkov@namecheap.com>
// //
// Created by yuriypuchkov on 09.02.2021. // Created by yuriypuchkov on 09.02.2021.
//
#ifndef FLAMESHOT_QGUIAPPCURRENTSCREEN_H #ifndef FLAMESHOT_QGUIAPPCURRENTSCREEN_H
#define FLAMESHOT_QGUIAPPCURRENTSCREEN_H #define FLAMESHOT_QGUIAPPCURRENTSCREEN_H

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "singleapplication.h" #include "singleapplication.h"
#include "src/cli/commandlineparser.h" #include "src/cli/commandlineparser.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "abstractactiontool.h" #include "abstractactiontool.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "abstractpathtool.h" #include "abstractpathtool.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "abstracttwopointtool.h" #include "abstracttwopointtool.h"
#include <QCursor> #include <QCursor>

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "arrowtool.h" #include "arrowtool.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "capturecontext.h" #include "capturecontext.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "circletool.h" #include "circletool.h"
#include <QPainter> #include <QPainter>

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "circlecounttool.h" #include "circlecounttool.h"
#include "colorutils.h" #include "colorutils.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "copytool.h" #include "copytool.h"
#include "src/utils/screenshotsaver.h" #include "src/utils/screenshotsaver.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "exittool.h" #include "exittool.h"
#include <QPainter> #include <QPainter>

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "imguruploader.h" #include "imguruploader.h"
#include "src/utils/confighandler.h" #include "src/utils/confighandler.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "imguruploadertool.h" #include "imguruploadertool.h"
#include "imguruploader.h" #include "imguruploader.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "applaunchertool.h" #include "applaunchertool.h"
#include "applauncherwidget.h" #include "applauncherwidget.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "applauncherwidget.h" #include "applauncherwidget.h"
#include "src/tools/launcher/launcheritemdelegate.h" #include "src/tools/launcher/launcheritemdelegate.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "launcheritemdelegate.h" #include "launcheritemdelegate.h"
#include "src/utils/globalvalues.h" #include "src/utils/globalvalues.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "openwithprogram.h" #include "openwithprogram.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "terminallauncher.h" #include "terminallauncher.h"
#include <QDir> #include <QDir>

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "linetool.h" #include "linetool.h"
#include <QPainter> #include <QPainter>

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "markertool.h" #include "markertool.h"
#include <QPainter> #include <QPainter>

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "movetool.h" #include "movetool.h"
#include <QPainter> #include <QPainter>

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "penciltool.h" #include "penciltool.h"
#include <QPainter> #include <QPainter>

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "pintool.h" #include "pintool.h"
#include "src/core/qguiappcurrentscreen.h" #include "src/core/qguiappcurrentscreen.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "pinwidget.h" #include "pinwidget.h"
#include "src/utils/confighandler.h" #include "src/utils/confighandler.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "pixelatetool.h" #include "pixelatetool.h"
#include <QApplication> #include <QApplication>

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "rectangletool.h" #include "rectangletool.h"
#include <QPainter> #include <QPainter>

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "redotool.h" #include "redotool.h"
#include <QPainter> #include <QPainter>

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "savetool.h" #include "savetool.h"
#include "src/utils/screenshotsaver.h" #include "src/utils/screenshotsaver.h"

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "selectiontool.h" #include "selectiontool.h"
#include <QPainter> #include <QPainter>

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "sizeindicatortool.h" #include "sizeindicatortool.h"
#include <QPainter> #include <QPainter>

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@@ -1,19 +1,5 @@
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors // SPDX-License-Identifier: GPL-3.0-or-later
// // SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
// 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 <http://www.gnu.org/licenses/>.
#include "textconfig.h" #include "textconfig.h"
#include "src/utils/colorutils.h" #include "src/utils/colorutils.h"

Some files were not shown because too many files have changed in this diff Show More