diff options
author | Jakub Jelinek <jakub@redhat.com> | 2025-01-02 12:17:04 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2025-01-02 12:17:04 +0100 |
commit | 29bc14c750acb66dd930627c4de0f98cd032088d (patch) | |
tree | aa5e8dc8c7e0e5d3fe006e2a3d8d600a9c7189e5 /gcc | |
parent | 6441eb6dc020faae0672ea724dfdb38c6a9bf6a1 (diff) | |
download | gcc-29bc14c750acb66dd930627c4de0f98cd032088d.zip gcc-29bc14c750acb66dd930627c4de0f98cd032088d.tar.gz gcc-29bc14c750acb66dd930627c4de0f98cd032088d.tar.bz2 |
Update copyright years.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/loongarch/genopts/gen-evolution.awk | 6 | ||||
-rw-r--r-- | gcc/cp/gen-cxxapi-file.py | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/loongarch/genopts/gen-evolution.awk b/gcc/config/loongarch/genopts/gen-evolution.awk index 1c8004e..bf16b26 100644 --- a/gcc/config/loongarch/genopts/gen-evolution.awk +++ b/gcc/config/loongarch/genopts/gen-evolution.awk @@ -3,7 +3,7 @@ # A simple script that generates loongarch-evolution.h # from genopts/isa-evolution.in # -# Copyright (C) 2021-2024 Free Software Foundation, Inc. +# Copyright (C) 2021-2025 Free Software Foundation, Inc. # # This file is part of GCC. # @@ -150,7 +150,7 @@ function gen_full_header() print " Please do not edit this file directly." print "" - copyright_header(2023, 2024) + copyright_header(2023, 2025) print "*/" print "" @@ -186,7 +186,7 @@ function gen_full_source() print " Please do not edit this file directly." print "" - copyright_header(2023, 2024) + copyright_header(2023, 2025) print "*/" print "" diff --git a/gcc/cp/gen-cxxapi-file.py b/gcc/cp/gen-cxxapi-file.py index 6d08f46..9e2cc2c 100644 --- a/gcc/cp/gen-cxxapi-file.py +++ b/gcc/cp/gen-cxxapi-file.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2022-2024 Free Software Foundation, Inc. +# Copyright (C) 2022-2025 Free Software Foundation, Inc. # This file is part of GCC. # GCC is free software; you can redistribute it and/or modify |