diff options
author | Ben Elliston <bje@au.ibm.com> | 2005-04-27 01:29:58 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2005-04-27 01:29:58 +0000 |
commit | 943ea8a2b0cce77e272b34dd88b901b2b9b0e0a0 (patch) | |
tree | d21e6bc41b3b4eaf01eecf8d56b8dc80557db30d /binutils/syslex.l | |
parent | ebf40edefd3088de303f10f42a4abe7806657bae (diff) | |
download | gdb-943ea8a2b0cce77e272b34dd88b901b2b9b0e0a0.zip gdb-943ea8a2b0cce77e272b34dd88b901b2b9b0e0a0.tar.gz gdb-943ea8a2b0cce77e272b34dd88b901b2b9b0e0a0.tar.bz2 |
* syslex.l: Adjust top-of-file comment: this file is part of GNU
binutils, not GNU ld.
Diffstat (limited to 'binutils/syslex.l')
-rw-r--r-- | binutils/syslex.l | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/binutils/syslex.l b/binutils/syslex.l index 6dd32fa..ae3c8d2 100644 --- a/binutils/syslex.l +++ b/binutils/syslex.l @@ -1,14 +1,14 @@ %{ /* Copyright 2001, 2003, 2005 Free Software Foundation, Inc. -This file is part of GLD, the Gnu Linker. +This file is part of GNU Binutils. -GLD is free software; you can redistribute it and/or modify +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, or (at your option) any later version. -GLD is distributed in the hope that it will be useful, +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. |