mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
kpackage_install_package(${name} ${name} scripts kwin)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue