* cpp.texi:
* fp.texi: Put license reference of included files in comment.
This commit is contained in:
parent
a630a59760
commit
d62a0d0447
4
cpp.texi
4
cpp.texi
|
@ -1,8 +1,8 @@
|
|||
@c Copyright (C) 2022, 2023, 2025 Richard Stallman
|
||||
@c and Free Software Foundation, Inc.
|
||||
|
||||
This is part of the GNU C Intro and Reference Manual
|
||||
and covered by its license.
|
||||
@c This is part of the GNU C Intro and Reference Manual
|
||||
@c and covered by its license.
|
||||
|
||||
@node Preprocessing
|
||||
@chapter Preprocessing
|
||||
|
|
4
fp.texi
4
fp.texi
|
@ -2,8 +2,8 @@
|
|||
@c Copyright @copyright{} 2022, 2023, 2025 Richard Stallman
|
||||
@c and Free Software Foundation, Inc.
|
||||
|
||||
This is part of the GNU C Intro and Reference Manual
|
||||
and covered by its license.
|
||||
@c This is part of the GNU C Intro and Reference Manual
|
||||
@c and covered by its license.
|
||||
|
||||
@node Floating Point in Depth
|
||||
@chapter Floating Point in Depth
|
||||
|
|
Loading…
Reference in New Issue