gbranden pushed a commit to branch master
in repository groff.

commit 596d7aaea5baa9790c00cf36eb962c8bc73fa81e
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Mar 25 16:40:40 2026 -0500

    [libgroff]: Tweak author notices.
    
    * src/include/error.h:
    * src/include/geometry.h:
    * src/include/htmlhint.h:
    * src/include/lf.h:
    * src/include/lib.h:
    * src/include/symbol.h:
    * src/libs/libgroff/error.cpp:
    * src/libs/libgroff/fatal.cpp:
    * src/libs/libgroff/geometry.cpp:
    * src/libs/libgroff/htmlhint.cpp:
    * src/libs/libgroff/lf.cpp:
    * src/libs/libgroff/mksdir.cpp:
    * src/libs/libgroff/mkstemp.cpp:
    * src/libs/libgroff/strsave.cpp: Eschew indentation in authorship credit
      and precede it with vertical space; while related to the copyright
      notice, the matters are distinct.
---
 src/include/error.h            | 3 ++-
 src/include/geometry.h         | 3 ++-
 src/include/htmlhint.h         | 3 ++-
 src/include/lf.h               | 3 ++-
 src/include/lib.h              | 3 ++-
 src/include/symbol.h           | 3 ++-
 src/libs/libgroff/error.cpp    | 3 ++-
 src/libs/libgroff/fatal.cpp    | 3 ++-
 src/libs/libgroff/geometry.cpp | 5 +++--
 src/libs/libgroff/htmlhint.cpp | 3 ++-
 src/libs/libgroff/lf.cpp       | 3 ++-
 src/libs/libgroff/mksdir.cpp   | 3 ++-
 src/libs/libgroff/mkstemp.cpp  | 3 ++-
 src/libs/libgroff/strsave.cpp  | 3 ++-
 14 files changed, 29 insertions(+), 15 deletions(-)

diff --git a/src/include/error.h b/src/include/error.h
index 89732ebcb..08dcea776 100644
--- a/src/include/error.h
+++ b/src/include/error.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/include/geometry.h b/src/include/geometry.h
index d9e8a03bc..a0a8596d8 100644
--- a/src/include/geometry.h
+++ b/src/include/geometry.h
@@ -1,5 +1,6 @@
 /* Copyright 2001-2020 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/include/htmlhint.h b/src/include/htmlhint.h
index c0358d468..86805695b 100644
--- a/src/include/htmlhint.h
+++ b/src/include/htmlhint.h
@@ -1,5 +1,6 @@
 /* Copyright 2000-2020 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/include/lf.h b/src/include/lf.h
index b8b5640d2..75b851fad 100644
--- a/src/include/lf.h
+++ b/src/include/lf.h
@@ -1,5 +1,6 @@
 /* Copyright 2014-2025 Free Software Foundation, Inc.
-     Written by Werner Lemberg ([email protected])
+
+Written by Werner Lemberg ([email protected])
 
 This file is part of groff, the GNU roff typesetting system.
 
diff --git a/src/include/lib.h b/src/include/lib.h
index 21dcf11b2..09d8d0752 100644
--- a/src/include/lib.h
+++ b/src/include/lib.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/include/symbol.h b/src/include/symbol.h
index affb1f69d..a76ad94f5 100644
--- a/src/include/symbol.h
+++ b/src/include/symbol.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/libs/libgroff/error.cpp b/src/libs/libgroff/error.cpp
index d92dae1a6..a061f44db 100644
--- a/src/libs/libgroff/error.cpp
+++ b/src/libs/libgroff/error.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/libs/libgroff/fatal.cpp b/src/libs/libgroff/fatal.cpp
index a6700c124..87b5bf029 100644
--- a/src/libs/libgroff/fatal.cpp
+++ b/src/libs/libgroff/fatal.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/libs/libgroff/geometry.cpp b/src/libs/libgroff/geometry.cpp
index 69cc259b6..f677d91cc 100644
--- a/src/libs/libgroff/geometry.cpp
+++ b/src/libs/libgroff/geometry.cpp
@@ -1,6 +1,7 @@
 /* Copyright 1989-2020 Free Software Foundation, Inc.
-     Written by Gaius Mulley <[email protected]>
-     using adjust_arc_center() from printer.cpp, written by James Clark.
+
+Written by Gaius Mulley <[email protected]>
+using adjust_arc_center() from printer.cpp, written by James Clark.
 
 This file is part of groff, the GNU roff typesetting system.
 
diff --git a/src/libs/libgroff/htmlhint.cpp b/src/libs/libgroff/htmlhint.cpp
index c98968f84..707e9b3f3 100644
--- a/src/libs/libgroff/htmlhint.cpp
+++ b/src/libs/libgroff/htmlhint.cpp
@@ -1,5 +1,6 @@
 /* Copyright 2000-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/libs/libgroff/lf.cpp b/src/libs/libgroff/lf.cpp
index cc9b97572..005377c35 100644
--- a/src/libs/libgroff/lf.cpp
+++ b/src/libs/libgroff/lf.cpp
@@ -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/libs/libgroff/mksdir.cpp b/src/libs/libgroff/mksdir.cpp
index 9e4fa8fd2..c43b0b7b8 100644
--- a/src/libs/libgroff/mksdir.cpp
+++ b/src/libs/libgroff/mksdir.cpp
@@ -1,5 +1,6 @@
 /* Copyright 2001-2020 Free Software Foundation, Inc.
-     Written by Werner Lemberg ([email protected])
+
+Written by Werner Lemberg ([email protected])
 
 This file is part of groff, the GNU roff typesetting system.
 
diff --git a/src/libs/libgroff/mkstemp.cpp b/src/libs/libgroff/mkstemp.cpp
index 75671f471..8583edb76 100644
--- a/src/libs/libgroff/mkstemp.cpp
+++ b/src/libs/libgroff/mkstemp.cpp
@@ -1,5 +1,6 @@
 /* Copyright 2001-2020 Free Software Foundation, Inc.
-     Written by Werner Lemberg ([email protected])
+
+Written by Werner Lemberg ([email protected])
 
 This file is part of groff, the GNU roff typesetting system.
 
diff --git a/src/libs/libgroff/strsave.cpp b/src/libs/libgroff/strsave.cpp
index f2b94f4a3..ccf285c87 100644
--- a/src/libs/libgroff/strsave.cpp
+++ b/src/libs/libgroff/strsave.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.
 

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

Reply via email to