Skip to content

Commit

Permalink
chore: Update the top comment in the file header
Browse files Browse the repository at this point in the history
  • Loading branch information
XMuli committed Jan 24, 2024
1 parent 64a5865 commit 7f68501
Show file tree
Hide file tree
Showing 66 changed files with 320 additions and 307 deletions.
7 changes: 6 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>

cmake_minimum_required(VERSION 3.5)
project(FILPPE)
add_subdirectory(src)
#add_subdirectory(pluginsimpl/watemark)
Expand Down
7 changes: 6 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>

cmake_minimum_required(VERSION 3.5)

set(project_name FLIPPED)
set(project_version_major 1)
Expand Down
9 changes: 5 additions & 4 deletions src/core/arrowline.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <[email protected]>


#include "arrowline.h"

Expand Down
8 changes: 4 additions & 4 deletions src/core/arrowline.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <xmulitech@gmail.com>

#ifndef ARROWLINE_H
#define ARROWLINE_H
Expand Down
8 changes: 4 additions & 4 deletions src/core/isingleton.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <xmulitech@gmail.com>

#ifndef TSINGLETON_H
#define TSINGLETON_H
Expand Down
8 changes: 4 additions & 4 deletions src/core/xlog.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <xmulitech@gmail.com>

#ifndef XLOG_H
#define XLOG_H
Expand Down
8 changes: 4 additions & 4 deletions src/core/xqtlog.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <xmulitech@gmail.com>

#include "xqtlog.h"
#include <iostream>
Expand Down
8 changes: 4 additions & 4 deletions src/core/xqtlog.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <xmulitech@gmail.com>

#ifndef XQTLOG_H
#define XQTLOG_H
Expand Down
8 changes: 4 additions & 4 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <xmulitech@gmail.com>

#include <QApplication>
#include <QDir>
Expand Down
8 changes: 4 additions & 4 deletions src/platform/iwininfo.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <xmulitech@gmail.com>

#include "iwininfo.h"

Expand Down
8 changes: 4 additions & 4 deletions src/platform/iwininfo.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <xmulitech@gmail.com>

#ifndef IWININFO_H
#define IWININFO_H
Expand Down
8 changes: 4 additions & 4 deletions src/platform/wininfo.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <xmulitech@gmail.com>

#include "wininfo.h"

Expand Down
8 changes: 4 additions & 4 deletions src/platform/wininfo.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <xmulitech@gmail.com>

#ifndef WININFO_H
#define WININFO_H
Expand Down
8 changes: 4 additions & 4 deletions src/platform/wininfo_win.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <xmulitech@gmail.com>

#include "wininfo_win.h"
#include <psapi.h>
Expand Down
8 changes: 4 additions & 4 deletions src/platform/wininfo_win.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <xmulitech@gmail.com>

#ifndef WININFO_WIN_H
#define WININFO_WIN_H
Expand Down
8 changes: 4 additions & 4 deletions src/pluginsinterface/iplugininterface.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <xmulitech@gmail.com>

#include "iplugininterface.h"
8 changes: 4 additions & 4 deletions src/pluginsinterface/iplugininterface.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <xmulitech@gmail.com>

#ifndef IPLUGININTERFACE_H
#define IPLUGININTERFACE_H
Expand Down
9 changes: 4 additions & 5 deletions src/preference/appellation.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <[email protected]>
#include "appellation.h"


8 changes: 4 additions & 4 deletions src/preference/appellation.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <xmulitech@gmail.com>

#ifndef APPELLATION_H
#define APPELLATION_H
Expand Down
8 changes: 4 additions & 4 deletions src/preference/hotkeyswidget.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <xmulitech@gmail.com>

#include "hotkeyswidget.h"
#include <map>
Expand Down
8 changes: 4 additions & 4 deletions src/preference/hotkeyswidget.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <xmulitech@gmail.com>

#ifndef HOTKEYSWIDGET_H
#define HOTKEYSWIDGET_H
Expand Down
5 changes: 5 additions & 0 deletions src/preference/prefmanage.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: 2021-2024 XMuli
// SPDX-GitHub: https://github.com/XMuli/flipped
// SPDX-Author: XMuli <[email protected]>

#include "prefmanage.h"
#include "qmetaobject.h"
#include "ui_prefmanage.h"
Expand Down
5 changes: 5 additions & 0 deletions src/preference/prefmanage.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: 2021-2024 XMuli
// SPDX-GitHub: https://github.com/XMuli/flipped
// SPDX-Author: XMuli <[email protected]>

#ifndef PREFMANAGE_H
#define PREFMANAGE_H

Expand Down
9 changes: 5 additions & 4 deletions src/screen/datamaid.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <[email protected]>

#include "datamaid.h"
#include <QDir>
#include <QFile>
Expand Down
8 changes: 4 additions & 4 deletions src/screen/datamaid.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <xmulitech@gmail.com>

#ifndef DATAMAID_H
#define DATAMAID_H
Expand Down
8 changes: 4 additions & 4 deletions src/screen/drawhelper.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <xmulitech@gmail.com>

#include "drawhelper.h"
#include <QScreen>
Expand Down
8 changes: 4 additions & 4 deletions src/screen/drawhelper.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <xmulitech@gmail.com>

#ifndef XDRAW_H
#define XDRAW_H
Expand Down
8 changes: 4 additions & 4 deletions src/screen/rectcalcu.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <xmulitech@gmail.com>

#include "rectcalcu.h"
#include <QRect>
Expand Down
8 changes: 4 additions & 4 deletions src/screen/rectcalcu.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <xmulitech@gmail.com>

#ifndef PICSHOT_RECTCALCU_H
#define PICSHOT_RECTCALCU_H
Expand Down
8 changes: 4 additions & 4 deletions src/screen/screenshot.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <xmulitech@gmail.com>

#include "screenshot.h"
#include <QScreen>
Expand Down
8 changes: 4 additions & 4 deletions src/screen/screenshot.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <xmulitech@gmail.com>

#ifndef PICSHOT_WINFULLSCREEN_H
#define PICSHOT_WINFULLSCREEN_H
Expand Down
8 changes: 4 additions & 4 deletions src/screen/tray.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <xmulitech@gmail.com>

#include "tray.h"
#include <QSystemTrayIcon>
Expand Down
8 changes: 4 additions & 4 deletions src/screen/tray.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier:
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]>
//
// 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 <xmulitech@gmail.com>

#ifndef TRAY_H
#define TRAY_H
Expand Down
Loading

0 comments on commit 7f68501

Please sign in to comment.