summary refs log tree commit diff stats
path: root/scripts/qapi/introspect.py
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2021-02-15 21:18:06 -0500
committerMarkus Armbruster <armbru@redhat.com>2021-02-18 19:50:26 +0100
commitcf26906c4a1c803e907036a2b45f80dea3a89bbb (patch)
treeb25954dc85c3272ff347f3a6a6067a3ae11fdea1 /scripts/qapi/introspect.py
parent5444dedfc723d43fd29e8017e38089aac359c3d1 (diff)
downloadfocaccia-qemu-cf26906c4a1c803e907036a2b45f80dea3a89bbb.tar.gz
focaccia-qemu-cf26906c4a1c803e907036a2b45f80dea3a89bbb.zip
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 <jsnow@redhat.com>
Message-Id: <20210216021809.134886-17-jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to '')
-rw-r--r--scripts/qapi/introspect.py3
1 files changed, 2 insertions, 1 deletions
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 <armbru@redhat.com>
+ John Snow <jsnow@redhat.com>
 
 This work is licensed under the terms of the GNU GPL, version 2.
 See the COPYING file in the top-level directory.