gbranden pushed a commit to branch master
in repository groff.

commit b8d2be141a0a9f96035b553156f4c4cc8ccd87d3
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Mar 7 03:43:25 2026 -0600

    [troff]: Cosmetically revise authorship notices.
    
    Eschew indentation in authorship credit and precede it with vertical
    space; while related to the copyright notice, the matters are distinct.
    
    Also drop an extraneous blank line after a comment block.
---
 src/roff/troff/charinfo.h     | 3 ++-
 src/roff/troff/column.cpp     | 3 ++-
 src/roff/troff/dictionary.cpp | 3 ++-
 src/roff/troff/dictionary.h   | 3 ++-
 src/roff/troff/div.cpp        | 2 +-
 src/roff/troff/div.h          | 3 ++-
 src/roff/troff/env.cpp        | 2 +-
 src/roff/troff/env.h          | 3 ++-
 src/roff/troff/hvunits.h      | 3 ++-
 src/roff/troff/input.cpp      | 2 +-
 src/roff/troff/input.h        | 3 ++-
 src/roff/troff/mtsm.cpp       | 3 ++-
 src/roff/troff/node.cpp       | 2 +-
 src/roff/troff/node.h         | 3 ++-
 src/roff/troff/number.cpp     | 2 +-
 src/roff/troff/reg.cpp        | 2 +-
 src/roff/troff/reg.h          | 4 ++--
 src/roff/troff/request.h      | 3 ++-
 src/roff/troff/token.h        | 2 +-
 src/roff/troff/troff.h        | 3 ++-
 20 files changed, 33 insertions(+), 21 deletions(-)

