aboutsummaryrefslogtreecommitdiffstats
path: root/target-s390x
diff options
context:
space:
mode:
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"