Skip to content

Commit c22fc13

Browse files
zty199BLumia
authored andcommitted
chore: add copyright and licensing info for new cmake files
add copyright and licensing info for new cmake files Log: add copyright and licensing info for new cmake files
1 parent cc736dd commit c22fc13

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

gio-qt/qt5.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd.
2+
#
3+
# SPDX-License-Identifier: CC0-1.0
4+
15
# Find the QtWidgets library
26
find_package(Qt5 ${QT_MINIMUM_VERSION} CONFIG REQUIRED Core)
37

gio-qt/qt6.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd.
2+
#
3+
# SPDX-License-Identifier: CC0-1.0
4+
15
# Find the QtWidgets library
26
find_package(Qt6 REQUIRED COMPONENTS Core)
37

qgio-tools/qt5.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd.
2+
#
3+
# SPDX-License-Identifier: CC0-1.0
4+
15
add_executable (qgio-tools main.cpp)
26

37
target_link_libraries (qgio-tools gio-qt_qt5)

qgio-tools/qt6.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd.
2+
#
3+
# SPDX-License-Identifier: CC0-1.0
4+
15
add_executable(qgio-tools-qt6 main.cpp)
26

37
target_link_libraries(qgio-tools-qt6 gio-qt_qt6)

0 commit comments

Comments
 (0)