diff options
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 e597f653a7..91c080fd8f 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 d2926750b3..1c08eafa6c 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 94be136fa6..088d36a5f7 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 616b4f9a4d..6dc8503a03 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 1f461b7a4b..b272f4c06e 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> |