diff options
author | Nick Clifton <nickc@redhat.com> | 2001-03-13 06:43:59 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-03-13 06:43:59 +0000 |
commit | 8c2bc6877d75f8cd9073f206fab29920f73d325c (patch) | |
tree | a66e109ca074e0b715fcd04ffc6f7dbc60206a63 /binutils/arlex.l | |
parent | a2b64bede395d988a7ae6676e2411b7ec5da8248 (diff) | |
download | binutils-gdb-8c2bc6877d75f8cd9073f206fab29920f73d325c.tar.gz |
Fix typos in ChangeLogs and update copyright notices
Diffstat (limited to 'binutils/arlex.l')
-rw-r--r-- | binutils/arlex.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/arlex.l b/binutils/arlex.l index 2fd94da4dd8..71ef56ee6f9 100644 --- a/binutils/arlex.l +++ b/binutils/arlex.l @@ -1,7 +1,7 @@ %{ /* arlex.l - Strange script language lexer */ -/* Copyright (C) 1992, 95, 1997 Free Software Foundation, Inc. +/* Copyright 1992, 1997, 2000 Free Software Foundation, Inc. This file is part of GNU Binutils. |