diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-02-10 19:00:00 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-02-10 19:00:00 +0000 |
commit | 02f6ffef07f8c99f7ba63ddc641408feaaf078ac (patch) | |
tree | 2b7766b32e10665daaac966e98b3a8ac35fd74b5 /binutils/nlmheader.y | |
parent | 23f572c231bcbbf5c17fe13d3b676fe0b22c0d9d (diff) | |
download | gdb-02f6ffef07f8c99f7ba63ddc641408feaaf078ac.zip gdb-02f6ffef07f8c99f7ba63ddc641408feaaf078ac.tar.gz gdb-02f6ffef07f8c99f7ba63ddc641408feaaf078ac.tar.bz2 |
Update copyright date from last commit.
Diffstat (limited to 'binutils/nlmheader.y')
-rw-r--r-- | binutils/nlmheader.y | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binutils/nlmheader.y b/binutils/nlmheader.y index f2a306d..3df603d 100644 --- a/binutils/nlmheader.y +++ b/binutils/nlmheader.y @@ -1,5 +1,6 @@ %{/* nlmheader.y - parse NLM header specification keywords. - Copyright 1993, 1994, 1995, 1997, 1998, 2001 Free Software Foundation, Inc. + Copyright 1993, 1994, 1995, 1997, 1998, 2001, 2002 + Free Software Foundation, Inc. This file is part of GNU Binutils. |