summaryrefslogtreecommitdiff
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-alpha
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-alpha')
-rw-r--r--target-alpha/cpu.h3
-rw-r--r--target-alpha/exec.h3
-rw-r--r--target-alpha/helper.c3
-rw-r--r--target-alpha/op_helper.c3
-rw-r--r--target-alpha/translate.c3
5 files changed, 5 insertions, 10 deletions
diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h
index 8c64def76..975d65b65 100644
--- a/target-alpha/cpu.h
+++ b/target-alpha/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/>.
*/
#if !defined (__CPU_ALPHA_H__)
diff --git a/target-alpha/exec.h b/target-alpha/exec.h
index 77eaf53c1..35d6a1677 100644
--- a/target-alpha/exec.h
+++ b/target-alpha/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/>.
*/
#if !defined (__ALPHA_EXEC_H__)
diff --git a/target-alpha/helper.c b/target-alpha/helper.c
index fc68a7e0b..fcd5841e0 100644
--- a/target-alpha/helper.c
+++ b/target-alpha/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 <stdint.h>
diff --git a/target-alpha/op_helper.c b/target-alpha/op_helper.c
index 82cb2d9f1..22812ca46 100644
--- a/target-alpha/op_helper.c
+++ b/target-alpha/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 "exec.h"
diff --git a/target-alpha/translate.c b/target-alpha/translate.c
index 4cd24d847..1fc5119cb 100644
--- a/target-alpha/translate.c
+++ b/target-alpha/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 <stdint.h>