diff mbox

[v2,3/5] target-unicore32: License future contributions under GPLv2+

Message ID 1333041282-3254-4-git-send-email-afaerber@suse.de
State New
Headers show

Commit Message

Andreas Färber March 29, 2012, 5:14 p.m. UTC
This is to limit relicensing obstacles to the pending IBM investigation.

Signed-off-by: Andreas Färber <afaerber@suse.de>
---
 target-unicore32/helper.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

Comments

Guan Xuetao March 30, 2012, 8:27 a.m. UTC | #1
On 03/30/2012 01:14 AM, Andreas Färber wrote:
> This is to limit relicensing obstacles to the pending IBM investigation.
>
> Signed-off-by: Andreas Färber<afaerber@suse.de>
> ---
>   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.
>    */
>
>   #include "cpu.h"
Acked-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
diff mbox

Patch

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.
  */
 
 #include "cpu.h"