author | Aleksandar Samardžić <asamardzic@matf.bg.ac.rs> | 2013年08月14日 21:03:23 +0200 |
---|---|---|
committer | Aleksandar Samardžić <asamardzic@matf.bg.ac.rs> | 2013年08月14日 21:03:23 +0200 |
commit | a76aabe0faaf0ac0ed5ae45021b96ac04fa0cce1 (patch) | |
tree | 13b6b193cdd5423d10499aad62d35e1aac91d2d9 /lib/scanner.l | |
parent | 6afb859194bca7f2599d237da059380d77a292ed (diff) | |
download | libmatheval-master.tar.gz |
-rw-r--r-- | lib/scanner.l | 4 |
diff --git a/lib/scanner.l b/lib/scanner.l index 0c60cda..08a4171 100644 --- a/lib/scanner.l +++ b/lib/scanner.l @@ -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. * * This file is part of GNU libmatheval * |