aboutsummaryrefslogtreecommitdiffstats
path: root/target-microblaze
diff options
context:
space:
mode:
Diffstat (limited to 'target-microblaze')
-rw-r--r--target-microblaze/cpu.h3
-rw-r--r--target-microblaze/exec.h3
-rw-r--r--target-microblaze/helper.c3
-rw-r--r--target-microblaze/microblaze-decode.h3
-rw-r--r--target-microblaze/mmu.c3
-rw-r--r--target-microblaze/mmu.h3
-rw-r--r--target-microblaze/op_helper.c3
-rw-r--r--target-microblaze/translate.c3
8 files changed, 8 insertions, 16 deletions
diff --git a/target-microblaze/cpu.h b/target-microblaze/cpu.h
index 97f708c5a..436bcd2ca 100644
--- a/target-microblaze/cpu.h
+++ b/target-microblaze/cpu.h
@@ -14,8 +14,7 @@
* 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_MICROBLAZE_H
#define CPU_MICROBLAZE_H
diff --git a/target-microblaze/exec.h b/target-microblaze/exec.h
index 55045bb92..552f6224d 100644
--- a/target-microblaze/exec.h
+++ b/target-microblaze/exec.h
@@ -14,8 +14,7 @@
* 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 "dyngen-exec.h"
diff --git a/target-microblaze/helper.c b/target-microblaze/helper.c
index 00936594d..d9a952389 100644
--- a/target-microblaze/helper.c
+++ b/target-microblaze/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 <stdio.h>
diff --git a/target-microblaze/microblaze-decode.h b/target-microblaze/microblaze-decode.h
index 27b01288c..2c975d667 100644
--- a/target-microblaze/microblaze-decode.h
+++ b/target-microblaze/microblaze-decode.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/>.
*/
/* Convenient binary macros. */
diff --git a/target-microblaze/mmu.c b/target-microblaze/mmu.c
index d14373ce4..adf11c839 100644
--- a/target-microblaze/mmu.c
+++ b/target-microblaze/mmu.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 <stdio.h>
#include <stdlib.h>
diff --git a/target-microblaze/mmu.h b/target-microblaze/mmu.h
index 975933396..814c33cc7 100644
--- a/target-microblaze/mmu.h
+++ b/target-microblaze/mmu.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/>.
*/
#define MMU_R_PID 0
diff --git a/target-microblaze/op_helper.c b/target-microblaze/op_helper.c
index 1a0776d2c..f86b1c78c 100644
--- a/target-microblaze/op_helper.c
+++ b/target-microblaze/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>
diff --git a/target-microblaze/translate.c b/target-microblaze/translate.c
index 33fff9c2c..9c8631dc2 100644
--- a/target-microblaze/translate.c
+++ b/target-microblaze/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>