gbranden pushed a commit to branch master
in repository groff.

commit 68bd661509bab640712a2e49ae07720625e5b672
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Feb 5 09:57:55 2026 -0600

    src/include: Cosmetically revise comment headers.
    
    * src/include/include.am: Drop self-identification that discloses no
      more information than the file name.
    * src/include/printer.h: Indent and fill license notice consistently
      with other files in this directory.
    * src/include/printer.h: Eschew indentation in authorship credit and it
      with vertical space; while related to the copyright notice, the matter
      is distinct.
    * src/include/relocate.h: Relocate a helpful description of the file
      content (contrast "include.am" above) to follow the copyright and
      license notices, putting it adjacent to the code it illuminates.
---
 src/include/include.am |  2 --
 src/include/printer.h  | 25 ++++++++++++-------------
 src/include/relocate.h |  6 +++---
 3 files changed, 15 insertions(+), 18 deletions(-)

diff --git a/src/include/include.am b/src/include/include.am
index 090b313bd..6853a3292 100644
--- a/src/include/include.am
+++ b/src/include/include.am
@@ -1,5 +1,3 @@
-# Automake rules for 'include'
-#
 # Copyright 2014-2020 Free Software Foundation, Inc.
 #
 # This file is part of groff, the GNU roff typesetting system.
diff --git a/src/include/printer.h b/src/include/printer.h
index 4f23855df..2d9b473b5 100644
--- a/src/include/printer.h
+++ b/src/include/printer.h
@@ -1,22 +1,21 @@
 /* Copyright 1989-2020 Free Software Foundation, Inc.
 
-   Written by James Clark ([email protected])
+Written by James Clark ([email protected])
 
-   This file is part of groff, the GNU roff typesetting system.
+This file is part of groff, the GNU roff typesetting system.
 
-   groff is free software; you can redistribute it and/or modify it
-   under the terms of the GNU General Public License as published by
-   the Free Software Foundation, either version 3 of the License, or
-   (at your option) any later version.
+groff is free software; you can redistribute it and/or modify it under
+the terms of the GNU General Public License as published by the Free
+Software Foundation, either version 3 of the License, or
+(at your option) any later version.
 
-   groff is distributed in the hope that it will be useful, but
-   WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   General Public License for more details.
+groff is distributed in the hope that it will be useful, but WITHOUT ANY
+WARRANTY; without even the implied warranty of MERCHANTABILITY or
+FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+for more details.
 
-   You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
+You should have received a copy of the GNU General Public License
+along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
 /* Description
 
diff --git a/src/include/relocate.h b/src/include/relocate.h
index cdd7cbf50..20329f719 100644
--- a/src/include/relocate.h
+++ b/src/include/relocate.h
@@ -1,6 +1,4 @@
-/* Provide relocation for macro and font files.
-
-Copyright 2005-2020 Free Software Foundation, Inc.
+/* Copyright 2005-2020 Free Software Foundation, Inc.
 
 This file is part of groff, the GNU roff typesetting system.
 
@@ -17,6 +15,8 @@ General Public License for more details.
 You should have received a copy of the GNU Lesser General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
+/* Provide relocation for macro and font files. */
+
 #ifdef __cplusplus
 extern char *curr_prefix;
 extern size_t curr_prefix_len;

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to