diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-07-16 20:47:01 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-07-16 20:47:01 +0000 |
commit | 8167ee883931cb20c6264fc19d040ce2dc6ceaaa (patch) | |
tree | 20a7c266bae553f0747c45b3b762094600aea505 /target-arm | |
parent | a1961a4b313b346213439ca0e3e1e9ea69169bf4 (diff) | |
download | qemu-8167ee883931cb20c6264fc19d040ce2dc6ceaaa.zip qemu-8167ee883931cb20c6264fc19d040ce2dc6ceaaa.tar.gz qemu-8167ee883931cb20c6264fc19d040ce2dc6ceaaa.tar.bz2 |
Update to a hopefully more future proof FSF address
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-arm')
-rw-r--r-- | target-arm/cpu.h | 3 | ||||
-rw-r--r-- | target-arm/exec.h | 3 | ||||
-rw-r--r-- | target-arm/iwmmxt_helper.c | 3 | ||||
-rw-r--r-- | target-arm/op_helper.c | 3 | ||||
-rw-r--r-- | target-arm/translate.c | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/target-arm/cpu.h b/target-arm/cpu.h index f98655f..194f16c 100644 --- a/target-arm/cpu.h +++ b/target-arm/cpu.h @@ -14,8 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ #ifndef CPU_ARM_H #define CPU_ARM_H diff --git a/target-arm/exec.h b/target-arm/exec.h index 710a2f9..325c3ee 100644 --- a/target-arm/exec.h +++ b/target-arm/exec.h @@ -14,8 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ #include "config.h" #include "dyngen-exec.h" diff --git a/target-arm/iwmmxt_helper.c b/target-arm/iwmmxt_helper.c index 2e4193e..3332f70 100644 --- a/target-arm/iwmmxt_helper.c +++ b/target-arm/iwmmxt_helper.c @@ -16,8 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ #include <stdlib.h> diff --git a/target-arm/op_helper.c b/target-arm/op_helper.c index f71162b..d4ae4ae 100644 --- a/target-arm/op_helper.c +++ b/target-arm/op_helper.c @@ -14,8 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ #include "exec.h" #include "helpers.h" diff --git a/target-arm/translate.c b/target-arm/translate.c index 64956e4..4db8d0e 100644 --- a/target-arm/translate.c +++ b/target-arm/translate.c @@ -16,8 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ #include <stdarg.h> #include <stdlib.h> |