X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/b9f1d9a47a49c40e8f0a5006b492daba53f25b20..8ff146cd31d887f9bb28ec5f96bffcad4b4057f7:/src/named-ref.c?ds=sidebyside diff --git a/src/named-ref.c b/src/named-ref.c index 4388acba..61b916ee 100644 --- a/src/named-ref.c +++ b/src/named-ref.c @@ -1,6 +1,6 @@ /* Named symbol references for Bison - Copyright 2009 Free Software Foundation, Inc. + Copyright (C) 2009, 2010 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -38,4 +38,3 @@ named_ref_free (named_ref *r) { free (r); } -