From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDIw1-0002jd-Dz for qemu-devel@nongnu.org; Thu, 29 Mar 2012 13:14:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDIvw-0000Tb-NY for qemu-devel@nongnu.org; Thu, 29 Mar 2012 13:14:52 -0400 Received: from cantor2.suse.de ([195.135.220.15]:52021 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDIvw-0000TC-HP for qemu-devel@nongnu.org; Thu, 29 Mar 2012 13:14:48 -0400 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Thu, 29 Mar 2012 19:14:40 +0200 Message-Id: <1333041282-3254-4-git-send-email-afaerber@suse.de> In-Reply-To: <1333041282-3254-1-git-send-email-afaerber@suse.de> References: <1333041282-3254-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v2 3/5] target-unicore32: License future contributions under GPLv2+ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Guan Xuetao , =?UTF-8?q?Andreas=20F=C3=A4rber?= This is to limit relicensing obstacles to the pending IBM investigation. Signed-off-by: Andreas F=C3=A4rber --- target-unicore32/helper.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/target-unicore32/helper.c b/target-unicore32/helper.c index 6af492d..18a9cbb 100644 --- a/target-unicore32/helper.c +++ b/target-unicore32/helper.c @@ -4,6 +4,9 @@ * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. + * + * Contributions from 2012-04-01 on are considered under GPL version 2, + * or (at your option) any later version. */ =20 #include "cpu.h" --=20 1.7.7