[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v1 4/5] gdbstub: add some notes to the header co
From: |
Richard Henderson |
Subject: |
Re: [Qemu-devel] [PATCH v1 4/5] gdbstub: add some notes to the header comment |
Date: |
Wed, 10 Jul 2019 09:14:19 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.1 |
On 7/5/19 6:04 PM, Alex Bennée wrote:
> Add a link to the remote protocol spec and an SPDX tag.
>
> Signed-off-by: Alex Bennée <address@hidden>
> ---
> gdbstub.c | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/gdbstub.c b/gdbstub.c
> index 8618e34311..ea3349d1aa 100644
> --- a/gdbstub.c
> +++ b/gdbstub.c
> @@ -1,6 +1,10 @@
> /*
> * gdb server stub
> *
> + * This implements a subset of the remote protocol as described in:
> + *
> + * https://sourceware.org/gdb/onlinedocs/gdb/Remote-Protocol.html
> + *
Ack.
> * Copyright (c) 2003-2005 Fabrice Bellard
> *
> * This library is free software; you can redistribute it and/or
> @@ -15,6 +19,8 @@
> *
> * You should have received a copy of the GNU Lesser General Public
> * License along with this library; if not, see
> <http://www.gnu.org/licenses/>.
> + *
> + * SPDX-License-Identifier: GPL-2.0-or-later
Nack. The text is for the LGPL.
r~