This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB 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]

[binutils-gdb] Update the address of the FSF in the copyright notice of files which were using the old address.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=863f7a5f4811c24d9a5863ffb541ff3da1511450

commit 863f7a5f4811c24d9a5863ffb541ff3da1511450
Author: Nick Clifton <nickc@redhat.com>
Date:   Thu Dec 14 12:48:55 2017 +0000

    Update the address of the FSF in the copyright notice of files which were using the old address.
    
    top	* COPYING.LIBGLOSS: Update address of FSF in copyright notice.
    
    bfd	* cpu-mt.c: Update address of FSF in copyright notice.
    	* elf32-m32c.c: Likewise.
    	* elf32-mt.c: Likewise.
    	* elf32-rl78.c: Likewise.
    	* elf32-rx.c: Likewise.
    	* elf32-rx.h: Likewise.
    	* elf32-spu.h: Likewise.
    	* hosts/x86-64linux.h: Likewise.
    
    etc	* add-log.el: Update address of FSF in copyright notice.
    
    gas	* config/tc-m32c.c: Update address of FSF in copyright notice.
    	* config/tc-m32c.h: Likewise.
    	* config/tc-mt.c: Likewise.
    	* config/tc-mt.h: Likewise.
    	* config/tc-visium.c: Likewise.
    	* config/tc-visium.h: Likewise.
    	* testsuite/gas/rx/explode: Likewise.
    
    ld	* testsuite/ld-mn10300/mn10300.exp: Update address of FSF in
    	copyright notice.

Diff:
---
 COPYING.LIBGLOSS                    |  8 ++++----
 ChangeLog                           |  4 ++++
 bfd/ChangeLog                       | 11 +++++++++++
 bfd/cpu-mt.c                        |  4 ++--
 bfd/elf32-m32c.c                    |  3 ++-
 bfd/elf32-mt.c                      |  4 ++--
 bfd/elf32-rl78.c                    |  3 ++-
 bfd/elf32-rx.c                      |  3 ++-
 bfd/elf32-rx.h                      |  6 +++---
 bfd/elf32-spu.h                     |  5 +++--
 bfd/hosts/x86-64linux.h             |  8 ++++----
 etc/ChangeLog                       |  4 ++++
 etc/add-log.el                      |  6 +++---
 gas/ChangeLog                       | 10 ++++++++++
 gas/config/tc-m32c.c                |  6 +++---
 gas/config/tc-m32c.h                |  6 +++---
 gas/config/tc-mt.c                  |  6 +++---
 gas/config/tc-mt.h                  |  6 +++---
 gas/config/tc-visium.c              |  6 +++---
 gas/config/tc-visium.h              |  6 +++---
 gas/testsuite/gas/rx/explode        |  6 +++---
 ld/ChangeLog                        |  5 +++++
 ld/testsuite/ld-mn10300/mn10300.exp |  3 ++-
 23 files changed, 84 insertions(+), 45 deletions(-)

diff --git a/COPYING.LIBGLOSS b/COPYING.LIBGLOSS
index d813065..ee3ef9f 100644
--- a/COPYING.LIBGLOSS
+++ b/COPYING.LIBGLOSS
@@ -313,10 +313,10 @@ WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
-You should have received a copy of the GNU General Public License
-along with this program; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
+   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.
 
    As a special exception, if you link this library with files
    compiled with GCC to produce an executable, this does not cause
diff --git a/ChangeLog b/ChangeLog
index 3ffe561..d6bb0fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-12-14  Nick Clifton  <nickc@redhat.com>
+
+	* COPYING.LIBGLOSS: Update address of FSF in copyright notice.
+
 2017-12-12  Stafford Horne  <shorne@gmail.com>
 
 	* configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index ff8feab..debd663 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,14 @@
