diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-07-16 20:47:01 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-07-16 20:47:01 +0000 |
commit | 8167ee883931cb20c6264fc19d040ce2dc6ceaaa (patch) | |
tree | 20a7c266bae553f0747c45b3b762094600aea505 /target-microblaze | |
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-microblaze')
-rw-r--r-- | target-microblaze/cpu.h | 3 | ||||
-rw-r--r-- | target-microblaze/exec.h | 3 | ||||
-rw-r--r-- | target-microblaze/helper.c | 3 | ||||
-rw-r--r-- | target-microblaze/microblaze-decode.h | 3 | ||||
-rw-r--r-- | target-microblaze/mmu.c | 3 | ||||
-rw-r--r-- | target-microblaze/mmu.h | 3 | ||||
-rw-r--r-- | target-microblaze/op_helper.c | 3 | ||||
-rw-r--r-- | target-microblaze/translate.c | 3 |
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> |