]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/glib-event-glue example: relicense to CC0-1.0
authorLuca Boccassi <bluca@debian.org>
Sat, 2 Oct 2021 10:48:13 +0000 (11:48 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 4 Oct 2021 09:05:22 +0000 (11:05 +0200)
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.

LICENSES/README.md
man/glib-event-glue.c

index bbe05a06f2ceed798e53ec6ab71b3ac587f33b00..f01049c13f1237e78e650f7c7eab490c91349868 100644 (file)
@@ -39,7 +39,6 @@ The following exceptions apply:
  * the following sources are licensed under the **MIT** license (in case of our
    scripts, to facilitate copying and reuse of those helpers to other projects):
    - hwdb.d/parse_hwdb.py
-   - man/glib-event-glue.c
    - src/basic/linux/batman_adv.h
    - src/basic/sparse-endian.h
    - tools/catalog-report.py
index 5201234d85654821ed5d12fb76ac2a6de70a8530..3741b5257bb812e991864e5aa6220cf592cfcb29 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: MIT */
+/* SPDX-License-Identifier: CC0-1.0 */
 
 #include <stdlib.h>
 #include <glib.h>