diff options
author | Joel E. Denny <joeldenny@joeldenny.org> | 2011-01-02 09:56:16 -0500 |
---|---|---|
committer | Joel E. Denny <joeldenny@joeldenny.org> | 2011-01-02 09:56:16 -0500 |
commit | ea0a767697594d2eda37daf5ecbf2fdaf60d2189 (patch) | |
tree | 883dcaf50c60b17a2d70a9b4b9a35a3568234994 /src/symtab.h | |
parent | f52e1e5e44fd155cfe0fbbf0fd370e99a256c20e (diff) | |
download | bison-ea0a767697594d2eda37daf5ecbf2fdaf60d2189.tar.gz |
maint: run "make update-copyright".
Diffstat (limited to 'src/symtab.h')
-rw-r--r-- | src/symtab.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/symtab.h b/src/symtab.h index 7513efa1..db06d34d 100644 --- a/src/symtab.h +++ b/src/symtab.h @@ -1,7 +1,7 @@ /* Definitions for symtab.c and callers, part of Bison. - Copyright (C) 1984, 1989, 1992, 2000, 2001, 2002, 2004, 2005, 2006, - 2007, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1984, 1989, 1992, 2000-2002, 2004-2007, 2009-2011 Free + Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. |