diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-05-06 03:42:18 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-05-06 03:42:18 +0000 |
commit | 3b9f57c5c0828ac8fe4ee2d23a9723847813cc85 (patch) | |
tree | e8a4fdf316a30827e9ad3b2fd6919b276b1b822f /bfd/som.c | |
parent | 80d30ced0e03312a3851d2f9f605d54d3b58b61d (diff) | |
download | gdb-3b9f57c5c0828ac8fe4ee2d23a9723847813cc85.zip gdb-3b9f57c5c0828ac8fe4ee2d23a9723847813cc85.tar.gz gdb-3b9f57c5c0828ac8fe4ee2d23a9723847813cc85.tar.bz2 |
fix copyright
Diffstat (limited to 'bfd/som.c')
-rw-r--r-- | bfd/som.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* bfd back-end for HP PA-RISC SOM objects. - Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 1997 + Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc. Contributed by the Center for Software Science at the @@ -19,7 +19,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., 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. */ #include "bfd.h" #include "sysdep.h" |