Fix copyright.

This commit is contained in:
Steve Chamberlain 1994-08-08 23:37:38 +00:00
parent ac2068375f
commit 79b3ad4725
1 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/* ho-i386.h i386 specific header file.
Copyright (C) 1987, 1991 Free Software Foundation, Inc.
/* ho-go32.h i386 specific header file.
Copyright (C) 1994 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -17,7 +17,7 @@ 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, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define HO_I386 1
#define HO_GO32 1
#include "fopen-bin.h"
@ -25,3 +25,8 @@ extern void free ();
extern void *malloc ();
/* end of ho-go32.h */