From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NvEow-0002KU-Uj for qemu-devel@nongnu.org; Fri, 26 Mar 2010 15:03:51 -0400 Received: from [140.186.70.92] (port=32840 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvEot-0002Ht-Im for qemu-devel@nongnu.org; Fri, 26 Mar 2010 15:03:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NvEop-0007W0-A8 for qemu-devel@nongnu.org; Fri, 26 Mar 2010 15:03:46 -0400 Received: from mail-pz0-f194.google.com ([209.85.222.194]:34450) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NvEop-0007V4-25 for qemu-devel@nongnu.org; Fri, 26 Mar 2010 15:03:43 -0400 Received: by mail-pz0-f194.google.com with SMTP id 32so2909218pzk.4 for ; Fri, 26 Mar 2010 12:03:42 -0700 (PDT) Message-ID: <4BAD0509.8050206@codemonkey.ws> Date: Fri, 26 Mar 2010 14:03:37 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 22/48] License update References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Riku Voipio Cc: Riku Voipio , =?ISO-8859-1?Q?Juha_Riihim=E4ki?= , qemu-devel@nongnu.org On 03/26/2010 11:06 AM, Riku Voipio wrote: > From: Riku Voipio > > Legal requested us to be open to future. > > Signed-Off-By: Riku Voipio > Signed-Off-By: Juha Riihimäki > > --- > hw/blizzard.c | 2 +- > hw/blizzard_template.h | 2 +- > hw/cbus.c | 2 +- > hw/lm832x.c | 2 +- > hw/nseries.c | 7 ++++--- > hw/omap2.c | 4 ++-- > hw/onenand.c | 4 ++-- > hw/soc_dma.c | 2 +- > hw/tmp105.c | 2 +- > hw/tusb6010.c | 2 +- > hw/twl92230.c | 2 +- > 11 files changed, 16 insertions(+), 15 deletions(-) > These files have been touched by multiple authors so the license cannot be changed without permission from each author. git log --format=pretty:"%an <%ae>" Will give you a quick list for each file. Regards, Anthony Liguori > diff --git a/hw/blizzard.c b/hw/blizzard.c > index 5f329ad..7cbb358 100644 > --- a/hw/blizzard.c > +++ b/hw/blizzard.c > @@ -7,7 +7,7 @@ > * 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; either version 2 or > - * (at your option) version 3 of the License. > + * (at your option) any later version of the License. > * > * 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/hw/blizzard_template.h b/hw/blizzard_template.h > index 42f4e90..e9f130f 100644 > --- a/hw/blizzard_template.h > +++ b/hw/blizzard_template.h > @@ -7,7 +7,7 @@ > * 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; either version 2 or > - * (at your option) version 3 of the License. > + * (at your option) any later version of the License. > * > * 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/hw/cbus.c b/hw/cbus.c > index 8ae24e0..61cfca6 100644 > --- a/hw/cbus.c > +++ b/hw/cbus.c > @@ -9,7 +9,7 @@ > * 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; either version 2 or > - * (at your option) version 3 of the License. > + * (at your option) any later version of the License. > * > * 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/hw/lm832x.c b/hw/lm832x.c > index ce7dcac..5d575ba 100644 > --- a/hw/lm832x.c > +++ b/hw/lm832x.c > @@ -7,7 +7,7 @@ > * 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; either version 2 or > - * (at your option) version 3 of the License. > + * (at your option) any later version of the License. > * > * 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/hw/nseries.c b/hw/nseries.c > index 0273eee..2013354 100644 > --- a/hw/nseries.c > +++ b/hw/nseries.c > @@ -1,13 +1,14 @@ > /* > * Nokia N-series internet tablets. > * > - * Copyright (C) 2007 Nokia Corporation > - * Written by Andrzej Zaborowski > + * Copyright (C) 2007-2009 Nokia Corporation > + * N800/N810 support written by Andrzej Zaborowski > + * N900 support written by Juha Riihimäki > * > * 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; either version 2 or > - * (at your option) version 3 of the License. > + * (at your option) any later version of the License. > * > * 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/hw/omap2.c b/hw/omap2.c > index a3fa89d..69b6ea8 100644 > --- a/hw/omap2.c > +++ b/hw/omap2.c > @@ -1,13 +1,13 @@ > /* > * TI OMAP processors emulation. > * > - * Copyright (C) 2007-2008 Nokia Corporation > + * Copyright (C) 2007-2009 Nokia Corporation > * Written by Andrzej Zaborowski > * > * 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; either version 2 or > - * (at your option) version 3 of the License. > + * (at your option) any later version of the License. > * > * 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/hw/onenand.c b/hw/onenand.c > index c1e7e4d..b447726 100644 > --- a/hw/onenand.c > +++ b/hw/onenand.c > @@ -1,13 +1,13 @@ > /* > * OneNAND flash memories emulation. > * > - * Copyright (C) 2008 Nokia Corporation > + * Copyright (C) 2008-2009 Nokia Corporation > * Written by Andrzej Zaborowski > * > * 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; either version 2 or > - * (at your option) version 3 of the License. > + * (at your option) any later version of the License. > * > * 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/hw/soc_dma.c b/hw/soc_dma.c > index e116e63..8147ed5 100644 > --- a/hw/soc_dma.c > +++ b/hw/soc_dma.c > @@ -7,7 +7,7 @@ > * 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; either version 2 or > - * (at your option) version 3 of the License. > + * (at your option) any later version of the License. > * > * 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/hw/tmp105.c b/hw/tmp105.c > index 8343aff..9fae2e4 100644 > --- a/hw/tmp105.c > +++ b/hw/tmp105.c > @@ -7,7 +7,7 @@ > * 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; either version 2 or > - * (at your option) version 3 of the License. > + * (at your option) any later version of the License. > * > * 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/hw/tusb6010.c b/hw/tusb6010.c > index 3887233..284245b 100644 > --- a/hw/tusb6010.c > +++ b/hw/tusb6010.c > @@ -8,7 +8,7 @@ > * 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; either version 2 or > - * (at your option) version 3 of the License. > + * (at your option) any later version of the License. > * > * 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/hw/twl92230.c b/hw/twl92230.c > index e61f17f..81f41e0 100644 > --- a/hw/twl92230.c > +++ b/hw/twl92230.c > @@ -8,7 +8,7 @@ > * 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; either version 2 or > - * (at your option) version 3 of the License. > + * (at your option) any later version of the License. > * > * This program is distributed in the hope that it will be useful, > * but WITHOUT ANY WARRANTY; without even the implied warranty of >