From 082617913f68b0363e5701e470f2b78786dd9aaa Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 8 Jul 2024 14:43:24 +0100 Subject: [PATCH] man: rework AUTHORS section Replace the partial listing with suggestion to check through git shortlog and git blame. Explicitly spell out the current maintainer, alongside giving Jon attribution for the original project. Signed-off-by: Emil Velikov Signed-off-by: Lucas De Marchi --- man/depmod.8.scd | 13 ++++++------- man/depmod.d.5.scd | 13 ++++++------- man/insmod.8.scd | 10 ++++++---- man/kmod.8.scd | 13 +++++++++++-- man/lsmod.8.scd | 10 ++++++---- man/modinfo.8.scd | 10 ++++++---- man/modprobe.8.scd | 13 ++++++------- man/modprobe.d.5.scd | 13 ++++++------- man/modules.dep.5.scd | 10 ++++++---- man/rmmod.8.scd | 10 ++++++---- 10 files changed, 65 insertions(+), 50 deletions(-) diff --git a/man/depmod.8.scd b/man/depmod.8.scd index 0252a72f..76d4fa80 100644 --- a/man/depmod.8.scd +++ b/man/depmod.8.scd @@ -116,11 +116,10 @@ Portions Copyright Jon Masters, and others. # AUTHORS -*Jon Masters* - Developer +Numerous contributions have come from the linux-modules mailing list + and Github. If you have a clone of kmod.git +itself, the output of *git-shortlog*(1) and *git-blame*(1) can show you the +authors for specific parts of the project. -*Robby Workman* - Developer - -*Lucas De Marchi* - Developer +*Lucas De Marchi* is the current maintainer of the +project. diff --git a/man/depmod.d.5.scd b/man/depmod.d.5.scd index dc13ec72..ec1b0322 100644 --- a/man/depmod.d.5.scd +++ b/man/depmod.d.5.scd @@ -103,11 +103,10 @@ This manual page Copyright 2006-2010, Jon Masters, Red Hat, Inc. # AUTHORS -*Jon Masters* - Developer +Numerous contributions have come from the linux-modules mailing list + and Github. If you have a clone of kmod.git +itself, the output of *git-shortlog*(1) and *git-blame*(1) can show you the +authors for specific parts of the project. -*Robby Workman* - Developer - -*Lucas De Marchi* - Developer +*Lucas De Marchi* is the current maintainer of the +project. diff --git a/man/insmod.8.scd b/man/insmod.8.scd index 27d44099..137830fe 100644 --- a/man/insmod.8.scd +++ b/man/insmod.8.scd @@ -28,8 +28,10 @@ This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. # AUTHORS -*Jon Masters* - Developer +Numerous contributions have come from the linux-modules mailing list + and Github. If you have a clone of kmod.git +itself, the output of *git-shortlog*(1) and *git-blame*(1) can show you the +authors for specific parts of the project. -*Lucas De Marchi* - Developer +*Lucas De Marchi* is the current maintainer of the +project. diff --git a/man/kmod.8.scd b/man/kmod.8.scd index 6bd94325..2294591e 100644 --- a/man/kmod.8.scd +++ b/man/kmod.8.scd @@ -43,5 +43,14 @@ This manual page originally Copyright 2014, Marco d'Itri. # AUTHOR -*Lucas De Marchi* - Developer +*kmod* project was started by Lucas De Marchi as a drop-in replacement to +module-init-tools that was maintained by Jon Masters, adding a library (libkmod) +and additional features. + +Numerous contributions have come from the linux-modules mailing list + and Github. If you have a clone of kmod.git +itself, the output of *git-shortlog*(1) and *git-blame*(1) can show you the +authors for specific parts of the project. + +*Lucas De Marchi* is the current maintainer of the +project. diff --git a/man/lsmod.8.scd b/man/lsmod.8.scd index ded619ec..d81cce2f 100644 --- a/man/lsmod.8.scd +++ b/man/lsmod.8.scd @@ -22,8 +22,10 @@ This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. # AUTHORS -*Jon Masters* - Developer +Numerous contributions have come from the linux-modules mailing list + and Github. If you have a clone of kmod.git +itself, the output of *git-shortlog*(1) and *git-blame*(1) can show you the +authors for specific parts of the project. -*Lucas De Marchi* - Developer +*Lucas De Marchi* is the current maintainer of the +project. diff --git a/man/modinfo.8.scd b/man/modinfo.8.scd index d088c7e9..75117987 100644 --- a/man/modinfo.8.scd +++ b/man/modinfo.8.scd @@ -70,8 +70,10 @@ This manual page originally Copyright 2003, Rusty Russell, IBM Corporation. # AUTHORS -*Jon Masters* - Developer +Numerous contributions have come from the linux-modules mailing list + and Github. If you have a clone of kmod.git +itself, the output of *git-shortlog*(1) and *git-blame*(1) can show you the +authors for specific parts of the project. -*Lucas De Marchi* - Developer +*Lucas De Marchi* is the current maintainer of the +project. diff --git a/man/modprobe.8.scd b/man/modprobe.8.scd index 67cbb1a8..85d47fa5 100644 --- a/man/modprobe.8.scd +++ b/man/modprobe.8.scd @@ -208,11 +208,10 @@ This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. # AUTHORS -*Jon Masters* - Developer +Numerous contributions have come from the linux-modules mailing list + and Github. If you have a clone of kmod.git +itself, the output of *git-shortlog*(1) and *git-blame*(1) can show you the +authors for specific parts of the project. -*Robby Workman* - Developer - -*Lucas De Marchi* - Developer +*Lucas De Marchi* is the current maintainer of the +project. diff --git a/man/modprobe.d.5.scd b/man/modprobe.d.5.scd index 246457b9..e6e9c515 100644 --- a/man/modprobe.d.5.scd +++ b/man/modprobe.d.5.scd @@ -174,11 +174,10 @@ This manual page originally Copyright 2004, Rusty Russell, IBM Corporation. # AUTHORS -*Jon Masters* - Developer +Numerous contributions have come from the linux-modules mailing list + and Github. If you have a clone of kmod.git +itself, the output of *git-shortlog*(1) and *git-blame*(1) can show you the +authors for specific parts of the project. -*Robby Workman* - Developer - -*Lucas De Marchi* - Developer +*Lucas De Marchi* is the current maintainer of the +project. diff --git a/man/modules.dep.5.scd b/man/modules.dep.5.scd index 7723a168..7c68ab91 100644 --- a/man/modules.dep.5.scd +++ b/man/modules.dep.5.scd @@ -36,8 +36,10 @@ This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. # AUTHORS -*Jon Masters* - Developer +Numerous contributions have come from the linux-modules mailing list + and Github. If you have a clone of kmod.git +itself, the output of *git-shortlog*(1) and *git-blame*(1) can show you the +authors for specific parts of the project. -*Lucas De Marchi* - Developer +*Lucas De Marchi* is the current maintainer of the +project. diff --git a/man/rmmod.8.scd b/man/rmmod.8.scd index c4dcc3ed..cf55478f 100644 --- a/man/rmmod.8.scd +++ b/man/rmmod.8.scd @@ -42,8 +42,10 @@ This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. # AUTHORS -*Jon Masters* - Developer +Numerous contributions have come from the linux-modules mailing list + and Github. If you have a clone of kmod.git +itself, the output of *git-shortlog*(1) and *git-blame*(1) can show you the +authors for specific parts of the project. -*Lucas De Marchi* - Developer +*Lucas De Marchi* is the current maintainer of the +project. -- 2.47.3