]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/c/c-parser.h
Update copyright years.
[thirdparty/gcc.git] / gcc / c / c-parser.h
index b32daabe25f031481d15409fe126361a5ee1a293..8d5fc3089b4cef1a07c984dfb59068b7d18549ca 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations for the parser for C and Objective-C.
-   Copyright (C) 1987-2019 Free Software Foundation, Inc.
+   Copyright (C) 1987-2022 Free Software Foundation, Inc.
 
    Parser actions based on the old Bison parser; structure somewhat
    influenced by and fragments based on the C++ parser.