summaryrefslogtreecommitdiffstats
path: root/target-sh4
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2009-07-16 20:47:01 +0000
committerBlue Swirl <blauwirbel@gmail.com>2009-07-16 20:47:01 +0000
commit8167ee883931cb20c6264fc19d040ce2dc6ceaaa (patch)
tree20a7c266bae553f0747c45b3b762094600aea505 /target-sh4
parenta1961a4b313b346213439ca0e3e1e9ea69169bf4 (diff)
downloadhqemu-8167ee883931cb20c6264fc19d040ce2dc6ceaaa.zip
hqemu-8167ee883931cb20c6264fc19d040ce2dc6ceaaa.tar.gz
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.h3
-rw-r--r--target-sh4/exec.h3
-rw-r--r--target-sh4/helper.c3
-rw-r--r--target-sh4/op_helper.c3
-rw-r--r--target-sh4/translate.c3
5 files changed, 5 insertions, 10 deletions
diff --git a/target-sh4/cpu.h b/target-sh4/cpu.h
index e597f65..91c080f 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 d292675..1c08eaf 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 94be136..088d36a 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 616b4f9..6dc8503 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 1f461b7..b272f4c 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>
OpenPOWER on IntegriCloud