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.
+@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
+@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