Skip to content

Commit ed6eefe

Browse files
committed
fix: REUSE Compliance
1 parent eebbc6d commit ed6eefe

7 files changed

Lines changed: 25 additions & 8 deletions

File tree

REUSE.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,3 @@ SPDX-License-Identifier = "MIT"
1919
path = ["katsu/modules/desktop-shade/*.yaml"]
2020
SPDX-FileCopyrightText = "2025 Owen Zimmerman <owen@fyralabs.com>"
2121
SPDX-License-Identifier = "GPL-3.0-or-later"
22-
23-
[[annotations]]
24-
path = ["sway/*.jsonc"]
25-
SPDX-FileCopyrightText = "2025 Its-J"
26-
SPDX-License-Identifier = "GPL-3.0-or-later"

shades/cinnamon/containerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2026 Jaiden Riordan <jade@fyralabs.com>
2+
#
3+
# SPDX-License-Identifier: GPL-3.0-or-later
4+
15
FROM ghcr.io/ultramarine-linux/desktop-bootc:latest
26

37
RUN --mount=type=cache,target=/var/cache dnf do -y \
@@ -12,4 +16,4 @@ RUN --mount=type=cache,target=/var/cache dnf do -y \
1216
ultramarine-release-identity-cinnamon-shade \
1317
@cinnamon-desktop-environment \
1418
@ultramarine-product-common \
15-
@ultramarine-desktop-product-common \
19+
@ultramarine-desktop-product-common \

shades/cinnamon/shade.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2026 Jaiden Riordan <jade@fyralabs.com>
2+
#
3+
# SPDX-License-Identifier: GPL-3.0-or-later
4+
15
Name: Ultramarine Cinnamon Shade
26
Interface: Cinnamon
37
Type: Desktop

shades/sway/containerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2026 Jaiden Riordan <jade@fyralabs.com>
2+
#
3+
# SPDX-License-Identifier: GPL-3.0-or-later
4+
15
FROM ghcr.io/ultramarine-linux/desktop-bootc:latest
26

37
RUN --mount=type=cache,target=/var/cache dnf do -y \

shades/sway/dotfiles/waybar-config.jsonc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
# SPDX-FileCopyrightText: 2025 Its-J
3+
#
4+
# SPDX-License-Identifier: GPL-3.0-or-later
5+
*/
6+
17
{
28
"layer": "top",
39
"modules-left": [

shades/sway/dotfiles/waybar-style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-FileCopyrightText: 2025 Its-J
33
#
44
# SPDX-License-Identifier: GPL-3.0-or-later
5-
*/
5+
*/
66

77
* {
88
border: none;

shades/sway/shade.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
# SPDX-FileCopyrightText: 2026 Jaiden Riordan <jade@fyralabs.com>
2+
#
3+
# SPDX-License-Identifier: GPL-3.0-or-later
4+
15
Name: Ultramarine Sway Shade
26
Interface: Sway
37
Type: TWM
48
Stage: Shade
5-
Maintainers: Owen Zimmerman <owen@fyralabs.com>, J
9+
Maintainers: Owen Zimmerman <owen@fyralabs.com>, Its-J

0 commit comments

Comments
 (0)