On 03/27/2014 01:13 AM, Alexey Kardashevskiy wrote: > Cc: Andreas Färber <afaer...@suse.de> > Signed-off-by: Alexey Kardashevskiy <a...@ozlabs.ru>
Ah, this one is missing "suggested-by". And Paolo's "sob". Posting patches is tough :) > --- > > Changes: > v2: > * corrected text > > > --- > hw/core/fw-path-provider.c | 3 ++- > include/hw/fw-path-provider.h | 3 ++- > 2 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/hw/core/fw-path-provider.c b/hw/core/fw-path-provider.c > index b117157..d4f1a9d 100644 > --- a/hw/core/fw-path-provider.c > +++ b/hw/core/fw-path-provider.c > @@ -3,7 +3,8 @@ > * > * This program is free software; you can redistribute it and/or modify > * it under the terms of the GNU General Public License as published by > - * the Free Software Foundation; under version 2 of the License. > + * the Free Software Foundation; under version 2 of the License > + * or (at your option) any later version. > * > * This program is distributed in the hope that it will be useful, > * but WITHOUT ANY WARRANTY; without even the implied warranty of > diff --git a/include/hw/fw-path-provider.h b/include/hw/fw-path-provider.h > index 3018349..6ce9d7c 100644 > --- a/include/hw/fw-path-provider.h > +++ b/include/hw/fw-path-provider.h > @@ -3,7 +3,8 @@ > * > * This program is free software; you can redistribute it and/or modify > * it under the terms of the GNU General Public License as published by > - * the Free Software Foundation; under version 2 of the License. > + * the Free Software Foundation; under version 2 of the License > + * or (at your option) any later version. > * > * This program is distributed in the hope that it will be useful, > * but WITHOUT ANY WARRANTY; without even the implied warranty of > -- Alexey