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.
---
 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 d60bb02aabf..3cfda422d5a 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 8acac9cd65d..1b9e0e623eb 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
-- 
2.39.5

Reply via email to