diff options
author | Luca Boccassi <luca.boccassi@microsoft.com> | 2021-10-01 12:44:33 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@microsoft.com> | 2021-10-01 18:27:34 +0200 |
commit | f4d74c610584784a6b066d65239abdd00e2252e5 (patch) | |
tree | 7aeb1a8d7e34e0bb579f46ccbd5f190e58f1f48c /man/journal-iterate-poll.c | |
parent | tree-wide: fix SPDX short identifier for LGPL-2.1-or-later (diff) | |
download | systemd-f4d74c610584784a6b066d65239abdd00e2252e5.tar.xz systemd-f4d74c610584784a6b066d65239abdd00e2252e5.zip |
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.
Diffstat (limited to 'man/journal-iterate-poll.c')
-rw-r--r-- | man/journal-iterate-poll.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/journal-iterate-poll.c b/man/journal-iterate-poll.c index 100d07e202..8205bfd858 100644 --- a/man/journal-iterate-poll.c +++ b/man/journal-iterate-poll.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: CC0-1.0 */ + #include <poll.h> #include <time.h> #include <systemd/sd-journal.h> |