* Cornelia Huck <coh...@redhat.com> [2018-02-27 18:32:51 +0100]: > The license text currently specifies "any version" of the GPL. It > is unlikely that GPL v1 was ever intended; change this to the > standard "or any later version" text. > > Cc: Dong Jia Shi <bjsdj...@linux.vnet.ibm.com> > Cc: Xiao Feng Ren <renxi...@linux.vnet.ibm.com> > Cc: Pierre Morel <pmo...@linux.vnet.ibm.com> > Signed-off-by: Cornelia Huck <coh...@redhat.com> > --- > hw/vfio/ccw.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/hw/vfio/ccw.c b/hw/vfio/ccw.c > index 16713f2c52..4e5855741a 100644 > --- a/hw/vfio/ccw.c > +++ b/hw/vfio/ccw.c > @@ -6,8 +6,8 @@ > * Xiao Feng Ren <renxi...@linux.vnet.ibm.com> > * Pierre Morel <pmo...@linux.vnet.ibm.com> > * > - * This work is licensed under the terms of the GNU GPL, version 2 or(at > - * your option) any version. See the COPYING file in the top-level > + * This work is licensed under the terms of the GNU GPL, version 2 or (at > + * your option) any later version. See the COPYING file in the top-level > * directory. > */ > Dunno why the word 'later' is missing... could be some copy/paste mistake.
Reviewed-by: Dong Jia Shi <bjsdj...@linux.vnet.ibm.com> -- Dong Jia Shi