Am 23.06.2011 10:08, schrieb Matthew Fernandez:
----- Original message -----
> Am 23.06.2011 02:59, schrieb Matthew Fernandez:
> > Fix a couple of typos in comments.
> >
> > Signed-off-by: Matthew Fernandez<matthew.fernan...@gmail.com
<mailto:matthew.fernan...@gmail.com>>
> > ----
> > This patch doesn't touch any code and should (hopefully) not be
> > controversial. There doesn't seem to be a maintainer for this file,
> > but changes are trivial.
> >
> >
> > diff --git a/hw/armv7m.c b/hw/armv7m.c
> > index 72d010a..83f3393 100644
> > --- a/hw/armv7m.c
> > +++ b/hw/armv7m.c
> > @@ -4,7 +4,7 @@
> > * Copyright (c) 2006-2007 CodeSourcery.
> > * Written by Paul Brook
> > *
> > - * This code is licenced under the GPL.
> > + * This code is licensed under the GPL.
> > */
> >
...
...
>
>
> Acked-by: Stefan Weil <w...@mail.berlios.de
<mailto:w...@mail.berlios.de>>
>
>
> Hi,
>
> would you mind sending a patch which fixes all other "licenced", too?
> There are 65 files which contain this spelling :-)
>
> Cheers,
> Stefan W.
>
No problem. Are there any objections to this being a single patch?
Don't really fancy sending 40+ patches. Obviously it will touch a lot
of files, but won't change any code.
I think a single patch is ok for this special case.
All "licenced" are part of (L)GPL license comments with a very low risk
of merge conflicts,
especially if the patch is accepted and applied soon.
Stefan W.