diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-07 15:48:43 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-07 15:48:43 +0000 |
commit | 70539e1850ddd3a7ee6f9a8db7bd8e81b85225a4 (patch) | |
tree | fb8cf4e2cc4cc634014a13072a77deb3ed266a5b /target-s390x | |
parent | bef75aa5342f0b0ecc1c4e444d1ff9f955f41b63 (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.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" |