+2017-12-14  Nick Clifton  <nickc@redhat.com>
+
+	* cpu-mt.c: Update address of FSF in copyright notice.
+	* elf32-m32c.c: Likewise.
+	* elf32-mt.c: Likewise.
+	* elf32-rl78.c: Likewise.
+	* elf32-rx.c: Likewise.
+	* elf32-rx.h: Likewise.
+	* elf32-spu.h: Likewise.
+	* hosts/x86-64linux.h: Likewise.
+
 2017-12-13  Renlin Li  <renlin.li@arm.com>
 
 	* elfnn-aarch64.c (elfNN_aarch64_check_relocs): Disallow
diff --git a/bfd/cpu-mt.c b/bfd/cpu-mt.c
index 42f157d..7d668fe 100644
--- a/bfd/cpu-mt.c
+++ b/bfd/cpu-mt.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/elf32-m32c.c b/bfd/elf32-m32c.c
index 5226695..9f07d56 100644
--- a/bfd/elf32-m32c.c
+++ b/bfd/elf32-m32c.c
@@ -15,7 +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/elf32-mt.c b/bfd/elf32-mt.c
index 546e720..8df3e06 100644
--- a/bfd/elf32-mt.c
+++ b/bfd/elf32-mt.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/elf32-rl78.c b/bfd/elf32-rl78.c
index 9aa6c6e..ef9bc7f 100644
--- a/bfd/elf32-rl78.c
+++ b/bfd/elf32-rl78.c
@@ -15,7 +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/elf32-rx.c b/bfd/elf32-rx.c
index 4216929..efdf72a 100644
--- a/bfd/elf32-rx.c
+++ b/bfd/elf32-rx.c
@@ -15,7 +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/elf32-rx.h b/bfd/elf32-rx.h
index 1773b5d..ffe86eb 100644
--- a/bfd/elf32-rx.h
+++ b/bfd/elf32-rx.h
@@ -15,7 +15,7 @@
 
    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.  */
 
