From: Jonathan Wakely Date: Tue, 27 Aug 2024 11:17:03 +0000 (+0100) Subject: c++: Add correct copyright dates to output of gen-cxxapi-file.py X-Git-Tag: basepoints/gcc-16~6337 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff4aa45535bc0103e4417e72386089a5421fe520;p=thirdparty%2Fgcc.git 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 --git a/gcc/cp/gen-cxxapi-file.py b/gcc/cp/gen-cxxapi-file.py index 31ed5b16ce4..6d08f46069b 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.