]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/cp-name-parser.y
Update copyright year range in all GDB files.
[thirdparty/binutils-gdb.git] / gdb / cp-name-parser.y
index 72ffc8aa7dc38f08a916ece4ca898506c3718ece..284b1ff1211554496c5e6db37d995e569ee57ac5 100644 (file)
@@ -1,6 +1,6 @@
 /* YACC parser for C++ names, for GDB.
 
-   Copyright (C) 2003-2018 Free Software Foundation, Inc.
+   Copyright (C) 2003-2019 Free Software Foundation, Inc.
 
    Parts of the lexer are based on c-exp.y from GDB.