]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: Add copyright notices to .texi files that don't have one
authorSandra Loosemore <sloosemore@baylibre.com>
Wed, 1 Apr 2026 03:05:14 +0000 (03:05 +0000)
committerSandra Loosemore <sloosemore@baylibre.com>
Wed, 1 Apr 2026 03:16:17 +0000 (03:16 +0000)
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
gcc/doc/specs.texi

index d60bb02aabf264792a54631cb5567ca0d30c7c6d..3cfda422d5ae498f5519aa12b64212b7dfdbbe7d 100644 (file)
@@ -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
index 8acac9cd65ddc69e279904644904533e6744dc34..1b9e0e623eb85ffbaef82e2c4a9ede8f86eafc6d 100644 (file)
@@ -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