-rw-r--r-- | lib/parser.y | 4 |
diff --git a/lib/parser.y b/lib/parser.y index d634592..65a7c3a 100644 --- a/lib/parser.y +++ b/lib/parser.y @@ -1,6 +1,6 @@ /* * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, - * 2012 Free Software Foundation, Inc. + * 2012, 2013 Free Software Foundation, Inc. * * This file is part of GNU libmatheval * @@ -22,7 +22,7 @@ %{ /* * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, - * 2012 Free Software Foundation, Inc. + * 2012, 2013 Free Software Foundation, Inc. * * GNU libmatheval is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as |