aboutsummaryrefslogtreecommitdiffstats
path: root/target-s390x
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-03-07 15:48:43 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-03-07 15:48:43 +0000
commit70539e1850ddd3a7ee6f9a8db7bd8e81b85225a4 (patch)
treefb8cf4e2cc4cc634014a13072a77deb3ed266a5b /target-s390x
parentbef75aa5342f0b0ecc1c4e444d1ff9f955f41b63 (diff)
Update to a hopefully more future proof FSF address
See also 8167ee883931cb20c6264fc19d040ce2dc6ceaaa, 530e7615ce3c01882e582c84dc6304ab98a3d5c5 and fad6cb1a565bb73f83fc0e2654489457b489e436. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-s390x')
-rw-r--r--target-s390x/cpu.h3
-rw-r--r--target-s390x/exec.h3
-rw-r--r--target-s390x/helper.c3
-rw-r--r--target-s390x/op_helper.c3
-rw-r--r--target-s390x/translate.c3
5 files changed, 5 insertions, 10 deletions
diff --git a/target-s390x/cpu.h b/target-s390x/cpu.h
index 0e75e1caa..827f4e33d 100644
--- a/target-s390x/cpu.h
+++ b/target-s390x/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_S390X_H
#define CPU_S390X_H
diff --git a/target-s390x/exec.h b/target-s390x/exec.h
index 8ac3d8d29..837f85347 100644
--- a/target-s390x/exec.h
+++ b/target-s390x/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 "dyngen-exec.h"
diff --git a/target-s390x/helper.c b/target-s390x/helper.c
index 4c2dc8211..1322ffce0 100644
--- a/target-s390x/helper.c
+++ b/target-s390x/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-s390x/op_helper.c b/target-s390x/op_helper.c
index e623de95c..402df2d85 100644
--- a/target-s390x/op_helper.c
+++ b/target-s390x/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-s390x/translate.c b/target-s390x/translate.c
index cde19dfd6..44dfa6508 100644
--- a/target-s390x/translate.c
+++ b/target-s390x/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 "cpu.h"