From 0bac470771c39f1c7b1f4277b728e7f6c7735b95 Mon Sep 17 00:00:00 2001 From: kuba Date: Fri, 17 Jul 2026 05:27:54 +0200 Subject: [PATCH] ci: add REUSE license header to notify-site workflow --- .github/workflows/notify-site.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/notify-site.yml b/.github/workflows/notify-site.yml index 07e0b71e..6033d3e6 100644 --- a/.github/workflows/notify-site.yml +++ b/.github/workflows/notify-site.yml @@ -1,3 +1,6 @@ +# Copyright (C) 2026 SharpEmu Emulator Project +# SPDX-License-Identifier: GPL-2.0-or-later + # Tells the website repo to rebuild when a release is published, so # sharpemu.app/downloads lists the new build within a minute. name: Notify website