From f4d74c610584784a6b066d65239abdd00e2252e5 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Fri, 1 Oct 2021 11:44:33 +0100 Subject: man: add licenses to all files that lack one Documentation is licensed under LGPL-2.1-or-later. Scripts are MIT to facilitate reuse. Examples are relicensed to CC0-1.0 to maximise copy-and-paste for users, with permission from authors. --- man/send-unit-files-changed.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'man/send-unit-files-changed.c') diff --git a/man/send-unit-files-changed.c b/man/send-unit-files-changed.c index aecfbcbed1..4d03dd1fe0 100644 --- a/man/send-unit-files-changed.c +++ b/man/send-unit-files-changed.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: CC0-1.0 */ + #include #define _cleanup_(f) __attribute__((cleanup(f))) -- cgit v1.2.1