On Tue, 2020-03-03 at 18:15 +0100, Kevin Wolf wrote:
> Am 30.01.2020 um 13:34 hat Maxim Levitsky geschrieben:
> > Signed-off-by: Maxim Levitsky <mlevi...@redhat.com>
> > Reviewed-by: Dr. David Alan Gilbert <dgilb...@redhat.com>
>
> Very long subject line. I suppose the license notice should be in the
> body instead.
>
> > block/monitor/block-hmp-cmds.c | 56 ++++++++++++++++++++++++++++++++--
> > include/block/block-hmp-cmds.h | 4 +++
> > include/monitor/hmp.h | 3 --
> > monitor/hmp-cmds.c | 47 ----------------------------
> > 4 files changed, 58 insertions(+), 52 deletions(-)
> >
> > diff --git a/block/monitor/block-hmp-cmds.c b/block/monitor/block-hmp-cmds.c
> > index 8e8288c2f1..b83687196f 100644
> > --- a/block/monitor/block-hmp-cmds.c
> > +++ b/block/monitor/block-hmp-cmds.c
> > @@ -1,10 +1,13 @@
> > /*
> > * Blockdev HMP commands
> > *
> > + * Authors:
> > + * Anthony Liguori <aligu...@us.ibm.com>
> > + *
> > * Copyright (c) 2003-2008 Fabrice Bellard
> > *
> > - * This work is licensed under the terms of the GNU GPL, version 2 or
> > - * later. See the COPYING file in the top-level directory.
> > + * This work is licensed under the terms of the GNU GPL, version 2.
> > + * See the COPYING file in the top-level directory.
>
> Please also copy the next paragraph of the license header:
>
> * Contributions after 2012-01-13 are licensed under the terms of the
> * GNU GPL, version 2 or (at your option) any later version.
>
> Kevin
Will do,
Best regards,
Maxim Levitsky