diff --git a/src/roff/troff/charinfo.h b/src/roff/troff/charinfo.h
index 1a2b8bc9c..593826487 100644
--- a/src/roff/troff/charinfo.h
+++ b/src/roff/troff/charinfo.h
@@ -1,5 +1,6 @@
 /* Copyright 1989-2025 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.
 
diff --git a/src/roff/troff/column.cpp b/src/roff/troff/column.cpp
index a5afb553d..09e9557ee 100644
--- a/src/roff/troff/column.cpp
+++ b/src/roff/troff/column.cpp
@@ -1,5 +1,6 @@
 /* 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.
 
diff --git a/src/roff/troff/dictionary.cpp b/src/roff/troff/dictionary.cpp
index 868e2681d..e63f0eb73 100644
--- a/src/roff/troff/dictionary.cpp
+++ b/src/roff/troff/dictionary.cpp
@@ -1,5 +1,6 @@
 /* Copyright 1989-2024 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.
 
diff --git a/src/roff/troff/dictionary.h b/src/roff/troff/dictionary.h
index 39a389a74..258271f5e 100644
--- a/src/roff/troff/dictionary.h
+++ b/src/roff/troff/dictionary.h
@@ -1,5 +1,6 @@
 /* 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.
 
diff --git a/src/roff/troff/div.cpp b/src/roff/troff/div.cpp
index dab0515bc..a619713f3 100644
--- a/src/roff/troff/div.cpp
+++ b/src/roff/troff/div.cpp
@@ -1,7 +1,7 @@
 /* Copyright 1989-2020 Free Software Foundation, Inc.
              2020-2025 G. Branden Robinson
 
-     Written by James Clark ([email protected])
+Written by James Clark ([email protected])
 
 This file is part of groff, the GNU roff typesetting system.
 
diff --git a/src/roff/troff/div.h b/src/roff/troff/div.h
index 04547146a..cdc9eaf8f 100644
--- a/src/roff/troff/div.h
+++ b/src/roff/troff/div.h
@@ -1,5 +1,6 @@
 /* Copyright 1989-2025 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.
 
diff --git a/src/roff/troff/env.cpp b/src/roff/troff/env.cpp
index 90880c3fe..a229f34c1 100644
--- a/src/roff/troff/env.cpp
+++ b/src/roff/troff/env.cpp
@@ -1,7 +1,7 @@
 /* Copyright 1989-2025 Free Software Foundation, Inc.
              2020-2025 G. Branden Robinson
 
-     Written by James Clark ([email protected])
+Written by James Clark ([email protected])
 
 This file is part of groff, the GNU roff typesetting system.
 
diff --git a/src/roff/troff/env.h b/src/roff/troff/env.h
index 5484d2cae..10607b8aa 100644
--- a/src/roff/troff/env.h
+++ b/src/roff/troff/env.h
@@ -1,5 +1,6 @@
 /* Copyright 1989-2025 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.
 
diff --git a/src/roff/troff/hvunits.h b/src/roff/troff/hvunits.h
index 25b10ba96..bf91ea0e4 100644
--- a/src/roff/troff/hvunits.h
+++ b/src/roff/troff/hvunits.h
@@ -1,5 +1,6 @@
 /* Copyright 1989-2024 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.
 
diff --git a/src/roff/troff/input.cpp b/src/roff/troff/input.cpp
index c76a1a253..500cb911c 100644
--- a/src/roff/troff/input.cpp
+++ b/src/roff/troff/input.cpp
@@ -1,7 +1,7 @@
 /* Copyright 1989-2024 Free Software Foundation, Inc.
              2021-2025 G. Branden Robinson
 
-     Written by James Clark ([email protected])
+Written by James Clark ([email protected])
 
 This file is part of groff, the GNU roff typesetting system.
 
diff --git a/src/roff/troff/input.h b/src/roff/troff/input.h
index 25fc20fc2..44e47f91e 100644
--- a/src/roff/troff/input.h
+++ b/src/roff/troff/input.h
@@ -1,5 +1,6 @@
 /* Copyright 2001-2024 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.
 
diff --git a/src/roff/troff/mtsm.cpp b/src/roff/troff/mtsm.cpp
index 7e930ff2a..d3b0d30af 100644
--- a/src/roff/troff/mtsm.cpp
+++ b/src/roff/troff/mtsm.cpp
@@ -1,5 +1,6 @@
 /* Copyright 2003-2024 Free Software Foundation, Inc.
-     Written by Gaius Mulley ([email protected])
+
+Written by Gaius Mulley ([email protected])
 
 This file is part of groff, the GNU roff typesetting system.
 
diff --git a/src/roff/troff/node.cpp b/src/roff/troff/node.cpp
index f0d25f445..e15f4383d 100644
--- a/src/roff/troff/node.cpp
+++ b/src/roff/troff/node.cpp
@@ -1,7 +1,7 @@
 /* Copyright 1989-2020 Free Software Foundation, Inc.
              2021-2025 G. Branden Robinson
 
-     Written by James Clark ([email protected])
+Written by James Clark ([email protected])
 
 This file is part of groff, the GNU roff typesetting system.
 
diff --git a/src/roff/troff/node.h b/src/roff/troff/node.h
index 08891c417..726684d7d 100644
--- a/src/roff/troff/node.h
+++ b/src/roff/troff/node.h
@@ -1,5 +1,6 @@
 /* Copyright 1989-2025 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.
 
diff --git a/src/roff/troff/number.cpp b/src/roff/troff/number.cpp
index a039ceed7..e15f3c6f7 100644
--- a/src/roff/troff/number.cpp
+++ b/src/roff/troff/number.cpp
@@ -1,7 +1,7 @@
 /* Copyright 1989-2020 Free Software Foundation, Inc.
              2021-2025 G. Branden Robinson
 
-     Written by James Clark ([email protected])
+Written by James Clark ([email protected])
 
 This file is part of groff, the GNU roff typesetting system.
 
diff --git a/src/roff/troff/reg.cpp b/src/roff/troff/reg.cpp
index 90c1edfdd..c86a891d0 100644
--- a/src/roff/troff/reg.cpp
+++ b/src/roff/troff/reg.cpp
@@ -1,7 +1,7 @@
 /* Copyright 1989-2020 Free Software Foundation, Inc.
              2021-2025 G. Branden Robinson
 
-     Written by James Clark ([email protected])
+Written by James Clark ([email protected])
 
 This file is part of groff, the GNU roff typesetting system.
 
diff --git a/src/roff/troff/reg.h b/src/roff/troff/reg.h
index 9620bdbc6..b004b45d0 100644
--- a/src/roff/troff/reg.h
+++ b/src/roff/troff/reg.h
@@ -1,5 +1,6 @@
 /* Copyright 1989-2025 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.
 
@@ -16,7 +17,6 @@ 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/>. */
 
-
 class reg : public object {
 public:
   virtual const char *get_string() = 0;
diff --git a/src/roff/troff/request.h b/src/roff/troff/request.h
index 93857f075..deec2838d 100644
--- a/src/roff/troff/request.h
+++ b/src/roff/troff/request.h
@@ -1,5 +1,6 @@
 /* Copyright 1989-2025 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.
 
diff --git a/src/roff/troff/token.h b/src/roff/troff/token.h
index 0e48197b6..93b5548f9 100644
--- a/src/roff/troff/token.h
+++ b/src/roff/troff/token.h
@@ -1,7 +1,7 @@
 /* Copyright 1989-2020 Free Software Foundation, Inc.
              2021-2025 G. Branden Robinson
 
-     Written by James Clark ([email protected])
+Written by James Clark ([email protected])
 
 This file is part of groff, the GNU roff typesetting system.
 
diff --git a/src/roff/troff/troff.h b/src/roff/troff/troff.h
index 7352e66c1..17515a9c1 100644
--- a/src/roff/troff/troff.h
+++ b/src/roff/troff/troff.h
@@ -1,5 +1,6 @@
 /* Copyright 1989-1990 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.
 

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

Reply via email to