From: John Snow Date: Tue, 16 Feb 2021 02:18:06 +0000 (-0500) Subject: qapi/introspect.py: Update copyright and authors list X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cf26906c4a1c803e907036a2b45f80dea3a89bbb;p=qemu.git qapi/introspect.py: Update copyright and authors list To reflect the work that went into strictly typing introspect.py, punish myself by claiming credit. Signed-off-by: John Snow Message-Id: <20210216021809.134886-17-jsnow@redhat.com> Reviewed-by: Markus Armbruster Signed-off-by: Markus Armbruster --- diff --git a/scripts/qapi/introspect.py b/scripts/qapi/introspect.py index 15cce6854d..e770c9432b 100644 --- a/scripts/qapi/introspect.py +++ b/scripts/qapi/introspect.py @@ -1,10 +1,11 @@ """ QAPI introspection generator -Copyright (C) 2015-2018 Red Hat, Inc. +Copyright (C) 2015-2021 Red Hat, Inc. Authors: Markus Armbruster + John Snow This work is licensed under the terms of the GNU GPL, version 2. See the COPYING file in the top-level directory.