From: Anthony Liguori <anthony@codemonkey.ws>
To: Riku Voipio <riku.voipio@iki.fi>
Cc: "Riku Voipio" <riku.voipio@nokia.com>,
"Juha Riihimäki" <juha.riihimaki@nokia.com>,
qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 22/48] License update
Date: Fri, 26 Mar 2010 14:03:37 -0500 [thread overview]
Message-ID: <4BAD0509.8050206@codemonkey.ws> (raw)
In-Reply-To: <ce13f8257f3b6bfa96c9d6f4bf5c42674dcec264.1269617186.git.riku.voipio@nokia.com>
On 03/26/2010 11:06 AM, Riku Voipio wrote:
> From: Riku Voipio<riku.voipio@nokia.com>
>
> Legal requested us to be open to future.
>
> Signed-Off-By: Riku Voipio<riku.voipio@nokia.com>
> Signed-Off-By: Juha Riihimäki<juha.riihimaki@nokia.com>
>
> ---
> 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<andrew@openedhand.com>
> + * Copyright (C) 2007-2009 Nokia Corporation
> + * N800/N810 support written by Andrzej Zaborowski<andrew@openedhand.com>
> + * 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<andrew@openedhand.com>
> *
> * 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<andrew@openedhand.com>
> *
> * 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
>
next prev parent reply other threads:[~2010-03-26 19:03 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-26 16:06 [Qemu-devel] [PATCH 00/48] RFC: omap3 patch collection Riku Voipio
2010-03-26 16:06 ` [Qemu-devel] [PATCH 01/48] arm-dis debug helper Riku Voipio
2010-04-08 19:03 ` Aurelien Jarno
2010-03-26 16:06 ` [Qemu-devel] [PATCH 04/48] audio: fix integer overflow expression Riku Voipio
2010-03-26 16:06 ` [Qemu-devel] [PATCH 05/48] audio: fix coreaudio compilation Riku Voipio
2010-03-26 16:06 ` [Qemu-devel] [PATCH 06/48] Get rid of AREG1 and AREG2 Riku Voipio
2010-03-26 22:22 ` Aurelien Jarno
2010-03-26 16:06 ` [Qemu-devel] [PATCH 07/48] Shrink tb_jmp_offset to two entries, the other two are never used Riku Voipio
2010-03-26 16:06 ` [Qemu-devel] [PATCH 08/48] Cortex-A8 R2 support and trustzone Riku Voipio
2010-03-26 16:06 ` [Qemu-devel] [PATCH 09/48] console change headers Riku Voipio
2010-03-26 16:06 ` [Qemu-devel] [PATCH 10/48] Lots of ARM TCG changes Riku Voipio
2010-03-26 16:06 ` [Qemu-devel] [PATCH 12/48] cocoa frontend changes Riku Voipio
2010-03-27 13:28 ` Andreas Färber
2010-03-26 16:06 ` [Qemu-devel] [PATCH 13/48] multitouch and window close handler Riku Voipio
2010-03-26 16:06 ` [Qemu-devel] [PATCH 14/48] multikeyboard support merge Riku Voipio
2010-03-26 16:06 ` [Qemu-devel] [PATCH 15/48] fix function signature of qemu_chr_open_pty on !linux Riku Voipio
2010-04-08 19:08 ` Aurelien Jarno
2010-03-26 16:06 ` [Qemu-devel] [PATCH 16/48] sdl: multitouch and window close suppport Riku Voipio
2010-03-26 16:06 ` [Qemu-devel] [PATCH 17/48] add multi-sd support Riku Voipio
2010-03-26 16:06 ` [Qemu-devel] [PATCH 18/48] make cursor grab optional Riku Voipio
2010-04-08 19:10 ` Aurelien Jarno
2010-04-22 2:01 ` andrzej zaborowski
2010-03-26 16:06 ` [Qemu-devel] [PATCH 19/48] usb-ohci: add omap init support Riku Voipio
2010-03-26 16:06 ` [Qemu-devel] [PATCH 20/48] add reset support for musb Riku Voipio
2010-03-26 16:06 ` [Qemu-devel] [PATCH 21/48] NAND emulation overhaul Riku Voipio
2010-03-26 16:06 ` [Qemu-devel] [PATCH 22/48] License update Riku Voipio
2010-03-26 19:03 ` Anthony Liguori [this message]
2010-03-26 16:06 ` [Qemu-devel] [PATCH 23/48] multi-mmc support in init call Riku Voipio
2010-03-28 19:19 ` Filip Navara
2010-03-26 16:06 ` [Qemu-devel] [PATCH 24/48] onenand overhaul Riku Voipio
2010-03-26 16:06 ` [Qemu-devel] [PATCH 25/48] blizzard: fix for non-32bpp host displays Riku Voipio
2010-03-26 16:06 ` [Qemu-devel] [PATCH 26/48] SD overhaul Riku Voipio
2010-03-26 16:06 ` [Qemu-devel] [PATCH 27/48] tsc2005 overhaul Riku Voipio
2010-03-26 16:06 ` [Qemu-devel] [PATCH 28/48] prepare smc driver support for omap Riku Voipio
2010-03-26 16:06 ` [Qemu-devel] [PATCH 29/48] Add triton2 (twl4030) driver Riku Voipio
2010-03-26 16:06 ` [Qemu-devel] [PATCH 30/48] savevm and reset support for soc_dma Riku Voipio
2010-03-26 16:06 ` [Qemu-devel] [PATCH 32/48] Add beagleboard and n900 machine definitions Riku Voipio
2010-03-26 16:06 ` [Qemu-devel] [PATCH 33/48] Add OpenGL ES accelerator support Riku Voipio
2010-03-26 16:06 ` [Qemu-devel] [PATCH 34/48] target-arm: add support for smc Riku Voipio
2010-03-26 16:06 ` [Qemu-devel] [PATCH 35/48] target-arm: fix neon vmon/vmvn with modified immediate Riku Voipio
2010-03-26 16:06 ` [Qemu-devel] [PATCH 36/48] target-arm: fix neon vqshl/vqshlu instructions Riku Voipio
2010-03-26 16:06 ` [Qemu-devel] [PATCH 37/48] target-arm: fix neon vqrshl instruction Riku Voipio
2010-03-26 16:06 ` [Qemu-devel] [PATCH 38/48] target-arm: fix neon vrshl instruction Riku Voipio
2010-03-26 17:26 ` Nathan Froyd
2010-03-26 16:06 ` [Qemu-devel] [PATCH 39/48] target-arm: fix neon vrshr instruction Riku Voipio
2010-03-26 16:07 ` [Qemu-devel] [PATCH 40/48] target-arm: fix neon v(r)sra instructions Riku Voipio
2010-03-26 16:07 ` [Qemu-devel] [PATCH 41/48] target-arm: fix neon vld1 single element to all lanes Riku Voipio
2010-03-26 16:07 ` [Qemu-devel] [PATCH 42/48] target-arm: fix signed narrow 64->32 operation Riku Voipio
2010-03-26 16:07 ` [Qemu-devel] [PATCH 43/48] target-arm: fix neon vq(r)dmulh.s16 instructions Riku Voipio
2010-03-26 16:07 ` [Qemu-devel] [PATCH 44/48] target-arm: fix neon v(q)(r)shrn instructions Riku Voipio
2010-03-26 16:07 ` [Qemu-devel] [PATCH 45/48] target-arm: fix neon vcvt fixed-point Riku Voipio
2010-03-26 16:07 ` [Qemu-devel] [PATCH 46/48] target-arm: fix neon vrsqrts instruction Riku Voipio
2010-03-26 16:07 ` [Qemu-devel] [PATCH 47/48] target-arm: fix neon vshll (shift < max) Riku Voipio
2010-03-26 16:07 ` [Qemu-devel] [PATCH 48/48] usb: fix -usbdevice option handling with no parameters Riku Voipio
2010-03-26 17:48 ` [Qemu-devel] [PATCH 00/48] RFC: omap3 patch collection Paul Brook
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4BAD0509.8050206@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=juha.riihimaki@nokia.com \
--cc=qemu-devel@nongnu.org \
--cc=riku.voipio@iki.fi \
--cc=riku.voipio@nokia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.