summaryrefslogtreecommitdiff
path: root/binutils/arlex.l
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2004-12-09 01:46:27 +0000
committerBen Elliston <bje@au.ibm.com>2004-12-09 01:46:27 +0000
commit404391d986ca947c95ff694bc9b32bd6136a93f6 (patch)
tree93b63090342f9bbd61a32c5c98b39980db673a39 /binutils/arlex.l
parentef5a4d5728ca5344c2de64be3514028775a83d37 (diff)
downloadbinutils-redhat-404391d986ca947c95ff694bc9b32bd6136a93f6.tar.gz
* arlex.l: Fix formatting.
Diffstat (limited to 'binutils/arlex.l')
-rw-r--r--binutils/arlex.l6
1 files changed, 2 insertions, 4 deletions
diff --git a/binutils/arlex.l b/binutils/arlex.l
index ab1ff164e1..a7f0ca2967 100644
--- a/binutils/arlex.l
+++ b/binutils/arlex.l
@@ -1,7 +1,7 @@
%{
/* arlex.l - Strange script language lexer */
-/* Copyright 1992, 1997, 2000, 2002, 2003 Free Software Foundation, Inc.
+/* Copyright 1992, 1997, 2000, 2002, 2003 Free Software Foundation, Inc.
This file is part of GNU Binutils.
@@ -20,10 +20,8 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* Contributed by Steve Chamberlain
- sac@cygnus.com
+/* Contributed by Steve Chamberlain <sac@cygnus.com>. */
-*/
#define DONTDECLARE_MALLOC
#include "ansidecl.h"
#include "libiberty.h"