From d62a0d0447d3304219a57d9949a8ab6ae47f713c Mon Sep 17 00:00:00 2001 From: Ineiev Date: Sun, 27 Apr 2025 14:48:25 +0000 Subject: [PATCH] * cpp.texi: * fp.texi: Put license reference of included files in comment. --- cpp.texi | 4 ++-- fp.texi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cpp.texi b/cpp.texi index 7f5fc08..035cb62 100644 --- a/cpp.texi +++ b/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 diff --git a/fp.texi b/fp.texi index ce296a5..f86411e 100644 --- a/fp.texi +++ b/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