aboutsummaryrefslogtreecommitdiff
path: root/darwin-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 /darwin-user
parenta1961a4b313b346213439ca0e3e1e9ea69169bf4 (diff)
Update to a hopefully more future proof FSF address
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'darwin-user')
-rw-r--r--darwin-user/commpage.c4
-rw-r--r--darwin-user/machload.c3
-rw-r--r--darwin-user/main.c4
-rw-r--r--darwin-user/mmap.c4
-rw-r--r--darwin-user/signal.c4
-rw-r--r--darwin-user/syscall.c4
6 files changed, 6 insertions, 17 deletions
diff --git a/darwin-user/commpage.c b/darwin-user/commpage.c
index 8961bef443..2b41bc5e3a 100644
--- a/darwin-user/commpage.c
+++ b/darwin-user/commpage.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 <fcntl.h>
#include <stdio.h>
diff --git a/darwin-user/machload.c b/darwin-user/machload.c
index 794aefa172..4bb5c7276a 100644
--- a/darwin-user/machload.c
+++ b/darwin-user/machload.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>
#include <sys/types.h>
diff --git a/darwin-user/main.c b/darwin-user/main.c
index 27c7284eb7..8e993da377 100644
--- a/darwin-user/main.c
+++ b/darwin-user/main.c
@@ -15,9 +15,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/darwin-user/mmap.c b/darwin-user/mmap.c
index f803066aa4..8ba61fb974 100644
--- a/darwin-user/mmap.c
+++ b/darwin-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/darwin-user/signal.c b/darwin-user/signal.c
index 851e85b60f..48620184ee 100644
--- a/darwin-user/signal.c
+++ b/darwin-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/darwin-user/syscall.c b/darwin-user/syscall.c
index 0c68787773..d774ad353e 100644
--- a/darwin-user/syscall.c
+++ b/darwin-user/syscall.c
@@ -15,9 +15,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 <fcntl.h>
#include <stdio.h>