On 09/21/2012 08:07 AM, Michael Roth wrote:
> This introduces the QIDL parser to process QIDL annotations in C files.
> This code is mostly a straight import from qc.git, with some reworking
> to handle the declaration/annotation format and lexer we're using for
> QEMU.
> 
> Signed-off-by: Michael Roth <mdr...@linux.vnet.ibm.com>
> ---
>  scripts/qidl_parser.py |  262 
> ++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 262 insertions(+)
>  create mode 100644 scripts/qidl_parser.py
> 
> diff --git a/scripts/qidl_parser.py b/scripts/qidl_parser.py
> new file mode 100644
> index 0000000..fe155f7
> --- /dev/null
> +++ b/scripts/qidl_parser.py
> @@ -0,0 +1,262 @@
> +#
> +# QEMU IDL Parser
> +#
> +# Copyright IBM, Corp. 2012
> +#
> +# Authors:
> +#  Anthony Liguori <aligu...@us.ibm.com>
> +#  Michael Roth    <mdr...@linux.vnet.ibm.com>
> +#
> +# This work is licensed under the terms of the GNU GPLv2.

Any reason this is not GPLv2+?

-- 
Eric Blake   ebl...@redhat.com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to