aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-02-13 09:49:39 +0000
committerK. Richard Pixley <rich@cygnus>1992-02-13 09:49:39 +0000
commit01170860041245c8e85443a2ad50b17c67c2c1a7 (patch)
tree23878d829ca03c76412305f974264df09f067aee /gas
parent8b228fe958bcac8cf510ce2ed3d9ae24a717334e (diff)
downloadfsf-binutils-gdb-01170860041245c8e85443a2ad50b17c67c2c1a7.zip
fsf-binutils-gdb-01170860041245c8e85443a2ad50b17c67c2c1a7.tar.gz
fsf-binutils-gdb-01170860041245c8e85443a2ad50b17c67c2c1a7.tar.bz2
All files over ~5 lines get copylefted. All copylefted files get
copylefted 1992.
Diffstat (limited to 'gas')
-rwxr-xr-xgas/a.out.gnu.h20
-rw-r--r--gas/bignum-copy.c2
-rwxr-xr-xgas/config/a.out.h2
-rwxr-xr-xgas/config/coff.gnu.h2
-rw-r--r--gas/config/cplus-dem.c2
-rwxr-xr-xgas/config/ho-a29k.h2
-rw-r--r--gas/config/ho-ansi.h2
-rwxr-xr-xgas/config/ho-cygnus.h2
-rw-r--r--gas/config/ho-decstation.h2
-rw-r--r--gas/config/ho-hpux.h2
-rw-r--r--gas/config/ho-i386.h2
-rw-r--r--gas/config/ho-rs6000.h2
-rw-r--r--gas/config/ho-sunos.h19
-rw-r--r--gas/config/ho-sysv.h2
-rw-r--r--gas/config/ho-vax.h2
-rw-r--r--gas/config/obj-bfd-sunos.c2
-rw-r--r--gas/config/obj-bfd-sunos.h2
-rw-r--r--gas/config/obj-bout.c2
-rw-r--r--gas/config/obj-bout.h2
-rw-r--r--gas/config/obj-coffbfd.c2
-rw-r--r--gas/config/obj-coffbfd.h7
-rw-r--r--gas/config/obj-generic.c26
-rw-r--r--gas/config/obj-generic.h19
-rw-r--r--gas/config/obj-ieee.c2
-rw-r--r--gas/config/obj-ieee.h21
-rwxr-xr-xgas/config/ranlib.h19
-rwxr-xr-xgas/config/signame.h2
-rwxr-xr-xgas/config/stab.h19
-rw-r--r--gas/config/tc-a29k.c2
-rw-r--r--gas/config/tc-a29k.h2
-rw-r--r--gas/config/tc-m68kmote.c6
-rw-r--r--gas/config/tc-m68kmote.h20
-rw-r--r--gas/config/te-ic960.h20
-rw-r--r--gas/config/vms/objrecdef.h20
-rw-r--r--gas/config/vms/vms-dbg.c20
-rw-r--r--gas/config/vms/vms.c3
-rwxr-xr-xgas/flonum-const.c2
-rw-r--r--gas/hex-value.c2
-rw-r--r--gas/strstr.c4
-rw-r--r--gas/xmalloc.c3
-rw-r--r--gas/xrealloc.c5
41 files changed, 256 insertions, 43 deletions
diff --git a/gas/a.out.gnu.h b/gas/a.out.gnu.h
index 123e225..fe777f9 100755
--- a/gas/a.out.gnu.h
+++ b/gas/a.out.gnu.h
@@ -1,3 +1,23 @@
+/* This file is a.out.gnu.h
+
+ Copyright (C) 1987-1992 Free Software Foundation, Inc.
+
+ This file is part of GAS, the GNU Assembler.
+
+ GAS is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+
+ GAS is distributed in the hope that it will be useful,
+ but 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 GAS; see the file COPYING. If not, write to
+ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+
#ifndef __A_OUT_GNU_H__
#define __A_OUT_GNU_H__
diff --git a/gas/bignum-copy.c b/gas/bignum-copy.c
index 9a00f89..38db98d 100644
--- a/gas/bignum-copy.c
+++ b/gas/bignum-copy.c
@@ -1,5 +1,5 @@
/* bignum_copy.c - copy a bignum
- Copyright (C) 1987, 1990, 1991 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1990, 1991, 1992 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/config/a.out.h b/gas/config/a.out.h
index ed39299..25c6195 100755
--- a/gas/config/a.out.h
+++ b/gas/config/a.out.h
@@ -1,5 +1,5 @@
/* This file describes the a.out file format
- Copyright (C) 1987 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1992 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/config/coff.gnu.h b/gas/config/coff.gnu.h
index 83e32aa..8046f9e 100755
--- a/gas/config/coff.gnu.h
+++ b/gas/config/coff.gnu.h
@@ -1,5 +1,5 @@
/* coff.gnu.h
- Copyright (C) 1987 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1992 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/config/cplus-dem.c b/gas/config/cplus-dem.c
index 9849d43..b286d15 100644
--- a/gas/config/cplus-dem.c
+++ b/gas/config/cplus-dem.c
@@ -1,5 +1,5 @@
/* Demangler for GNU C++
- Copyright (C) 1989 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1992 Free Software Foundation, Inc.
written by James Clark (jjc@jclark.uucp)
This program is free software; you can redistribute it and/or modify
diff --git a/gas/config/ho-a29k.h b/gas/config/ho-a29k.h
index 327cc2e..683c4f7 100755
--- a/gas/config/ho-a29k.h
+++ b/gas/config/ho-a29k.h
@@ -1,7 +1,7 @@
/* ho-a29k.h Host-specific header file intended for "eb" board with
HIF.
- Copyright (C) 1987, 1991 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1991, 1992 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/config/ho-ansi.h b/gas/config/ho-ansi.h
index 4aaf615..095c24b 100644
--- a/gas/config/ho-ansi.h
+++ b/gas/config/ho-ansi.h
@@ -1,5 +1,5 @@
/* ho-ansi.h Host-specific header file for generic ansi environments.
- Copyright (C) 1987, 1991 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1991, 1992 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/config/ho-cygnus.h b/gas/config/ho-cygnus.h
index 890ff07..ad408d2 100755
--- a/gas/config/ho-cygnus.h
+++ b/gas/config/ho-cygnus.h
@@ -1,5 +1,5 @@
/* ho-ansi.h Host-specific header file for generic ansi environments.
- Copyright (C) 1987, 1991 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1991, 1992 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/config/ho-decstation.h b/gas/config/ho-decstation.h
index c759d0f..1cab4d5 100644
--- a/gas/config/ho-decstation.h
+++ b/gas/config/ho-decstation.h
@@ -1,5 +1,5 @@
/* ho-pmax.h Host-specific header file for decstation 3100.
- Copyright (C) 1987, 1990, 1991 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1990, 1991, 1992 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/config/ho-hpux.h b/gas/config/ho-hpux.h
index cff62b1..d5ff31a 100644
--- a/gas/config/ho-hpux.h
+++ b/gas/config/ho-hpux.h
@@ -1,5 +1,5 @@
/* ho-hpux.h -- Header to compile the assembler under HP-UX
- Copyright (C) 1988, 1991 Free Software Foundation, Inc.
+ Copyright (C) 1988, 1991, 1992 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/config/ho-i386.h b/gas/config/ho-i386.h
index 50a5bf0..078e394 100644
--- a/gas/config/ho-i386.h
+++ b/gas/config/ho-i386.h
@@ -1,5 +1,5 @@
/* ho-i386.h i386 specific header file.
- Copyright (C) 1987, 1991 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1991, 1992 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/config/ho-rs6000.h b/gas/config/ho-rs6000.h
index c5a86eb..fe57e8e 100644
--- a/gas/config/ho-rs6000.h
+++ b/gas/config/ho-rs6000.h
@@ -1,5 +1,5 @@
/* ho-rs6000.h Rs6000 host-specific header file.
- Copyright (C) 1987, 1991 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1991, 1992 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/config/ho-sunos.h b/gas/config/ho-sunos.h
index 6c862e8..9e0a413 100644
--- a/gas/config/ho-sunos.h
+++ b/gas/config/ho-sunos.h
@@ -1,3 +1,22 @@
+/* This file is ho-sunos.h
+ Copyright (C) 1987-1992 Free Software Foundation, Inc.
+
+ This file is part of GAS, the GNU Assembler.
+
+ GAS is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+
+ GAS is distributed in the hope that it will be useful,
+ but 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 GAS; see the file COPYING. If not, write to
+ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+
#ifndef __STDC__
#define NO_STDARG
#endif /* not __STDC__ */
diff --git a/gas/config/ho-sysv.h b/gas/config/ho-sysv.h
index 9f8a78b..bc9b267 100644
--- a/gas/config/ho-sysv.h
+++ b/gas/config/ho-sysv.h
@@ -1,5 +1,5 @@
/* ho-sysv.h System V specific header file.
- Copyright (C) 1987, 1991 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1991, 1992 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/config/ho-vax.h b/gas/config/ho-vax.h
index 26b3d87..a02a583 100644
--- a/gas/config/ho-vax.h
+++ b/gas/config/ho-vax.h
@@ -1,5 +1,5 @@
/* ho-vax.h Intended for vax ultrix
- Copyright (C) 1987, 1991 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1991, 1992 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/config/obj-bfd-sunos.c b/gas/config/obj-bfd-sunos.c
index d8cff8c..17faf7c 100644
--- a/gas/config/obj-bfd-sunos.c
+++ b/gas/config/obj-bfd-sunos.c
@@ -1,5 +1,5 @@
/* obj-bfd-sunos.c
- Copyright (C) 1987 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1992 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/config/obj-bfd-sunos.h b/gas/config/obj-bfd-sunos.h
index 1a28e57..958d8a9 100644
--- a/gas/config/obj-bfd-sunos.h
+++ b/gas/config/obj-bfd-sunos.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1987 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1992 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/config/obj-bout.c b/gas/config/obj-bout.c
index 75e3ac3..74cfd45 100644
--- a/gas/config/obj-bout.c
+++ b/gas/config/obj-bout.c
@@ -1,5 +1,5 @@
/* b.out object file format
- Copyright (C) 1989, 1990, 1991 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/config/obj-bout.h b/gas/config/obj-bout.h
index 93a39c4..07a4118 100644
--- a/gas/config/obj-bout.h
+++ b/gas/config/obj-bout.h
@@ -1,5 +1,5 @@
/* b.out object file format
- Copyright (C) 1989, 1990, 1991 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/config/obj-coffbfd.c b/gas/config/obj-coffbfd.c
index 8ad737d..dd4c527 100644
--- a/gas/config/obj-coffbfd.c
+++ b/gas/config/obj-coffbfd.c
@@ -1,5 +1,5 @@
/* coff object file format with bfd
- Copyright (C) 1989, 1990, 1991 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
This file is part of GAS.
diff --git a/gas/config/obj-coffbfd.h b/gas/config/obj-coffbfd.h
index f6a5c29..d1afabb 100644
--- a/gas/config/obj-coffbfd.h
+++ b/gas/config/obj-coffbfd.h
@@ -1,7 +1,5 @@
-#ifndef OBJ_FORMAT_H
-#define OBJ_FORMAT_H
/* coff object file format
- Copyright (C) 1989, 1990, 1991 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
This file is part of GAS.
@@ -19,6 +17,9 @@
along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+#ifndef OBJ_FORMAT_H
+#define OBJ_FORMAT_H
+
#define OBJ_COFF 1
#include "targ-cpu.h"
diff --git a/gas/config/obj-generic.c b/gas/config/obj-generic.c
index 86eac73..a91eff9 100644
--- a/gas/config/obj-generic.c
+++ b/gas/config/obj-generic.c
@@ -1,9 +1,23 @@
-/*
- * This file is obj-generic.c and is intended to be a template for
- * object format specific source files.
- *
- * Last Mod Thu Jan 3 19:30:50 PST 1991, by rich@sendai
- */
+/* This file is obj-generic.c and is intended to be a template for
+ object format specific source files.
+
+ Copyright (C) 1987-1992 Free Software Foundation, Inc.
+
+ This file is part of GAS, the GNU Assembler.
+
+ GAS is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+
+ GAS is distributed in the hope that it will be useful,
+ but 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 GAS; see the file COPYING. If not, write to
+ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Chars that can be used to separate mant from exp in floating point nums */
char EXP_CHARS[] = "eE";
diff --git a/gas/config/obj-generic.h b/gas/config/obj-generic.h
index 69bf1f3..8dec4bf 100644
--- a/gas/config/obj-generic.h
+++ b/gas/config/obj-generic.h
@@ -1,3 +1,22 @@
+/* This file is obj-generic.h
+ Copyright (C) 1987-1992 Free Software Foundation, Inc.
+
+ This file is part of GAS, the GNU Assembler.
+
+ GAS is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+
+ GAS is distributed in the hope that it will be useful,
+ but 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 GAS; see the file COPYING. If not, write to
+ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+
/*
* This file is obj-generic.h and is intended to be a template for
* object format specific header files.
diff --git a/gas/config/obj-ieee.c b/gas/config/obj-ieee.c
index 56ebcf6a..d8a3530 100644
--- a/gas/config/obj-ieee.c
+++ b/gas/config/obj-ieee.c
@@ -1,5 +1,5 @@
/* obj-format for ieee-695 records.
- Copyright (C) 1991 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1992 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/config/obj-ieee.h b/gas/config/obj-ieee.h
index b667b2a..3baa081 100644
--- a/gas/config/obj-ieee.h
+++ b/gas/config/obj-ieee.h
@@ -1,5 +1,24 @@
-#define BFD 1
+/* This file is obj-ieee.h
+
+ Copyright (C) 1987-1992 Free Software Foundation, Inc.
+
+ This file is part of GAS, the GNU Assembler.
+
+ GAS is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+
+ GAS is distributed in the hope that it will be useful,
+ but 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 GAS; see the file COPYING. If not, write to
+ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+#define BFD 1
#include <bfd.h>
diff --git a/gas/config/ranlib.h b/gas/config/ranlib.h
index cecaa9a..d7fda45 100755
--- a/gas/config/ranlib.h
+++ b/gas/config/ranlib.h
@@ -1,4 +1,21 @@
-/* ranlib.h 4.1 83/05/03 */
+/* This file is ranlib.h
+ Copyright (C) 1987-1992 Free Software Foundation, Inc.
+
+ This file is part of GAS, the GNU Assembler.
+
+ GAS is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+
+ GAS is distributed in the hope that it will be useful,
+ but 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 GAS; see the file COPYING. If not, write to
+ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/*
* Structure of the __.SYMDEF table of contents for an archive.
diff --git a/gas/config/signame.h b/gas/config/signame.h
index e8f6da8..3af31d8 100755
--- a/gas/config/signame.h
+++ b/gas/config/signame.h
@@ -1,5 +1,5 @@
/* Convert between signal names and numbers.
- Copyright (C) 1990 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1992 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gas/config/stab.h b/gas/config/stab.h
index 20c5649..efeee1e 100755
--- a/gas/config/stab.h
+++ b/gas/config/stab.h
@@ -1,3 +1,22 @@
+/* This file is stab.h
+ Copyright (C) 1987-1992 Free Software Foundation, Inc.
+
+ This file is part of GAS, the GNU Assembler.
+
+ GAS is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+
+ GAS is distributed in the hope that it will be useful,
+ but 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 GAS; see the file COPYING. If not, write to
+ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+
#ifndef __GNU_STAB__
/* Indicate the GNU stab.h is in use. */
diff --git a/gas/config/tc-a29k.c b/gas/config/tc-a29k.c
index 417d6d6..1111d03 100644
--- a/gas/config/tc-a29k.c
+++ b/gas/config/tc-a29k.c
@@ -1,5 +1,5 @@
/* tc-a29k.c -- Assemble for the AMD 29000.
- Copyright (C) 1989, 1990, 1991 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/config/tc-a29k.h b/gas/config/tc-a29k.h
index e88866e..254ebe1 100644
--- a/gas/config/tc-a29k.h
+++ b/gas/config/tc-a29k.h
@@ -1,5 +1,5 @@
/* tc-a29k.h -- Assemble for the AMD 29000.
- Copyright (C) 1989, 1990, 1991 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/config/tc-m68kmote.c b/gas/config/tc-m68kmote.c
index 69a10f5..53a83c1 100644
--- a/gas/config/tc-m68kmote.c
+++ b/gas/config/tc-m68kmote.c
@@ -1,7 +1,6 @@
-#define MRI
-/* m68k.c All the m68020 specific stuff in one convenient, huge,
+/* tc-m68kmote.c All the m68020 specific stuff in one convenient, huge,
slow to compile, easy to find file.
- Copyright (C) 1987, 1991 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1991, 1992 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -19,6 +18,7 @@
along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+#define MRI
#include <ctype.h>
#include "as.h"
diff --git a/gas/config/tc-m68kmote.h b/gas/config/tc-m68kmote.h
index 4be4e87..e1904ff 100644
--- a/gas/config/tc-m68kmote.h
+++ b/gas/config/tc-m68kmote.h
@@ -1,3 +1,23 @@
+/* This file is tc-m68kmote.h
+
+ Copyright (C) 1987-1992 Free Software Foundation, Inc.
+
+ This file is part of GAS, the GNU Assembler.
+
+ GAS is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+
+ GAS is distributed in the hope that it will be useful,
+ but 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 GAS; see the file COPYING. If not, write to
+ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+
/*
* This file is tp-generic.h and is intended to be a template for
* target processor specific header files.
diff --git a/gas/config/te-ic960.h b/gas/config/te-ic960.h
index 84a315c..8d32632 100644
--- a/gas/config/te-ic960.h
+++ b/gas/config/te-ic960.h
@@ -1,3 +1,23 @@
+/* This file is twe-ic960.h
+
+ Copyright (C) 1987-1992 Free Software Foundation, Inc.
+
+ This file is part of GAS, the GNU Assembler.
+
+ GAS is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+
+ GAS is distributed in the hope that it will be useful,
+ but 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 GAS; see the file COPYING. If not, write to
+ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+
/*
* This file is te-ic960.h and is intended to define ic960 environment
* specific differences.
diff --git a/gas/config/vms/objrecdef.h b/gas/config/vms/objrecdef.h
index 675c1fe..7a06d84 100644
--- a/gas/config/vms/objrecdef.h
+++ b/gas/config/vms/objrecdef.h
@@ -1,3 +1,23 @@
+/* This file is objrecdef.h
+
+ Copyright (C) 1987-1992 Free Software Foundation, Inc.
+
+ This file is part of GAS, the GNU Assembler.
+
+ GAS is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+
+ GAS is distributed in the hope that it will be useful,
+ but 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 GAS; see the file COPYING. If not, write to
+ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+
/*
*
* $OBJRECDEF
diff --git a/gas/config/vms/vms-dbg.c b/gas/config/vms/vms-dbg.c
index 75cc4c8..5e0e8ec 100644
--- a/gas/config/vms/vms-dbg.c
+++ b/gas/config/vms/vms-dbg.c
@@ -1,3 +1,23 @@
+/* This file is vms-dbg.c
+
+ Copyright (C) 1987-1992 Free Software Foundation, Inc.
+
+ This file is part of GAS, the GNU Assembler.
+
+ GAS is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+
+ GAS is distributed in the hope that it will be useful,
+ but 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 GAS; see the file COPYING. If not, write to
+ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+
#include <stdio.h>
#include "as.h"
#include "struc-symbol.h"
diff --git a/gas/config/vms/vms.c b/gas/config/vms/vms.c
index 8c873af..14dcc12 100644
--- a/gas/config/vms/vms.c
+++ b/gas/config/vms/vms.c
@@ -1,5 +1,6 @@
/* vms.c -- Write out a VAX/VMS object file
- Copyright (C) 1987, 1988 Free Software Foundation, Inc.
+
+ Copyright (C) 1987, 1988, 1992 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/flonum-const.c b/gas/flonum-const.c
index cbcf8d8..6be9fde 100755
--- a/gas/flonum-const.c
+++ b/gas/flonum-const.c
@@ -1,5 +1,5 @@
/* flonum_const.c - Useful Flonum constants
- Copyright (C) 1987, 1990, 1991 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1990, 1991, 1992 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/hex-value.c b/gas/hex-value.c
index 36defad..b724377 100644
--- a/gas/hex-value.c
+++ b/gas/hex-value.c
@@ -1,5 +1,5 @@
/* hex_value.c - char=>radix-value -
- Copyright (C) 1987, 1990, 1991 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1990, 1991, 1992 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/strstr.c b/gas/strstr.c
index cab18fc..717ec1f 100644
--- a/gas/strstr.c
+++ b/gas/strstr.c
@@ -1,5 +1,6 @@
/* strstr - find first occurrence of wanted in s
- Copyright (C) 1989, 1990, 1991 Free Software Foundation.
+
+ Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation.
This file is part of GAS, the GNU Assembler.
@@ -18,6 +19,7 @@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* If your compiler is really ansi, then you don't need this. */
+
#ifndef __STDC__
#define SIZET int
diff --git a/gas/xmalloc.c b/gas/xmalloc.c
index 3018f74..92c06ff 100644
--- a/gas/xmalloc.c
+++ b/gas/xmalloc.c
@@ -1,5 +1,6 @@
/* xmalloc.c - get memory or bust
- Copyright (C) 1987, 1990, 1991 Free Software Foundation, Inc.
+
+ Copyright (C) 1987, 1990, 1991, 1992 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/xrealloc.c b/gas/xrealloc.c
index f262b1c..2d551ed 100644
--- a/gas/xrealloc.c
+++ b/gas/xrealloc.c
@@ -1,5 +1,6 @@
-/* xrealloc.c -new memory or bust-
- Copyright (C) 1987, 1990, 1991 Free Software Foundation, Inc.
+/* xrealloc.c - new memory or bust
+
+ Copyright (C) 1987, 1990, 1991, 1992 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.