On Sat, Oct 30, 2010 at 06:24:58PM +0200, Jean Delvare wrote: > Hi David, > > On Sat, 30 Oct 2010 14:47:56 +0100 (BST), David Woodhouse wrote: > > > > An explanation why this change is needed would be nice. > > > Signed-off-by: David Woodhouse <[email protected]> > > --- > > drivers/i2c/busses/i2c-i801.c | 329 > > ++++++++++++++++++++++------------------- > > 1 files changed, 178 insertions(+), 151 deletions(-) > > > > diff --git a/drivers/i2c/busses/i2c-i801.c b/drivers/i2c/busses/i2c-i801.c > > index 59d6598..6e8c12c 100644 > > --- a/drivers/i2c/busses/i2c-i801.c > > +++ b/drivers/i2c/busses/i2c-i801.c > > @@ -1,8 +1,10 @@ > > /* > > Note that the patch got corrupted on the way: all leading spaces have > been doubled. I had to fix it. > > > - Copyright (c) 1998 - 2002 Frodo Looijaard <[email protected]>, > > - Philip Edelbrock <[email protected]>, and Mark D. Studebaker > > - <[email protected]> > > - Copyright (C) 2007, 2008 Jean Delvare <[email protected]> > > + Copyright © 1998 - 2002 Frodo Looijaard <[email protected]>, > > + Philip Edelbrock <[email protected]> and > > + Mark D. Studebaker <[email protected]> > > + Copyright © 2007, 2008 Jean Delvare <[email protected]> > > + Copyright © 2010 Intel Corporation > > + David Woodhouse <[email protected]> > > I'd rather stick to (C). Using non-ASCII characters is asking for > trouble, and this doesn't add value.
IIRC, and IANAL, (C) is not sufficient in certain areas (such as the UK) to declare copyright. It needs to be either the word Copyright in full, or the proper 'c' in circle. Both is of coures better. [snip] -- Ben Q: What's a light-year? A: One-third less calories than a regular year. -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
