This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi, There are a few files in /bfd in binutils that have an old address in their licence for the FSF. Please find a patch attached that changes it to what I believe is the correct address (I recommend checking it!) Cheers, Rob
From 3e0a38f79c98f6f323f41120c7cfefc5d016be69 Mon Sep 17 00:00:00 2001
From: Rob Spanton <rspanton@zepler.net>
Date: Mon, 30 Dec 2013 00:28:27 +0000
Subject: [PATCH] Fix FSF address in elf-{nacl,vxworks}.[hc]
The FSF address in these files was out-of-date.
---
bfd/elf-nacl.c | 4 ++--
bfd/elf-nacl.h | 4 ++--
bfd/elf-vxworks.c | 4 ++--
bfd/elf-vxworks.h | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/bfd/elf-nacl.c b/bfd/elf-nacl.c
index 5ec1161..8518d11 100644
--- a/bfd/elf-nacl.c
+++ b/bfd/elf-nacl.c
@@ -15,8 +15,8 @@
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., 59 Temple Place - Suite 330, Boston,
- MA 02111-1307, USA. */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301 USA. */
#include "sysdep.h"
#include "bfd.h"
diff --git a/bfd/elf-nacl.h b/bfd/elf-nacl.h
index 87719ef..4ab6292 100644
--- a/bfd/elf-nacl.h
+++ b/bfd/elf-nacl.h
@@ -15,8 +15,8 @@
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., 59 Temple Place - Suite 330, Boston,
- MA 02111-1307, USA. */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301 USA. */
#include "bfd.h"
diff --git a/bfd/elf-vxworks.c b/bfd/elf-vxworks.c
index bb9dbbb..58fc563 100644
--- a/bfd/elf-vxworks.c
+++ b/bfd/elf-vxworks.c
@@ -15,8 +15,8 @@
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., 59 Temple Place - Suite 330, Boston,
- MA 02111-1307, USA. */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301 USA. */
/* This file provides routines used by all VxWorks targets. */
diff --git a/bfd/elf-vxworks.h b/bfd/elf-vxworks.h
index 4a9ed1d..aa98240 100644
--- a/bfd/elf-vxworks.h
+++ b/bfd/elf-vxworks.h
@@ -15,8 +15,8 @@
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., 59 Temple Place - Suite 330, Boston,
- MA 02111-1307, USA. */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301 USA. */
#include "elf/common.h"
#include "elf/internal.h"
--
1.8.4.2
Attachment:
signature.asc
Description: This is a digitally signed message part
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |