diff --git a/CMakeLists.txt b/CMakeLists.txt index be81716..5ee6ed5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,9 @@ -cmake_minimum_required(VERSION 3.5) +# SPDX-License-Identifier: MIT +# SPDX-FileCopyrightText: 2021-2024 XMuli +# SPDX-GitHub: https://github.com/XMuli/flipped +# SPDX-Author: XMuli + +cmake_minimum_required(VERSION 3.5) project(FILPPE) add_subdirectory(src) #add_subdirectory(pluginsimpl/watemark) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2e594f5..2228c17 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,9 @@ -cmake_minimum_required(VERSION 3.5) +# SPDX-License-Identifier: MIT +# SPDX-FileCopyrightText: 2021-2024 XMuli +# SPDX-GitHub: https://github.com/XMuli/flipped +# SPDX-Author: XMuli + +cmake_minimum_required(VERSION 3.5) set(project_name FLIPPED) set(project_version_major 1) diff --git a/src/core/arrowline.cpp b/src/core/arrowline.cpp index e845c3c..0e829b2 100644 --- a/src/core/arrowline.cpp +++ b/src/core/arrowline.cpp @@ -1,7 +1,8 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli + #include "arrowline.h" diff --git a/src/core/arrowline.h b/src/core/arrowline.h index f4dad88..c2f3280 100644 --- a/src/core/arrowline.h +++ b/src/core/arrowline.h @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef ARROWLINE_H #define ARROWLINE_H diff --git a/src/core/isingleton.h b/src/core/isingleton.h index cb45bd7..e7d629d 100644 --- a/src/core/isingleton.h +++ b/src/core/isingleton.h @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef TSINGLETON_H #define TSINGLETON_H diff --git a/src/core/xlog.h b/src/core/xlog.h index 8397d2b..b96fa6c 100644 --- a/src/core/xlog.h +++ b/src/core/xlog.h @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef XLOG_H #define XLOG_H diff --git a/src/core/xqtlog.cpp b/src/core/xqtlog.cpp index dc1a266..16c0dc1 100644 --- a/src/core/xqtlog.cpp +++ b/src/core/xqtlog.cpp @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #include "xqtlog.h" #include diff --git a/src/core/xqtlog.h b/src/core/xqtlog.h index 2f44f3c..3c0a975 100644 --- a/src/core/xqtlog.h +++ b/src/core/xqtlog.h @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef XQTLOG_H #define XQTLOG_H diff --git a/src/main.cpp b/src/main.cpp index 1c78d8e..c594800 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #include #include diff --git a/src/platform/iwininfo.cpp b/src/platform/iwininfo.cpp index 8240193..d7baaed 100644 --- a/src/platform/iwininfo.cpp +++ b/src/platform/iwininfo.cpp @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #include "iwininfo.h" diff --git a/src/platform/iwininfo.h b/src/platform/iwininfo.h index 636b89a..18cf0da 100644 --- a/src/platform/iwininfo.h +++ b/src/platform/iwininfo.h @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef IWININFO_H #define IWININFO_H diff --git a/src/platform/wininfo.cpp b/src/platform/wininfo.cpp index 4a736bb..6ca7bb0 100644 --- a/src/platform/wininfo.cpp +++ b/src/platform/wininfo.cpp @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #include "wininfo.h" diff --git a/src/platform/wininfo.h b/src/platform/wininfo.h index c8f96c7..5fc8354 100644 --- a/src/platform/wininfo.h +++ b/src/platform/wininfo.h @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef WININFO_H #define WININFO_H diff --git a/src/platform/wininfo_win.cpp b/src/platform/wininfo_win.cpp index ebeb667..26899a8 100644 --- a/src/platform/wininfo_win.cpp +++ b/src/platform/wininfo_win.cpp @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #include "wininfo_win.h" #include diff --git a/src/platform/wininfo_win.h b/src/platform/wininfo_win.h index d66b50f..d1641e0 100644 --- a/src/platform/wininfo_win.h +++ b/src/platform/wininfo_win.h @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef WININFO_WIN_H #define WININFO_WIN_H diff --git a/src/pluginsinterface/iplugininterface.cpp b/src/pluginsinterface/iplugininterface.cpp index 5476307..65a3f38 100644 --- a/src/pluginsinterface/iplugininterface.cpp +++ b/src/pluginsinterface/iplugininterface.cpp @@ -1,6 +1,6 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #include "iplugininterface.h" diff --git a/src/pluginsinterface/iplugininterface.h b/src/pluginsinterface/iplugininterface.h index 216a897..9aceb0f 100644 --- a/src/pluginsinterface/iplugininterface.h +++ b/src/pluginsinterface/iplugininterface.h @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef IPLUGININTERFACE_H #define IPLUGININTERFACE_H diff --git a/src/preference/appellation.cpp b/src/preference/appellation.cpp index 3c73358..0bdcb3a 100644 --- a/src/preference/appellation.cpp +++ b/src/preference/appellation.cpp @@ -1,8 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode - +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #include "appellation.h" diff --git a/src/preference/appellation.h b/src/preference/appellation.h index 2bd660a..607b78c 100644 --- a/src/preference/appellation.h +++ b/src/preference/appellation.h @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef APPELLATION_H #define APPELLATION_H diff --git a/src/preference/hotkeyswidget.cpp b/src/preference/hotkeyswidget.cpp index cb0bc87..40b6571 100644 --- a/src/preference/hotkeyswidget.cpp +++ b/src/preference/hotkeyswidget.cpp @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #include "hotkeyswidget.h" #include diff --git a/src/preference/hotkeyswidget.h b/src/preference/hotkeyswidget.h index fccde0b..2e939fb 100644 --- a/src/preference/hotkeyswidget.h +++ b/src/preference/hotkeyswidget.h @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef HOTKEYSWIDGET_H #define HOTKEYSWIDGET_H diff --git a/src/preference/prefmanage.cpp b/src/preference/prefmanage.cpp index e7ace0c..1ec249f 100644 --- a/src/preference/prefmanage.cpp +++ b/src/preference/prefmanage.cpp @@ -1,3 +1,8 @@ +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli + #include "prefmanage.h" #include "qmetaobject.h" #include "ui_prefmanage.h" diff --git a/src/preference/prefmanage.h b/src/preference/prefmanage.h index 54bd0de..4b4ae8e 100644 --- a/src/preference/prefmanage.h +++ b/src/preference/prefmanage.h @@ -1,3 +1,8 @@ +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli + #ifndef PREFMANAGE_H #define PREFMANAGE_H diff --git a/src/screen/datamaid.cpp b/src/screen/datamaid.cpp index 171d851..489d9ae 100644 --- a/src/screen/datamaid.cpp +++ b/src/screen/datamaid.cpp @@ -1,7 +1,8 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli + #include "datamaid.h" #include #include diff --git a/src/screen/datamaid.h b/src/screen/datamaid.h index 9758dc4..70654e5 100644 --- a/src/screen/datamaid.h +++ b/src/screen/datamaid.h @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef DATAMAID_H #define DATAMAID_H diff --git a/src/screen/drawhelper.cpp b/src/screen/drawhelper.cpp index 2b5b8c4..d53495b 100644 --- a/src/screen/drawhelper.cpp +++ b/src/screen/drawhelper.cpp @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #include "drawhelper.h" #include diff --git a/src/screen/drawhelper.h b/src/screen/drawhelper.h index 21e9548..27238b3 100644 --- a/src/screen/drawhelper.h +++ b/src/screen/drawhelper.h @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef XDRAW_H #define XDRAW_H diff --git a/src/screen/rectcalcu.cpp b/src/screen/rectcalcu.cpp index 2d7a4ba..6a9ad25 100644 --- a/src/screen/rectcalcu.cpp +++ b/src/screen/rectcalcu.cpp @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #include "rectcalcu.h" #include diff --git a/src/screen/rectcalcu.h b/src/screen/rectcalcu.h index 424e59a..01aed6e 100644 --- a/src/screen/rectcalcu.h +++ b/src/screen/rectcalcu.h @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef PICSHOT_RECTCALCU_H #define PICSHOT_RECTCALCU_H diff --git a/src/screen/screenshot.cpp b/src/screen/screenshot.cpp index 3a8a88f..5be818a 100644 --- a/src/screen/screenshot.cpp +++ b/src/screen/screenshot.cpp @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #include "screenshot.h" #include diff --git a/src/screen/screenshot.h b/src/screen/screenshot.h index f26fd14..8c003fa 100644 --- a/src/screen/screenshot.h +++ b/src/screen/screenshot.h @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef PICSHOT_WINFULLSCREEN_H #define PICSHOT_WINFULLSCREEN_H diff --git a/src/screen/tray.cpp b/src/screen/tray.cpp index 6faff40..0f49af1 100644 --- a/src/screen/tray.cpp +++ b/src/screen/tray.cpp @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #include "tray.h" #include diff --git a/src/screen/tray.h b/src/screen/tray.h index 4584e4b..19ddf64 100644 --- a/src/screen/tray.h +++ b/src/screen/tray.h @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef TRAY_H #define TRAY_H diff --git a/src/tool/base/blurwidget.cpp b/src/tool/base/blurwidget.cpp index decc499..5316644 100644 --- a/src/tool/base/blurwidget.cpp +++ b/src/tool/base/blurwidget.cpp @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #include "blurwidget.h" #include "../../xglobal.h" diff --git a/src/tool/base/blurwidget.h b/src/tool/base/blurwidget.h index 108f35e..e92c70d 100644 --- a/src/tool/base/blurwidget.h +++ b/src/tool/base/blurwidget.h @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef BLURWIDGET_H #define BLURWIDGET_H diff --git a/src/tool/base/colorparabar.cpp b/src/tool/base/colorparabar.cpp index 4f75e5f..afab278 100644 --- a/src/tool/base/colorparabar.cpp +++ b/src/tool/base/colorparabar.cpp @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #include "colorparabar.h" #include diff --git a/src/tool/base/colorparabar.h b/src/tool/base/colorparabar.h index ca9516a..7b3895b 100644 --- a/src/tool/base/colorparabar.h +++ b/src/tool/base/colorparabar.h @@ -1,8 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode - +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef COLORPARABAR_H #define COLORPARABAR_H diff --git a/src/tool/base/managebar.cpp b/src/tool/base/managebar.cpp index d31aeb6..71968f3 100644 --- a/src/tool/base/managebar.cpp +++ b/src/tool/base/managebar.cpp @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #include "managebar.h" #include diff --git a/src/tool/base/managebar.h b/src/tool/base/managebar.h index 1acdb49..b592a7e 100644 --- a/src/tool/base/managebar.h +++ b/src/tool/base/managebar.h @@ -1,8 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode - +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef MANAGEBAR_H #define MANAGEBAR_H diff --git a/src/tool/magnifier/magnifier.cpp b/src/tool/magnifier/magnifier.cpp index 9180b90..2dafe95 100644 --- a/src/tool/magnifier/magnifier.cpp +++ b/src/tool/magnifier/magnifier.cpp @@ -1,8 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode - +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #include "magnifier.h" Magnifier::Magnifier(QWidget *parent) diff --git a/src/tool/magnifier/magnifier.h b/src/tool/magnifier/magnifier.h index dad73f7..9238323 100644 --- a/src/tool/magnifier/magnifier.h +++ b/src/tool/magnifier/magnifier.h @@ -1,8 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode - +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef MAGNIFIER_H #define MAGNIFIER_H diff --git a/src/tool/parameterbar.cpp b/src/tool/parameterbar.cpp index 69f2184..87c7005 100644 --- a/src/tool/parameterbar.cpp +++ b/src/tool/parameterbar.cpp @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #include "parameterbar.h" #include diff --git a/src/tool/parameterbar.h b/src/tool/parameterbar.h index 06ea07b..a3571c1 100644 --- a/src/tool/parameterbar.h +++ b/src/tool/parameterbar.h @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef PARAMETERBAR_H #define PARAMETERBAR_H diff --git a/src/tool/pin/pinwidget.cpp b/src/tool/pin/pinwidget.cpp index c83f750..7b14f1c 100644 --- a/src/tool/pin/pinwidget.cpp +++ b/src/tool/pin/pinwidget.cpp @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #include "pinwidget.h" #include "../../screen/drawhelper.h" diff --git a/src/tool/pin/pinwidget.h b/src/tool/pin/pinwidget.h index 8556ef3..9d7f944 100644 --- a/src/tool/pin/pinwidget.h +++ b/src/tool/pin/pinwidget.h @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef XFRAMELESSWIDGET_H #define XFRAMELESSWIDGET_H diff --git a/src/tool/selectbar.cpp b/src/tool/selectbar.cpp index 25b52db..6fb5c2a 100644 --- a/src/tool/selectbar.cpp +++ b/src/tool/selectbar.cpp @@ -1,8 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode - +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #include "selectbar.h" #include #include diff --git a/src/tool/selectbar.h b/src/tool/selectbar.h index 990f147..e39fb72 100644 --- a/src/tool/selectbar.h +++ b/src/tool/selectbar.h @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef SELECTBAR_H #define SELECTBAR_H diff --git a/src/tool/selectsize/selectsize.cpp b/src/tool/selectsize/selectsize.cpp index 4fc56ea..84980f9 100644 --- a/src/tool/selectsize/selectsize.cpp +++ b/src/tool/selectsize/selectsize.cpp @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #include "selectsize.h" #include diff --git a/src/tool/selectsize/selectsize.h b/src/tool/selectsize/selectsize.h index 7f73a37..11ded46 100644 --- a/src/tool/selectsize/selectsize.h +++ b/src/tool/selectsize/selectsize.h @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef SELECTSIZE_H #define SELECTSIZE_H diff --git a/src/translations/en_US.ts b/src/translations/en_US.ts index db69402..603efd6 100644 --- a/src/translations/en_US.ts +++ b/src/translations/en_US.ts @@ -396,27 +396,27 @@ - + Flipped - + BalckAndWhite - + LightBlue - + Select a path - + Select Font @@ -534,67 +534,67 @@ Allowed to run only one instance of the application. SelectBar - + Rectangle - + Ellipse - + Arrow - + CustomPath - + Mosaic - + Text - + SerialNumber - + Pin - + Revocation - + Renewal - + Save - + Cancel - + Finish @@ -622,12 +622,12 @@ Allowed to run only one instance of the application. - + Delay Capture - + Full Screen diff --git a/src/translations/zh_CN.ts b/src/translations/zh_CN.ts index 18236ae..0d7b7ad 100644 --- a/src/translations/zh_CN.ts +++ b/src/translations/zh_CN.ts @@ -396,27 +396,27 @@ 简易且漂亮的跨平台截图贴图的软件。 - + Flipped 心动待至 - + BalckAndWhite 黑白虚线 - + LightBlue 天然蓝 - + Select a path 选择路径 - + Select Font 选择字体 @@ -534,67 +534,67 @@ Allowed to run only one instance of the application. SelectBar - + Rectangle 矩形 - + Ellipse 椭圆 - + Arrow 箭头 - + CustomPath 画笔 - + Mosaic 模糊/马赛克 - + Text 文本 - + SerialNumber 序号 - + Pin 贴图 - + Revocation 撤销 - + Renewal 重做 - + Save 保存 - + Cancel 取消 - + Finish 拷贝/完成 @@ -622,12 +622,12 @@ Allowed to run only one instance of the application. 捕捉屏幕 - + Delay Capture 延时截图 - + Full Screen 全屏截屏 diff --git a/src/translations/zh_TW.ts b/src/translations/zh_TW.ts index 088ef93..2c232e3 100644 --- a/src/translations/zh_TW.ts +++ b/src/translations/zh_TW.ts @@ -396,27 +396,27 @@ - + Flipped - + BalckAndWhite - + LightBlue - + Select a path - + Select Font @@ -534,67 +534,67 @@ Allowed to run only one instance of the application. SelectBar - + Rectangle - + Ellipse - + Arrow - + CustomPath - + Mosaic - + Text - + SerialNumber - + Pin - + Revocation - + Renewal - + Save - + Cancel - + Finish @@ -622,12 +622,12 @@ Allowed to run only one instance of the application. - + Delay Capture - + Full Screen diff --git a/src/widget/xframewidget.cpp b/src/widget/xframewidget.cpp index a1d1252..087bf5f 100644 --- a/src/widget/xframewidget.cpp +++ b/src/widget/xframewidget.cpp @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #include "xframewidget.h" #include diff --git a/src/widget/xframewidget.h b/src/widget/xframewidget.h index 61b9f8a..b574328 100644 --- a/src/widget/xframewidget.h +++ b/src/widget/xframewidget.h @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef XFRAMEWIDGET_H #define XFRAMEWIDGET_H diff --git a/src/widget/xhorizontalline.cpp b/src/widget/xhorizontalline.cpp index 9224f5b..d16d754 100644 --- a/src/widget/xhorizontalline.cpp +++ b/src/widget/xhorizontalline.cpp @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #include "xhorizontalline.h" diff --git a/src/widget/xhorizontalline.h b/src/widget/xhorizontalline.h index fb97822..b2c4db0 100644 --- a/src/widget/xhorizontalline.h +++ b/src/widget/xhorizontalline.h @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef XHORIZONTALLINE_H #define XHORIZONTALLINE_H diff --git a/src/widget/xkeysequenceedit.cpp b/src/widget/xkeysequenceedit.cpp index 82cb88e..0841bfc 100644 --- a/src/widget/xkeysequenceedit.cpp +++ b/src/widget/xkeysequenceedit.cpp @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #include "xkeysequenceedit.h" #include diff --git a/src/widget/xkeysequenceedit.h b/src/widget/xkeysequenceedit.h index 3563d8b..0867d02 100644 --- a/src/widget/xkeysequenceedit.h +++ b/src/widget/xkeysequenceedit.h @@ -1,8 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode - +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef XKEYSEQUENCEEDIT_H #define XKEYSEQUENCEEDIT_H diff --git a/src/widget/xlabel.cpp b/src/widget/xlabel.cpp index 4485ca2..37b9c19 100644 --- a/src/widget/xlabel.cpp +++ b/src/widget/xlabel.cpp @@ -1,8 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode - +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #include "xlabel.h" #include "../xglobal.h" #include diff --git a/src/widget/xlabel.h b/src/widget/xlabel.h index f6d336b..8ec8140 100644 --- a/src/widget/xlabel.h +++ b/src/widget/xlabel.h @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef XLABEL_H #define XLABEL_H diff --git a/src/widget/xroundwidget.cpp b/src/widget/xroundwidget.cpp index 43118ea..6f0489f 100644 --- a/src/widget/xroundwidget.cpp +++ b/src/widget/xroundwidget.cpp @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #include "xroundwidget.h" #include "../xglobal.h" diff --git a/src/widget/xroundwidget.h b/src/widget/xroundwidget.h index ea13c12..e292f55 100644 --- a/src/widget/xroundwidget.h +++ b/src/widget/xroundwidget.h @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef XROUNDWIDGET_H #define XROUNDWIDGET_H diff --git a/src/widget/xtextwidget.cpp b/src/widget/xtextwidget.cpp index 0653d6e..f8bd4fc 100644 --- a/src/widget/xtextwidget.cpp +++ b/src/widget/xtextwidget.cpp @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #include "xtextwidget.h" #include diff --git a/src/widget/xtextwidget.h b/src/widget/xtextwidget.h index a007845..95a8128 100644 --- a/src/widget/xtextwidget.h +++ b/src/widget/xtextwidget.h @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef XTEXTWIDGET_H #define XTEXTWIDGET_H diff --git a/src/widget/xverticalline.h b/src/widget/xverticalline.h index 52d3789..64aa16e 100644 --- a/src/widget/xverticalline.h +++ b/src/widget/xverticalline.h @@ -1,8 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode - +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef XVERTICALLINE_H #define XVERTICALLINE_H diff --git a/src/xglobal.h b/src/xglobal.h index 6df98f4..6049244 100644 --- a/src/xglobal.h +++ b/src/xglobal.h @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: -// SPDX-FileCopyrightText: 2021-2023 XMuli -// -// Source: https://github.com/XMuli/FlippedCode +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: 2021-2024 XMuli +// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-Author: XMuli #ifndef XGLOBAL_H #define XGLOBAL_H