diff options
author | Philip Withnall <pwithnall@endlessos.org> | 2022-05-18 09:15:38 +0100 |
---|---|---|
committer | Philip Withnall <pwithnall@endlessos.org> | 2022-05-18 09:19:02 +0100 |
commit | 70ee43f1e9695b78908e10f7619998052ce62611 (patch) | |
tree | b03809da5eae02eca0f8ca36d72b686893c6a1f2 /glib/grand.h | |
parent | 5942cd798402c9c84f5864435a534a6636cbfc1c (diff) | |
download | glib-70ee43f1e9695b78908e10f7619998052ce62611.tar.gz |
glib: 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 glib/*.[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 'glib/grand.h')
-rw-r--r-- | glib/grand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/glib/grand.h b/glib/grand.h index d64e50253..c4ae956aa 100644 --- a/glib/grand.h +++ b/glib/grand.h @@ -1,6 +1,8 @@ /* GLIB - Library of useful routines for C programming * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * + * 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 |