diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-06-15 02:47:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-06-15 02:47:49 +0000 |
commit | 3183bb13d7d4bd6fbbc9c67f466888f80266ca83 (patch) | |
tree | 2e79eafcecc1eefbd7c65cf815234b7fed6ca2ee | |
parent | e91c181625c9e9c5a666347576c54a9cd3c447fe (diff) | |
download | gdb-3183bb13d7d4bd6fbbc9c67f466888f80266ca83.zip gdb-3183bb13d7d4bd6fbbc9c67f466888f80266ca83.tar.gz gdb-3183bb13d7d4bd6fbbc9c67f466888f80266ca83.tar.bz2 |
Correct copyright date and add usual blank lines in header.
-rw-r--r-- | bfd/i386linux.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bfd/i386linux.c b/bfd/i386linux.c index 3f42892..4e699e3 100644 --- a/bfd/i386linux.c +++ b/bfd/i386linux.c @@ -1,14 +1,18 @@ /* BFD back-end for linux flavored i386 a.out binaries. - Copyright (C) 1990, 1991 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. + This file is part of BFD, the Binary File Descriptor library. + 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 the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + This program 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 this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ |