diff options
author | Ivan De Cesaris <ivan.de.cesaris@intel.com> | 2015-10-26 16:50:34 +0100 |
---|---|---|
committer | Andreas Fritiofson <andreas.fritiofson@gmail.com> | 2015-10-30 13:30:37 +0000 |
commit | ec1fde57979ab9331fc939633b0461ef4af7def7 (patch) | |
tree | ea20c133687975b1fbaff1699f930ed26ce67649 /src/target | |
parent | 94c82d16bd46db9f4a964a62024bcd37a4a70dfe (diff) | |
download | riscv-openocd-ec1fde57979ab9331fc939633b0461ef4af7def7.zip riscv-openocd-ec1fde57979ab9331fc939633b0461ef4af7def7.tar.gz riscv-openocd-ec1fde57979ab9331fc939633b0461ef4af7def7.tar.bz2 |
quark: updating license to GPLv2+
Intel is relicensing our contributions to OpenOCD under GPL
version 2 or any later version. We previously contributed code
under GPL version 2 only. It was not our intention to differ
from the standard OpenOCD license. We're correcting that here.
This also applies retroactively to previous versions of our
contributions to OpenOCD.
Change-Id: I5e831ed95d03d2044d8e5a8375b21c6e52c933d7
Signed-off-by: Ivan De Cesaris <ivan.de.cesaris@intel.com>
Reviewed-on: http://openocd.zylin.com/3044
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Diffstat (limited to 'src/target')
-rw-r--r-- | src/target/lakemont.c | 5 | ||||
-rw-r--r-- | src/target/lakemont.h | 5 | ||||
-rw-r--r-- | src/target/quark_x10xx.c | 5 | ||||
-rw-r--r-- | src/target/x86_32_common.c | 5 | ||||
-rw-r--r-- | src/target/x86_32_common.h | 5 |
5 files changed, 15 insertions, 10 deletions
diff --git a/src/target/lakemont.c b/src/target/lakemont.c index 17b0c12..055d943 100644 --- a/src/target/lakemont.c +++ b/src/target/lakemont.c @@ -8,8 +8,9 @@ * Jeffrey Maxwell (jeffrey.r.maxwell@intel.com) * * This program is free software; you can redistribute it and/or modify - * it under the terms of version 2 of the GNU General Public License as - * published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * 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/src/target/lakemont.h b/src/target/lakemont.h index e5729ae..30b34b3 100644 --- a/src/target/lakemont.h +++ b/src/target/lakemont.h @@ -8,8 +8,9 @@ * Jeffrey Maxwell (jeffrey.r.maxwell@intel.com) * * This program is free software; you can redistribute it and/or modify - * it under the terms of version 2 of the GNU General Public License as - * published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * 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/src/target/quark_x10xx.c b/src/target/quark_x10xx.c index 05818b7..9a1ccb6 100644 --- a/src/target/quark_x10xx.c +++ b/src/target/quark_x10xx.c @@ -8,8 +8,9 @@ * Jeffrey Maxwell (jeffrey.r.maxwell@intel.com) * * This program is free software; you can redistribute it and/or modify - * it under the terms of version 2 of the GNU General Public License as - * published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * 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/src/target/x86_32_common.c b/src/target/x86_32_common.c index 6bcd4af..3a26f71 100644 --- a/src/target/x86_32_common.c +++ b/src/target/x86_32_common.c @@ -8,8 +8,9 @@ * Jeffrey Maxwell (jeffrey.r.maxwell@intel.com) * * This program is free software; you can redistribute it and/or modify - * it under the terms of version 2 of the GNU General Public License as - * published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * 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/src/target/x86_32_common.h b/src/target/x86_32_common.h index 83973b8..af57a5f 100644 --- a/src/target/x86_32_common.h +++ b/src/target/x86_32_common.h @@ -8,8 +8,9 @@ * Jeffrey Maxwell (jeffrey.r.maxwell@intel.com) * * This program is free software; you can redistribute it and/or modify - * it under the terms of version 2 of the GNU General Public License as - * published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of |