diff options
| author | Daniel P. Berrangé <berrange@redhat.com> | 2025-09-16 09:16:34 +0100 |
|---|---|---|
| committer | Stefan Hajnoczi <stefanha@redhat.com> | 2025-09-16 13:31:40 -0400 |
| commit | 52d1ec2929e5f43fe650bdbc85653e05f0aa9ffc (patch) | |
| tree | ce11bc2d2dbe92ed03b18663e842520abaccf1c1 /scripts/tracetool/format/d.py | |
| parent | 69e22a5e20518fbb68b892b2189d525cf9d90a3d (diff) | |
| download | focaccia-qemu-52d1ec2929e5f43fe650bdbc85653e05f0aa9ffc.tar.gz focaccia-qemu-52d1ec2929e5f43fe650bdbc85653e05f0aa9ffc.zip | |
tracetool: include SPDX-License-Identifier in generated files
While these files are auto-generated, a later commit will add reference output to git, so having SPDX-License-Identifier is desirable. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Acked-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Message-id: 20250916081638.764020-5-berrange@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'scripts/tracetool/format/d.py')
| -rw-r--r-- | scripts/tracetool/format/d.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/tracetool/format/d.py b/scripts/tracetool/format/d.py index ebfb714200..a5e096e214 100644 --- a/scripts/tracetool/format/d.py +++ b/scripts/tracetool/format/d.py @@ -39,7 +39,8 @@ def generate(events, backend, group): if not events and platform != "darwin": return - out('/* This file is autogenerated by tracetool, do not edit. */' + out('/* This file is autogenerated by tracetool, do not edit. */', + '/* SPDX-License-Identifier: GPL-2.0-or-later */', '', 'provider qemu {') |