summaryrefslogtreecommitdiff
path: root/target-microblaze
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-microblaze
parenta1961a4b313b346213439ca0e3e1e9ea69169bf4 (diff)
downloadqemu-8167ee883931cb20c6264fc19d040ce2dc6ceaaa.tar.gz
Update to a hopefully more future proof FSF address
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
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 97f708c5a4..436bcd2ca9 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 55045bb921..552f6224da 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 00936594da..d9a952389d 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 27b01288c9..2c975d6677 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 d14373ce42..adf11c839d 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 9759333967..814c33cc7b 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 1a0776d2cf..f86b1c78c9 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 33fff9c2c8..9c8631dc21 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>