diff options
author | Philip Withnall <pwithnall@endlessos.org> | 2022-05-18 09:12:45 +0100 |
---|---|---|
committer | Philip Withnall <pwithnall@endlessos.org> | 2022-05-18 09:18:52 +0100 |
commit | 5942cd798402c9c84f5864435a534a6636cbfc1c (patch) | |
tree | 9bc0b822a7d285abf91d666bc7bd2fbeef818b8d /gio/gdbusauthmechanismexternal.h | |
parent | d2f1e55a57a1b5cb0e63a149586ea88ea196fb5e (diff) | |
download | glib-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/gdbusauthmechanismexternal.h')
-rw-r--r-- | gio/gdbusauthmechanismexternal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gio/gdbusauthmechanismexternal.h b/gio/gdbusauthmechanismexternal.h index 4408db9c5..9d11a6547 100644 --- a/gio/gdbusauthmechanismexternal.h +++ b/gio/gdbusauthmechanismexternal.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * 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 |