aboutsummaryrefslogtreecommitdiff
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-i386
parentSparc32: convert slavio interrupt controller to qdev (diff)
downloadqemu-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-i386')
-rw-r--r--target-i386/cpu.h3
-rw-r--r--target-i386/exec.h3
-rw-r--r--target-i386/helper.c3
-rw-r--r--target-i386/helper_template.h3
-rw-r--r--target-i386/op_helper.c3
-rw-r--r--target-i386/ops_sse.h3
-rw-r--r--target-i386/ops_sse_header.h3
-rw-r--r--target-i386/translate.c3
8 files changed, 8 insertions, 16 deletions
diff --git a/target-i386/cpu.h b/target-i386/cpu.h
index 33555f832..08200edaf 100644
--- a/target-i386/cpu.h
+++ b/target-i386/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_I386_H
#define CPU_I386_H
diff --git a/target-i386/exec.h b/target-i386/exec.h
index 42b471a26..3e998d24f 100644
--- a/target-i386/exec.h
+++ b/target-i386/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/>.
*/
#include "config.h"
#include "dyngen-exec.h"
diff --git a/target-i386/helper.c b/target-i386/helper.c
index 18c4befea..ad814f8c7 100644
--- a/target-i386/helper.c
+++ b/target-i386/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-i386/helper_template.h b/target-i386/helper_template.h
index c1087ac98..afc41fb98 100644
--- a/target-i386/helper_template.h
+++ b/target-i386/helper_template.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 DATA_BITS (1 << (3 + SHIFT))
#define SHIFT_MASK (DATA_BITS - 1)
diff --git a/target-i386/op_helper.c b/target-i386/op_helper.c
index ed22c7a65..6808a3596 100644
--- a/target-i386/op_helper.c
+++ b/target-i386/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/>.
*/
#define CPU_NO_GLOBAL_REGS
#include "exec.h"
diff --git a/target-i386/ops_sse.h b/target-i386/ops_sse.h
index 35ac2117f..47a01d40f 100644
--- a/target-i386/ops_sse.h
+++ b/target-i386/ops_sse.h
@@ -15,8 +15,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/>.
*/
#if SHIFT == 0
#define Reg MMXReg
diff --git a/target-i386/ops_sse_header.h b/target-i386/ops_sse_header.h
index 03e9b1727..53add99f9 100644
--- a/target-i386/ops_sse_header.h
+++ b/target-i386/ops_sse_header.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/>.
*/
#if SHIFT == 0
#define Reg MMXReg
diff --git a/target-i386/translate.c b/target-i386/translate.c
index 472600937..380009e39 100644
--- a/target-i386/translate.c
+++ b/target-i386/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>