diff options
author | Jakub Jelinek <jakub@redhat.com> | 2025-01-02 11:59:57 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2025-01-02 11:59:57 +0100 |
commit | 6441eb6dc020faae0672ea724dfdb38c6a9bf6a1 (patch) | |
tree | 60c0a640b9a2647e36e8abee72ff47c38c6c3618 /gcc/c | |
parent | 13c4066ae31fcb8cdacbbf1c524a92151e92d25d (diff) | |
download | gcc-6441eb6dc020faae0672ea724dfdb38c6a9bf6a1.zip gcc-6441eb6dc020faae0672ea724dfdb38c6a9bf6a1.tar.gz gcc-6441eb6dc020faae0672ea724dfdb38c6a9bf6a1.tar.bz2 |
Update copyright years.
Diffstat (limited to 'gcc/c')
-rw-r--r-- | gcc/c/Make-lang.in | 2 | ||||
-rw-r--r-- | gcc/c/c-aux-info.cc | 2 | ||||
-rw-r--r-- | gcc/c/c-convert.cc | 2 | ||||
-rw-r--r-- | gcc/c/c-decl.cc | 2 | ||||
-rw-r--r-- | gcc/c/c-errors.cc | 2 | ||||
-rw-r--r-- | gcc/c/c-fold.cc | 2 | ||||
-rw-r--r-- | gcc/c/c-lang.cc | 2 | ||||
-rw-r--r-- | gcc/c/c-lang.h | 2 | ||||
-rw-r--r-- | gcc/c/c-objc-common.cc | 2 | ||||
-rw-r--r-- | gcc/c/c-objc-common.h | 2 | ||||
-rw-r--r-- | gcc/c/c-parser.cc | 2 | ||||
-rw-r--r-- | gcc/c/c-parser.h | 2 | ||||
-rw-r--r-- | gcc/c/c-tree.def | 2 | ||||
-rw-r--r-- | gcc/c/c-tree.h | 2 | ||||
-rw-r--r-- | gcc/c/c-typeck.cc | 2 | ||||
-rw-r--r-- | gcc/c/config-lang.in | 2 | ||||
-rw-r--r-- | gcc/c/gccspec.cc | 2 | ||||
-rw-r--r-- | gcc/c/gimple-parser.cc | 2 | ||||
-rw-r--r-- | gcc/c/gimple-parser.h | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/gcc/c/Make-lang.in b/gcc/c/Make-lang.in index e7082a9..049b266 100644 --- a/gcc/c/Make-lang.in +++ b/gcc/c/Make-lang.in @@ -1,5 +1,5 @@ # Top level -*- makefile -*- fragment for GNU C - C language. -# Copyright (C) 1994-2024 Free Software Foundation, Inc. +# Copyright (C) 1994-2025 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/c/c-aux-info.cc b/gcc/c/c-aux-info.cc index f6b5980..d079de1 100644 --- a/gcc/c/c-aux-info.cc +++ b/gcc/c/c-aux-info.cc @@ -1,7 +1,7 @@ /* Generate information regarding function declarations and definitions based on information stored in GCC's tree structure. This code implements the -aux-info option. - Copyright (C) 1989-2024 Free Software Foundation, Inc. + Copyright (C) 1989-2025 Free Software Foundation, Inc. Contributed by Ron Guilmette (rfg@segfault.us.com). This file is part of GCC. diff --git a/gcc/c/c-convert.cc b/gcc/c/c-convert.cc index 7c1064c..325de65 100644 --- a/gcc/c/c-convert.cc +++ b/gcc/c/c-convert.cc @@ -1,5 +1,5 @@ /* Language-level data type conversion for GNU C. - Copyright (C) 1987-2024 Free Software Foundation, Inc. + Copyright (C) 1987-2025 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c/c-decl.cc b/gcc/c/c-decl.cc index 7abf192..44b3b5c 100644 --- a/gcc/c/c-decl.cc +++ b/gcc/c/c-decl.cc @@ -1,5 +1,5 @@ /* Process declarations and variables for C compiler. - Copyright (C) 1988-2024 Free Software Foundation, Inc. + Copyright (C) 1988-2025 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c/c-errors.cc b/gcc/c/c-errors.cc index 77f008e..4a26eec 100644 --- a/gcc/c/c-errors.cc +++ b/gcc/c/c-errors.cc @@ -1,5 +1,5 @@ /* Various diagnostic subroutines for the GNU C language. - Copyright (C) 2000-2024 Free Software Foundation, Inc. + Copyright (C) 2000-2025 Free Software Foundation, Inc. Contributed by Gabriel Dos Reis <gdr@codesourcery.com> This file is part of GCC. diff --git a/gcc/c/c-fold.cc b/gcc/c/c-fold.cc index e0c28ba..d54ab3c 100644 --- a/gcc/c/c-fold.cc +++ b/gcc/c/c-fold.cc @@ -1,5 +1,5 @@ /* Support for fully folding sub-trees of an expression for C compiler. - Copyright (C) 1992-2024 Free Software Foundation, Inc. + Copyright (C) 1992-2025 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c/c-lang.cc b/gcc/c/c-lang.cc index 870e23b..c69077b 100644 --- a/gcc/c/c-lang.cc +++ b/gcc/c/c-lang.cc @@ -1,5 +1,5 @@ /* Language-specific hook definitions for C front end. - Copyright (C) 1991-2024 Free Software Foundation, Inc. + Copyright (C) 1991-2025 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c/c-lang.h b/gcc/c/c-lang.h index 7888ab1..4b93d18 100644 --- a/gcc/c/c-lang.h +++ b/gcc/c/c-lang.h @@ -1,5 +1,5 @@ /* Definitions for C language specific types. - Copyright (C) 2009-2024 Free Software Foundation, Inc. + Copyright (C) 2009-2025 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c/c-objc-common.cc b/gcc/c/c-objc-common.cc index 7b471cc..7e227d3 100644 --- a/gcc/c/c-objc-common.cc +++ b/gcc/c/c-objc-common.cc @@ -1,5 +1,5 @@ /* Some code common to C and ObjC front ends. - Copyright (C) 2001-2024 Free Software Foundation, Inc. + Copyright (C) 2001-2025 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c/c-objc-common.h b/gcc/c/c-objc-common.h index 80b8ec9..84bd357 100644 --- a/gcc/c/c-objc-common.h +++ b/gcc/c/c-objc-common.h @@ -1,5 +1,5 @@ /* Language hooks common to C and ObjC front ends. - Copyright (C) 2004-2024 Free Software Foundation, Inc. + Copyright (C) 2004-2025 Free Software Foundation, Inc. Contributed by Ziemowit Laski <zlaski@apple.com> This file is part of GCC. diff --git a/gcc/c/c-parser.cc b/gcc/c/c-parser.cc index 42fa383..d289af6 100644 --- a/gcc/c/c-parser.cc +++ b/gcc/c/c-parser.cc @@ -1,5 +1,5 @@ /* Parser for C and Objective-C. - Copyright (C) 1987-2024 Free Software Foundation, Inc. + Copyright (C) 1987-2025 Free Software Foundation, Inc. Parser actions based on the old Bison parser; structure somewhat influenced by and fragments based on the C++ parser. diff --git a/gcc/c/c-parser.h b/gcc/c/c-parser.h index f2db13b..a84779b 100644 --- a/gcc/c/c-parser.h +++ b/gcc/c/c-parser.h @@ -1,5 +1,5 @@ /* Declarations for the parser for C and Objective-C. - Copyright (C) 1987-2024 Free Software Foundation, Inc. + Copyright (C) 1987-2025 Free Software Foundation, Inc. Parser actions based on the old Bison parser; structure somewhat influenced by and fragments based on the C++ parser. diff --git a/gcc/c/c-tree.def b/gcc/c/c-tree.def index 7f3ce46..de6835a 100644 --- a/gcc/c/c-tree.def +++ b/gcc/c/c-tree.def @@ -1,7 +1,7 @@ /* This file contains the definitions and documentation for the additional tree codes used in the GNU C compiler (see tree.def for the standard codes). - Copyright (C) 2023-2024 Free Software Foundation, Inc. + Copyright (C) 2023-2025 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c/c-tree.h b/gcc/c/c-tree.h index d39bd238..ee18e09 100644 --- a/gcc/c/c-tree.h +++ b/gcc/c/c-tree.h @@ -1,5 +1,5 @@ /* Definitions for C parsing and type checking. - Copyright (C) 1987-2024 Free Software Foundation, Inc. + Copyright (C) 1987-2025 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c/c-typeck.cc b/gcc/c/c-typeck.cc index 9756eda..dbb688c 100644 --- a/gcc/c/c-typeck.cc +++ b/gcc/c/c-typeck.cc @@ -1,5 +1,5 @@ /* Build expressions with type checking for C compiler. - Copyright (C) 1987-2024 Free Software Foundation, Inc. + Copyright (C) 1987-2025 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c/config-lang.in b/gcc/c/config-lang.in index 168288a..29285cc 100644 --- a/gcc/c/config-lang.in +++ b/gcc/c/config-lang.in @@ -1,5 +1,5 @@ # Top level configure fragment for GNU C - C language. -# Copyright (C) 1994-2024 Free Software Foundation, Inc. +# Copyright (C) 1994-2025 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/c/gccspec.cc b/gcc/c/gccspec.cc index 8cc0908..e0fc8ac 100644 --- a/gcc/c/gccspec.cc +++ b/gcc/c/gccspec.cc @@ -1,5 +1,5 @@ /* Specific flags and argument handling of the C front-end. - Copyright (C) 1999-2024 Free Software Foundation, Inc. + Copyright (C) 1999-2025 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c/gimple-parser.cc b/gcc/c/gimple-parser.cc index 1a677fc..54ecf22 100644 --- a/gcc/c/gimple-parser.cc +++ b/gcc/c/gimple-parser.cc @@ -1,5 +1,5 @@ /* Parser for GIMPLE. - Copyright (C) 2016-2024 Free Software Foundation, Inc. + Copyright (C) 2016-2025 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c/gimple-parser.h b/gcc/c/gimple-parser.h index 628baef..48f7146 100644 --- a/gcc/c/gimple-parser.h +++ b/gcc/c/gimple-parser.h @@ -1,5 +1,5 @@ /* Declarations for the parser for GIMPLE. - Copyright (C) 2016-2024 Free Software Foundation, Inc. + Copyright (C) 2016-2025 Free Software Foundation, Inc. This file is part of GCC. |