https://gcc.gnu.org/g:ff4aa45535bc0103e4417e72386089a5421fe520
commit r15-3216-gff4aa45535bc0103e4417e72386089a5421fe520 Author: Jonathan Wakely <jwak...@redhat.com> Date: Tue Aug 27 12:17:03 2024 +0100 c++: Add correct copyright dates to output of gen-cxxapi-file.py This ensures the generated output says something like 2022-2024 rather than just 2024. gcc/cp/ChangeLog: * gen-cxxapi-file.py: Fix copyright dates in generated output. Diff: --- gcc/cp/gen-cxxapi-file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/gen-cxxapi-file.py b/gcc/cp/gen-cxxapi-file.py index 31ed5b16ce45..6d08f46069bb 100644 --- a/gcc/cp/gen-cxxapi-file.py +++ b/gcc/cp/gen-cxxapi-file.py @@ -95,7 +95,7 @@ def hints(script, content): %struct-type %{{ /* This file is auto-generated by {:s}. */ -/* Copyright (C) {:s} Free Software Foundation, Inc. +/* Copyright (C) 2022-{:s} Free Software Foundation, Inc. This file is part of GCC.