]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/cp-name-parser.y
Update Copyright year range in all files maintained by GDB.
[thirdparty/binutils-gdb.git] / gdb / cp-name-parser.y
index 01a1fa49671fa31f6e8c02abe52a4008268fcfe6..7d9d925d5f5195a332659de3b816192f0a45e76a 100644 (file)
@@ -1,6 +1,6 @@
 /* YACC parser for C++ names, for GDB.
 
-   Copyright (C) 2003-2013 Free Software Foundation, Inc.
+   Copyright (C) 2003-2014 Free Software Foundation, Inc.
 
    Parts of the lexer are based on c-exp.y from GDB.