diff options
author | Luca Boccassi <bluca@debian.org> | 2021-10-02 12:48:13 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-10-04 11:05:22 +0200 |
commit | 9d0ad242b84ccf08a370aa019c638300429ad5eb (patch) | |
tree | e328cc45d9409d44a054a1e5d085b9ebbab9a7b9 /man/glib-event-glue.c | |
parent | sleep: don't skip resume device with low priority/available space (diff) | |
download | systemd-9d0ad242b84ccf08a370aa019c638300429ad5eb.tar.xz systemd-9d0ad242b84ccf08a370aa019c638300429ad5eb.zip |
man/glib-event-glue example: relicense to CC0-1.0
All other examples were relicensed to CC0-1.0 since they are intended
to be copied and pasted anywhere without any restrictions.
Relicense the last one too.
Diffstat (limited to '')
-rw-r--r-- | man/glib-event-glue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/glib-event-glue.c b/man/glib-event-glue.c index 5201234d85..3741b5257b 100644 --- a/man/glib-event-glue.c +++ b/man/glib-event-glue.c @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: MIT */ +/* SPDX-License-Identifier: CC0-1.0 */ #include <stdlib.h> #include <glib.h> |