From 70ee43f1e9695b78908e10f7619998052ce62611 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 18 May 2022 09:15:38 +0100 Subject: 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 Helps: #1415 --- glib/glib_trace.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'glib/glib_trace.h') diff --git a/glib/glib_trace.h b/glib/glib_trace.h index fdb8f8c46..caa5e48d4 100644 --- a/glib/glib_trace.h +++ b/glib/glib_trace.h @@ -2,6 +2,8 @@ * * Copyright (C) 2009,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 -- cgit v1.2.1