From: Yu Watanabe Date: Tue, 26 Nov 2024 09:21:29 +0000 (+0900) Subject: man: use MIT-0 license for example codes in daemon(7) X-Git-Tag: v257-rc3~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6046cc3660810efcc6fe50b1c850ea642218245b;p=thirdparty%2Fsystemd.git man: use MIT-0 license for example codes in daemon(7) This page contains many short example codes. I do not think we should add SPDX-License-Identifier for all codes. Closes #35356. --- diff --git a/man/daemon.xml b/man/daemon.xml index 42630d27825..1d9b937b2f6 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -684,6 +684,15 @@ fi file-hierarchy7. + + Notes + + + All example codes in this page are licensed under MIT No Attribution + (SPDX-License-Identifier: MIT-0). + + + See Also