mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 09:48:50 +00:00
Add REUSE headers
This commit is contained in:
parent
987b280f12
commit
673cad30ab
2 changed files with 6 additions and 0 deletions
|
|
@ -1 +1,4 @@
|
||||||
|
# SPDX-FileCopyrightText: 2023 Devin Lin <devin@kde.org>
|
||||||
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
|
|
||||||
add_subdirectory(scripts)
|
add_subdirectory(scripts)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
# SPDX-FileCopyrightText: 2023 Devin Lin <devin@kde.org>
|
||||||
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
|
|
||||||
function(add_kwin_script name)
|
function(add_kwin_script name)
|
||||||
kpackage_install_package(${name} ${name} scripts kwin)
|
kpackage_install_package(${name} ${name} scripts kwin)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue