diff options
Diffstat (limited to 'target-s390x')
-rw-r--r-- | target-s390x/cpu.h | 3 | ||||
-rw-r--r-- | target-s390x/exec.h | 3 | ||||
-rw-r--r-- | target-s390x/helper.c | 3 | ||||
-rw-r--r-- | target-s390x/op_helper.c | 3 | ||||
-rw-r--r-- | target-s390x/translate.c | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/target-s390x/cpu.h b/target-s390x/cpu.h index 0e75e1caac..827f4e33dc 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 8ac3d8d29f..837f853475 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 4c2dc82115..1322ffce03 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 e623de95ce..402df2d85e 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 cde19dfd69..44dfa65085 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" |