diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 10 | ||||
-rw-r--r-- | gas/config/tc-m32c.c | 6 | ||||
-rw-r--r-- | gas/config/tc-m32c.h | 6 | ||||
-rw-r--r-- | gas/config/tc-mt.c | 6 | ||||
-rw-r--r-- | gas/config/tc-mt.h | 6 | ||||
-rw-r--r-- | gas/config/tc-visium.c | 6 | ||||
-rw-r--r-- | gas/config/tc-visium.h | 6 | ||||
-rwxr-xr-x | gas/testsuite/gas/rx/explode | 6 |
8 files changed, 31 insertions, 21 deletions
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 = (); |