diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-02-14 23:05:36 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-02-14 23:05:36 +0000 |
commit | 414a1069b77d498337f060dd361c184fa2f15557 (patch) | |
tree | bcce90b52c11fab40ee8b6639d3b97fb8dd7b7f9 /gas | |
parent | 7b12877f0b5ee73ed0763213094a36f276dc1787 (diff) | |
download | gdb-414a1069b77d498337f060dd361c184fa2f15557.zip gdb-414a1069b77d498337f060dd361c184fa2f15557.tar.gz gdb-414a1069b77d498337f060dd361c184fa2f15557.tar.bz2 |
random copyright and formatting fixes
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/tc-i386.h | 5 | ||||
-rw-r--r-- | gas/config/tc-tic80.c | 2 | ||||
-rw-r--r-- | gas/config/tc-tic80.h | 6 | ||||
-rw-r--r-- | gas/config/tc-w65.h | 6 |
4 files changed, 10 insertions, 9 deletions
diff --git a/gas/config/tc-i386.h b/gas/config/tc-i386.h index 034476f..55e7e16 100644 --- a/gas/config/tc-i386.h +++ b/gas/config/tc-i386.h @@ -14,8 +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 GAS; see the file COPYING. If not, write to the Free + Software Foundation, 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. */ #ifndef TC_I386 #define TC_I386 1 diff --git a/gas/config/tc-tic80.c b/gas/config/tc-tic80.c index 340e04f..83d0e09 100644 --- a/gas/config/tc-tic80.c +++ b/gas/config/tc-tic80.c @@ -1,5 +1,5 @@ /* tc-tic80.c -- Assemble for the TI TMS320C80 (MV) - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996, 1997 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-tic80.h b/gas/config/tc-tic80.h index 52f1b2f..35b4e29 100644 --- a/gas/config/tc-tic80.h +++ b/gas/config/tc-tic80.h @@ -1,5 +1,4 @@ /* This file is tc-tic80.h - Copyright (C) 1996, 1997, Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -15,8 +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 GAS; see the file COPYING. If not, write to the Free + Software Foundation, 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. */ #define TC_TIC80 diff --git a/gas/config/tc-w65.h b/gas/config/tc-w65.h index 6f9042f..41939d8 100644 --- a/gas/config/tc-w65.h +++ b/gas/config/tc-w65.h @@ -1,5 +1,4 @@ /* This file is tc-w65.h - Copyright (C) 1995, 1997 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -15,8 +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 GAS; see the file COPYING. If not, write to the Free + Software Foundation, 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. */ #define TC_W65 |