diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-11-26 10:21:29 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-11-26 11:12:08 +0100 |
commit | 6046cc3660810efcc6fe50b1c850ea642218245b (patch) | |
tree | 2aa3616d7df6976f236f5c35c41966b12e0bb3e6 /man | |
parent | man: assorted fixes (#35326) (diff) | |
download | systemd-6046cc3660810efcc6fe50b1c850ea642218245b.tar.xz systemd-6046cc3660810efcc6fe50b1c850ea642218245b.zip |
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.
Diffstat (limited to '')
-rw-r--r-- | man/daemon.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/daemon.xml b/man/daemon.xml index 42630d2782..1d9b937b2f 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -685,6 +685,15 @@ fi</programlisting> </refsect1> <refsect1> + <title>Notes</title> + + <para> + All example codes in this page are licensed under <literal>MIT No Attribution</literal> + (SPDX-License-Identifier: MIT-0). + </para> + </refsect1> + + <refsect1> <title>See Also</title> <para><simplelist type="inline"> <member><citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry></member> |