aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2021-04-21 14:20:32 -0400
committerMarkus Armbruster <armbru@redhat.com>2021-04-30 12:59:54 +0200
commite81718c698a9f1a1d98edd605f508dadbffe0d4d (patch)
treedaf570881f4ef7e5b50aa9efc693ae5bbbe244fc /scripts
parenteab99939a7cd289a8b50c2e7ef6a38ca2706a46c (diff)
downloadqemu-e81718c698a9f1a1d98edd605f508dadbffe0d4d.zip
qemu-e81718c698a9f1a1d98edd605f508dadbffe0d4d.tar.gz
qemu-e81718c698a9f1a1d98edd605f508dadbffe0d4d.tar.bz2
qapi/expr: Update authorship and copyright information
Signed-off-by: John Snow <jsnow@redhat.com> Message-Id: <20210421182032.3521476-18-jsnow@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/qapi/expr.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/qapi/expr.py b/scripts/qapi/expr.py
index 225a82e..496f7e0 100644
--- a/scripts/qapi/expr.py
+++ b/scripts/qapi/expr.py
@@ -1,13 +1,14 @@
# -*- coding: utf-8 -*-
#
# Copyright IBM, Corp. 2011
-# Copyright (c) 2013-2019 Red Hat Inc.
+# Copyright (c) 2013-2021 Red Hat Inc.
#
# Authors:
# Anthony Liguori <aliguori@us.ibm.com>
# Markus Armbruster <armbru@redhat.com>
# Eric Blake <eblake@redhat.com>
# Marc-André Lureau <marcandre.lureau@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.