diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-11-26 11:47:41 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-11-26 12:26:10 +0100 |
commit | 1ea1a79aa1aa5e34a314d327839b88d288df5c77 (patch) | |
tree | 2aa3616d7df6976f236f5c35c41966b12e0bb3e6 | |
parent | Revert "man: use MIT-0 license for example codes in daemon(7)" (diff) | |
download | systemd-1ea1a79aa1aa5e34a314d327839b88d288df5c77.tar.xz systemd-1ea1a79aa1aa5e34a314d327839b88d288df5c77.zip |
Revert "Revert "man: use MIT-0 license for example codes in daemon(7)""
This reverts commit 7a9d0abe4df81a020e2e457405f8509b2afb7c04.
-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> |