diff options
author | Alan Modra <amodra@gmail.com> | 2014-03-05 22:16:15 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2014-03-05 22:16:15 +1030 |
commit | 4b95cf5c0c75d6efc1b2f96af72317aecca079f1 (patch) | |
tree | 665946eb3fd6cfcaac5029a0d44741e7fdc08d3e /binutils/arparse.y | |
parent | 45965137bee4946dca3cd99285f2a7afe6b99aeb (diff) | |
download | gdb-4b95cf5c0c75d6efc1b2f96af72317aecca079f1.zip gdb-4b95cf5c0c75d6efc1b2f96af72317aecca079f1.tar.gz gdb-4b95cf5c0c75d6efc1b2f96af72317aecca079f1.tar.bz2 |
Update copyright years
Diffstat (limited to 'binutils/arparse.y')
-rw-r--r-- | binutils/arparse.y | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/binutils/arparse.y b/binutils/arparse.y index 113c548..0e52efe 100644 --- a/binutils/arparse.y +++ b/binutils/arparse.y @@ -1,8 +1,7 @@ %{ /* arparse.y - Stange script language parser */ -/* Copyright 1992, 1993, 1995, 1997, 1999, 2002, 2003, 2005, 2007 - Free Software Foundation, Inc. +/* Copyright (C) 1992-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. |