[PATCH kmod v2 16/17] man: rework AUTHORS section

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Emil Velikov <emil.l.velikov@xxxxxxxxx>

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 <emil.l.velikov@xxxxxxxxx>
---
 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 0252a72..76d4fa8 100644
--- a/man/depmod.8.scd
+++ b/man/depmod.8.scd
@@ -116,11 +116,10 @@ Portions Copyright Jon Masters, and others.
 
 # AUTHORS
 
-*Jon Masters* <jcm@xxxxxxxxxxxxxx>
-	Developer
+Numerous contributions have come from the linux-modules mailing list
+<linux-modules@xxxxxxxxxxxxxxx> 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* <rworkman@xxxxxxxxxxxxx>
-	Developer
-
-*Lucas De Marchi* <lucas.de.marchi@xxxxxxxxx>
-	Developer
+*Lucas De Marchi* <lucas.de.marchi@xxxxxxxxx> is the current maintainer of the
+project.
diff --git a/man/depmod.d.5.scd b/man/depmod.d.5.scd
index dc13ec7..ec1b032 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* <jcm@xxxxxxxxxxxxxx>
-	Developer
+Numerous contributions have come from the linux-modules mailing list
+<linux-modules@xxxxxxxxxxxxxxx> 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* <rworkman@xxxxxxxxxxxxx>
-	Developer
-
-*Lucas De Marchi* <lucas.de.marchi@xxxxxxxxx>
-	Developer
+*Lucas De Marchi* <lucas.de.marchi@xxxxxxxxx> is the current maintainer of the
+project.
diff --git a/man/insmod.8.scd b/man/insmod.8.scd
index 27d4409..137830f 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* <jcm@xxxxxxxxxxxxxx>
-	Developer
+Numerous contributions have come from the linux-modules mailing list
+<linux-modules@xxxxxxxxxxxxxxx> 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* <lucas.de.marchi@xxxxxxxxx>
-	Developer
+*Lucas De Marchi* <lucas.de.marchi@xxxxxxxxx> is the current maintainer of the
+project.
diff --git a/man/kmod.8.scd b/man/kmod.8.scd
index 6bd9432..2294591 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* <lucas.de.marchi@xxxxxxxxx>
-	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
+<linux-modules@xxxxxxxxxxxxxxx> 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* <lucas.de.marchi@xxxxxxxxx> is the current maintainer of the
+project.
diff --git a/man/lsmod.8.scd b/man/lsmod.8.scd
index ded619e..d81cce2 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* <jcm@xxxxxxxxxxxxxx>
-	Developer
+Numerous contributions have come from the linux-modules mailing list
+<linux-modules@xxxxxxxxxxxxxxx> 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* <lucas.de.marchi@xxxxxxxxx>
-	Developer
+*Lucas De Marchi* <lucas.de.marchi@xxxxxxxxx> is the current maintainer of the
+project.
diff --git a/man/modinfo.8.scd b/man/modinfo.8.scd
index d088c7e..7511798 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* <jcm@xxxxxxxxxxxxxx>
-	Developer
+Numerous contributions have come from the linux-modules mailing list
+<linux-modules@xxxxxxxxxxxxxxx> 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* <lucas.de.marchi@xxxxxxxxx>
-	Developer
+*Lucas De Marchi* <lucas.de.marchi@xxxxxxxxx> is the current maintainer of the
+project.
diff --git a/man/modprobe.8.scd b/man/modprobe.8.scd
index 67cbb1a..85d47fa 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* <jcm@xxxxxxxxxxxxxx>
-	Developer
+Numerous contributions have come from the linux-modules mailing list
+<linux-modules@xxxxxxxxxxxxxxx> 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* <rworkman@xxxxxxxxxxxxx>
-	Developer
-
-*Lucas De Marchi* <lucas.de.marchi@xxxxxxxxx>
-	Developer
+*Lucas De Marchi* <lucas.de.marchi@xxxxxxxxx> is the current maintainer of the
+project.
diff --git a/man/modprobe.d.5.scd b/man/modprobe.d.5.scd
index 246457b..e6e9c51 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* <jcm@xxxxxxxxxxxxxx>
-	Developer
+Numerous contributions have come from the linux-modules mailing list
+<linux-modules@xxxxxxxxxxxxxxx> 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* <rworkman@xxxxxxxxxxxxx>
-	Developer
-
-*Lucas De Marchi* <lucas.de.marchi@xxxxxxxxx>
-	Developer
+*Lucas De Marchi* <lucas.de.marchi@xxxxxxxxx> is the current maintainer of the
+project.
diff --git a/man/modules.dep.5.scd b/man/modules.dep.5.scd
index 7723a16..7c68ab9 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* <jcm@xxxxxxxxxxxxxx>
-	Developer
+Numerous contributions have come from the linux-modules mailing list
+<linux-modules@xxxxxxxxxxxxxxx> 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* <lucas.de.marchi@xxxxxxxxx>
-	Developer
+*Lucas De Marchi* <lucas.de.marchi@xxxxxxxxx> is the current maintainer of the
+project.
diff --git a/man/rmmod.8.scd b/man/rmmod.8.scd
index c4dcc3e..cf55478 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* <jcm@xxxxxxxxxxxxxx>
-	Developer
+Numerous contributions have come from the linux-modules mailing list
+<linux-modules@xxxxxxxxxxxxxxx> 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* <lucas.de.marchi@xxxxxxxxx>
-	Developer
+*Lucas De Marchi* <lucas.de.marchi@xxxxxxxxx> is the current maintainer of the
+project.

-- 
2.45.2






[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux