aboutsummaryrefslogtreecommitdiff
path: root/linux-user
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 /linux-user
parenta1961a4b313b346213439ca0e3e1e9ea69169bf4 (diff)
Update to a hopefully more future proof FSF address
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'linux-user')
-rw-r--r--linux-user/flatload.c4
-rw-r--r--linux-user/m68k-sim.c4
-rw-r--r--linux-user/main.c4
-rw-r--r--linux-user/mmap.c4
-rw-r--r--linux-user/ppc/syscall.h3
-rw-r--r--linux-user/signal.c4
-rw-r--r--linux-user/syscall.c4
-rw-r--r--linux-user/vm86.c4
8 files changed, 8 insertions, 23 deletions
diff --git a/linux-user/flatload.c b/linux-user/flatload.c
index 8eba5a8197..6a2c3f959e 100644
--- a/linux-user/flatload.c
+++ b/linux-user/flatload.c
@@ -13,9 +13,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2006 CodeSourcery.
* Copyright (C) 2000-2003 David McCullough <davidm@snapgear.com>
diff --git a/linux-user/m68k-sim.c b/linux-user/m68k-sim.c
index 8a2b1d872c..64d3b23d68 100644
--- a/linux-user/m68k-sim.c
+++ b/linux-user/m68k-sim.c
@@ -14,9 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include <sys/types.h>
diff --git a/linux-user/main.c b/linux-user/main.c
index 1e95f02124..9038b58e7e 100644
--- a/linux-user/main.c
+++ b/linux-user/main.c
@@ -14,9 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include <stdlib.h>
#include <stdio.h>
diff --git a/linux-user/mmap.c b/linux-user/mmap.c
index aa22006ff3..79cb4e6055 100644
--- a/linux-user/mmap.c
+++ b/linux-user/mmap.c
@@ -14,9 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include <stdlib.h>
#include <stdio.h>
diff --git a/linux-user/ppc/syscall.h b/linux-user/ppc/syscall.h
index d789911e8a..481047b2dd 100644
--- a/linux-user/ppc/syscall.h
+++ b/linux-user/ppc/syscall.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/>.
*/
/* XXX: ABSOLUTELY BUGGY:
diff --git a/linux-user/signal.c b/linux-user/signal.c
index 6ee61a9184..93c2ebe1ea 100644
--- a/linux-user/signal.c
+++ b/linux-user/signal.c
@@ -14,9 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include <stdlib.h>
#include <stdio.h>
diff --git a/linux-user/syscall.c b/linux-user/syscall.c
index 000962328e..8b0a5fa3f8 100644
--- a/linux-user/syscall.c
+++ b/linux-user/syscall.c
@@ -14,9 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#define _ATFILE_SOURCE
#include <stdlib.h>
diff --git a/linux-user/vm86.c b/linux-user/vm86.c
index cc6c8c99dd..0b2439dfa3 100644
--- a/linux-user/vm86.c
+++ b/linux-user/vm86.c
@@ -14,9 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include <stdlib.h>
#include <stdio.h>