From 577b391aa3c9cd6dc8b6458c42bb5cb2a0adaacd Mon Sep 17 00:00:00 2001 From: SFG545 Date: Tue, 9 Jun 2026 00:30:56 -0500 Subject: [PATCH] update authorship information in man page to reflect MIT License and creator --- man/sed.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/sed.1 b/man/sed.1 index ad30e8d..f40a625 100644 --- a/man/sed.1 +++ b/man/sed.1 @@ -267,4 +267,4 @@ find . -print0 | sed -z 's#^./##' .BR grep (1), .BR regex (7) .SH AUTHORS -Sed++ is maintained as part of the sfgos_revamp sed project. +Sed++ is Licensed under the MIT License and created by SFG545.