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