https://gcc.gnu.org/g:b4b03b411c337030b3ff3f4218c4fc30422bdca0
commit r16-8377-gb4b03b411c337030b3ff3f4218c4fc30422bdca0 Author: Sandra Loosemore <[email protected]> Date: Wed Apr 1 03:05:14 2026 +0000 doc: Add copyright notices to .texi files that don't have one I realized I'd forgotten to add a copyright notice to specs.texi when I split that from invoke.texi a while back. Scanning the other .texi files in the same directory, I found poly-int.texi was also missing a copyright. Both are fixed with this patch. gcc/ChangeLog * doc/poly-int.texi: Add copyright notice. * doc/specs.texi: Likewise. Diff: --- gcc/doc/poly-int.texi | 4 ++++ gcc/doc/specs.texi | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gcc/doc/poly-int.texi b/gcc/doc/poly-int.texi index d60bb02aabf2..3cfda422d5ae 100644 --- a/gcc/doc/poly-int.texi +++ b/gcc/doc/poly-int.texi @@ -1,3 +1,7 @@ +@c Copyright (C) 2017-2026 Free Software Foundation, Inc. +@c This is part of the GCC manual. +@c For copying conditions, see the file gcc.texi. + @node poly_int @chapter Sizes and offsets as runtime invariants @cindex polynomial integers diff --git a/gcc/doc/specs.texi b/gcc/doc/specs.texi index 8acac9cd65dd..1b9e0e623eb8 100644 --- a/gcc/doc/specs.texi +++ b/gcc/doc/specs.texi @@ -1,3 +1,7 @@ +@c Copyright (C) 1988-2026 Free Software Foundation, Inc. +@c This is part of the GCC manual. +@c For copying conditions, see the file gcc.texi. + @node Spec Files @chapter Specifying Subprocesses and the Switches to Pass to Them @cindex Spec Files