-
-void rx_additional_link_map_text (bfd *obfd, struct bfd_link_info *info, FILE *mapfile);
+extern void rx_additional_link_map_text (bfd *obfd, struct bfd_link_info *info, FILE *mapfile);
diff --git a/bfd/elf32-spu.h b/bfd/elf32-spu.h
index 12532f1..4f97b0a 100644
--- a/bfd/elf32-spu.h
+++ b/bfd/elf32-spu.h
@@ -15,8 +15,9 @@
    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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+   MA 02110-1301, USA.  */
 
 struct spu_elf_params
 {
diff --git a/bfd/hosts/x86-64linux.h b/bfd/hosts/x86-64linux.h
index b124016..6e6c657 100644
--- a/bfd/hosts/x86-64linux.h
+++ b/bfd/hosts/x86-64linux.h
@@ -11,10 +11,10 @@
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.
 
-   You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   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.  */
 
 /* This is somewhat modelled after the file of the same name on SVR4
    systems.  It provides a definition of the core file format for ELF
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 165fdd5..dc86730 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
+2017-12-14  Nick Clifton  <nickc@redhat.com>
+
+	* add-log.el: Update address of FSF in copyright notice.
+
 2017-01-04  Alan Modra  <amodra@gmail.com>
 
 	* update-copyright.py: New file.
diff --git a/etc/add-log.el b/etc/add-log.el
index 03eee25..dd8a68a 100644
--- a/etc/add-log.el
+++ b/etc/add-log.el
@@ -42,9 +42,9 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; along with this program; if not, write to the Free Software
+;; Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+;; MA 02110-1301, USA.
 
 ;;; Commentary:
 
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 8b24b65..a3854ab 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,13 @@
+2017-12-14  Nick Clifton  <nickc@redhat.com>
+
+	* config/tc-m32c.c: Update address of FSF in copyright notice.
+	* config/tc-m32c.h: Likewise.
+	* config/tc-mt.c: Likewise.
+	* config/tc-mt.h: Likewise.
+	* config/tc-visium.c: Likewise.
+	* config/tc-visium.h: Likewise.
+	* testsuite/gas/rx/explode: Likewise.
+
 2017-12-13  Jim Wilson  <jimw@sifive.com>
 
 	PR 22599
diff --git a/gas/config/tc-m32c.c b/gas/config/tc-m32c.c
index 3265cf4..e726641 100644
--- a/gas/config/tc-m32c.c
+++ b/gas/config/tc-m32c.c
@@ -15,9 +15,9 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with GAS; see the file COPYING.  If not, write to
-   the Free Software Foundation, 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+   MA 02110-1301, USA.  */
 
 #include "as.h"
 #include "subsegs.h"
diff --git a/gas/config/tc-m32c.h b/gas/config/tc-m32c.h
index 8b248ae..5f6fc41 100644
--- a/gas/config/tc-m32c.h
+++ b/gas/config/tc-m32c.h
@@ -14,9 +14,9 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with GAS; see the file COPYING.  If not, write to
-   the Free Software Foundation, 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA. */
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+   MA 02110-1301, USA.  */
 
 #define TC_M32C
 
diff --git a/gas/config/tc-mt.c b/gas/config/tc-mt.c
index e115fbd..eefbf61 100644
--- a/gas/config/tc-mt.c
+++ b/gas/config/tc-mt.c
@@ -14,9 +14,9 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with GAS; see the file COPYING.  If not, write to
-   the Free Software Foundation, 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+   MA 02110-1301, USA.  */
 
 #include "as.h"
 #include "dwarf2dbg.h"
diff --git a/gas/config/tc-mt.h b/gas/config/tc-mt.h
index ba5f53b..de5d98e 100644
--- a/gas/config/tc-mt.h
+++ b/gas/config/tc-mt.h
@@ -14,9 +14,9 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with GAS; see the file COPYING.  If not, write to
-   the Free Software Foundation, 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA. */
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+   MA 02110-1301, USA.  */
 
 #define TC_MT
 
diff --git a/gas/config/tc-visium.c b/gas/config/tc-visium.c
index df04e91..5ff80a1 100644
--- a/gas/config/tc-visium.c
+++ b/gas/config/tc-visium.c
@@ -15,9 +15,9 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with GAS; see the file COPYING.  If not, write to
-   the Free Software Foundation, 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA. */
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+   MA 02110-1301, USA.  */
 
 #include "as.h"
 #include "safe-ctype.h"
diff --git a/gas/config/tc-visium.h b/gas/config/tc-visium.h
index b0f0672..eb8bfeb 100644
--- a/gas/config/tc-visium.h
+++ b/gas/config/tc-visium.h
@@ -15,9 +15,9 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with GAS; see the file COPYING.  If not, write to
-   the Free Software Foundation, 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA. */
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+   MA 02110-1301, USA.  */
 
 #define TC_VISIUM
 
diff --git a/gas/testsuite/gas/rx/explode b/gas/testsuite/gas/rx/explode
index f4d26fe..fad8ff2 100755
--- a/gas/testsuite/gas/rx/explode
+++ b/gas/testsuite/gas/rx/explode
@@ -16,9 +16,9 @@
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License
-#  along with GAS; see the file COPYING.  If not, write to
-#  the Free Software Foundation, 59 Temple Place - Suite 330,
-#  Boston, MA 02111-1307, USA.  */
+#  along with this program; if not, write to the Free Software
+#  Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+#  MA 02110-1301, USA.
 
 %myfiles = ();
 
diff --git a/ld/ChangeLog b/ld/ChangeLog
index d0b80d1..cbd772c 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2017-12-14  Nick Clifton  <nickc@redhat.com>
+
+	* testsuite/ld-mn10300/mn10300.exp: Update address of FSF in
+	copyright notice.
+
 2017-12-13  Renlin Li  <renlin.li@arm.com>
 
 	* testsuite/ld-aarch64/aarch64-elf.exp: Run new test cases.
diff --git a/ld/testsuite/ld-mn10300/mn10300.exp b/ld/testsuite/ld-mn10300/mn10300.exp
index 503dd77..c59d5e3 100644
--- a/ld/testsuite/ld-mn10300/mn10300.exp
+++ b/ld/testsuite/ld-mn10300/mn10300.exp
@@ -13,7 +13,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.
 #
 
 if {!([istarget "am3*-*-*"]) && !([istarget "mn10300*-*-*"]) } {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]