diff options
author | Andreas Färber <afaerber@suse.de> | 2012-03-15 15:02:14 +0100 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2012-03-30 11:09:30 +0200 |
commit | c3a8baa90d98edcf290bfda6850615368738a17c (patch) | |
tree | 54a6a99a2c43cb2d81d758742eee40993b519929 /target-unicore32 | |
parent | 2b3bc6c0f56968631c4d92b7e06ec969ed0700bb (diff) |
target-unicore32: License future contributions under GPLv2+
This is to limit relicensing obstacles to the pending IBM investigation.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Acked-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Diffstat (limited to 'target-unicore32')
-rw-r--r-- | 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 6af492daf5..18a9cbb40e 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" |