diff options
author | 2009-07-16 20:47:01 +0000 | |
---|---|---|
committer | 2009-07-16 20:47:01 +0000 | |
commit | 8167ee883931cb20c6264fc19d040ce2dc6ceaaa (patch) | |
tree | 20a7c266bae553f0747c45b3b762094600aea505 /target-sh4 | |
parent | Sparc32: convert slavio interrupt controller to qdev (diff) | |
download | qemu-kvm-8167ee883931cb20c6264fc19d040ce2dc6ceaaa.tar.gz qemu-kvm-8167ee883931cb20c6264fc19d040ce2dc6ceaaa.tar.bz2 qemu-kvm-8167ee883931cb20c6264fc19d040ce2dc6ceaaa.zip |
Update to a hopefully more future proof FSF address
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-sh4')
-rw-r--r-- | target-sh4/cpu.h | 3 | ||||
-rw-r--r-- | target-sh4/exec.h | 3 | ||||
-rw-r--r-- | target-sh4/helper.c | 3 | ||||
-rw-r--r-- | target-sh4/op_helper.c | 3 | ||||
-rw-r--r-- | target-sh4/translate.c | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/target-sh4/cpu.h b/target-sh4/cpu.h index e597f653a..91c080fd8 100644 --- a/target-sh4/cpu.h +++ b/target-sh4/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_SH4_H #define _CPU_SH4_H diff --git a/target-sh4/exec.h b/target-sh4/exec.h index d2926750b..1c08eafa6 100644 --- a/target-sh4/exec.h +++ b/target-sh4/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/>. */ #ifndef _EXEC_SH4_H #define _EXEC_SH4_H diff --git a/target-sh4/helper.c b/target-sh4/helper.c index 94be136fa..088d36a5f 100644 --- a/target-sh4/helper.c +++ b/target-sh4/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 <stdarg.h> #include <stdlib.h> diff --git a/target-sh4/op_helper.c b/target-sh4/op_helper.c index 616b4f9a4..6dc8503a0 100644 --- a/target-sh4/op_helper.c +++ b/target-sh4/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 <assert.h> #include <stdlib.h> diff --git a/target-sh4/translate.c b/target-sh4/translate.c index 1f461b7a4..b272f4c06 100644 --- a/target-sh4/translate.c +++ b/target-sh4/translate.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 <stdarg.h> #include <stdlib.h> |