summaryrefslogtreecommitdiff
path: root/gio/gunixfdlist.h
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2022-05-18 09:12:45 +0100
committerPhilip Withnall <pwithnall@endlessos.org>2022-05-18 09:18:52 +0100
commit5942cd798402c9c84f5864435a534a6636cbfc1c (patch)
tree9bc0b822a7d285abf91d666bc7bd2fbeef818b8d /gio/gunixfdlist.h
parentd2f1e55a57a1b5cb0e63a149586ea88ea196fb5e (diff)
downloadglib-5942cd798402c9c84f5864435a534a6636cbfc1c.tar.gz
gio: Add SPDX license headers automatically
Add SPDX license (but not copyright) headers to all files which follow a certain pattern in their existing non-machine-readable header comment. This commit was entirely generated using the command: ``` git ls-files gio/*.[ch] | xargs perl -0777 -pi -e 's/\n \*\n \* This library is free software; you can redistribute it and\/or\n \* modify it under the terms of the GNU Lesser General Public/\n \*\n \* SPDX-License-Identifier: LGPL-2.1-or-later\n \*\n \* This library is free software; you can redistribute it and\/or\n \* modify it under the terms of the GNU Lesser General Public/igs' ``` Signed-off-by: Philip Withnall <pwithnall@endlessos.org> Helps: #1415
Diffstat (limited to 'gio/gunixfdlist.h')
-rw-r--r--gio/gunixfdlist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gio/gunixfdlist.h b/gio/gunixfdlist.h
index 9d3204a7d..1e625b01a 100644
--- a/gio/gunixfdlist.h
+++ b/gio/gunixfdlist.h
@@ -2,6 +2,8 @@
*
* Copyright © 2009 Codethink Limited
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either