From: Emil Velikov Date: Mon, 10 Nov 2025 00:05:02 +0000 (+0000) Subject: man: remove outdated COPYRIGHT section X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cee17b554f3afd2f1e71a31e221312c0e0b0e127;p=thirdparty%2Fkmod.git man: remove outdated COPYRIGHT section While the section is fairly common (11.9k instances of 27.5k man pages in my Arch install) it is not as ubiquitous as the rest. Furthermore, the information is severely outdated. Just remove it all together, instead of trying to devise some clever way of managing it. Signed-off-by: Emil Velikov Reviewed-by: Lucas De Marchi Link: https://github.com/kmod-project/kmod/pull/pull/400 Signed-off-by: Lucas De Marchi --- diff --git a/man/depmod.8.scd b/man/depmod.8.scd index 1d98da18..d0c25b1d 100644 --- a/man/depmod.8.scd +++ b/man/depmod.8.scd @@ -155,11 +155,6 @@ depmod -b /tmp/build -m kernel-modules *-w* Warn on duplicate dependencies, aliases, symbol versions, etc. -# COPYRIGHT - -This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. -Portions Copyright Jon Masters, and others. - # SEE ALSO *depmod.d*(5), *modprobe*(8), *modules.dep*(5) diff --git a/man/depmod.d.5.scd b/man/depmod.d.5.scd index 10861162..032cea05 100644 --- a/man/depmod.d.5.scd +++ b/man/depmod.d.5.scd @@ -93,10 +93,6 @@ exclude _excludedir_ The _excludedir_ is the trailing directory to exclude. -# COPYRIGHT - -This manual page Copyright 2006-2010, Jon Masters, Red Hat, Inc. - # SEE ALSO *depmod*(8) diff --git a/man/insmod.8.scd b/man/insmod.8.scd index a9a32c83..20a385e6 100644 --- a/man/insmod.8.scd +++ b/man/insmod.8.scd @@ -55,10 +55,6 @@ information about errors. *-h*, *--help* Print the help message and exit. -# COPYRIGHT - -This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. - # SEE ALSO *modprobe*(8), *rmmod*(8), *lsmod*(8), *modinfo*(8), *depmod*(8) diff --git a/man/kmod.8.scd b/man/kmod.8.scd index cf8a0e47..0028e21c 100644 --- a/man/kmod.8.scd +++ b/man/kmod.8.scd @@ -33,10 +33,6 @@ Linux Kernel modules. Most users will only run it using its other names. Output the static device nodes information provided by the modules of the currently running kernel version. -# COPYRIGHT - -This manual page originally Copyright 2014, Marco d'Itri. - # SEE ALSO *lsmod*(8), *rmmod*(8), *insmod*(8), *modinfo*(8), *modprobe*(8), *depmod*(8) diff --git a/man/lsmod.8.scd b/man/lsmod.8.scd index 9147a4ad..dd95dd68 100644 --- a/man/lsmod.8.scd +++ b/man/lsmod.8.scd @@ -28,10 +28,6 @@ _/proc/modules_, showing what kernel modules are currently loaded. *-h*, *--help* Print the help message and exit. -# COPYRIGHT - -This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. - # SEE ALSO *insmod*(8), *modprobe*(8), *modinfo*(8), *depmod*(8) diff --git a/man/modinfo.8.scd b/man/modinfo.8.scd index 2469f38e..04fbc8c7 100644 --- a/man/modinfo.8.scd +++ b/man/modinfo.8.scd @@ -62,10 +62,6 @@ architecture. *-h*, *--help* Print the help message and exit. -# COPYRIGHT - -This manual page originally Copyright 2003, Rusty Russell, IBM Corporation. - # SEE ALSO *modprobe*(8) diff --git a/man/modprobe.8.scd b/man/modprobe.8.scd index 12c72fdd..16fa94d9 100644 --- a/man/modprobe.8.scd +++ b/man/modprobe.8.scd @@ -222,10 +222,6 @@ the use by third-party tools and scripts is discouraged. The environment variable originates with the implementation of the install rules. -# COPYRIGHT - -This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. - # SEE ALSO *modprobe.d*(5), *insmod*(8), *rmmod*(8), *lsmod*(8), *modinfo*(8), *depmod*(8) diff --git a/man/modprobe.d.5.scd b/man/modprobe.d.5.scd index 334b382b..d57b7c6f 100644 --- a/man/modprobe.d.5.scd +++ b/man/modprobe.d.5.scd @@ -164,10 +164,6 @@ dependencies in the kernel is complete. That support will complement the existing softdep support within this utility by providing such dependencies directly within the modules. -# COPYRIGHT - -This manual page originally Copyright 2004, Rusty Russell, IBM Corporation. - # SEE ALSO *modprobe*(8), *modules.dep*(5) diff --git a/man/modules.dep.5.scd b/man/modules.dep.5.scd index 5fa6bf97..b6f05b0e 100644 --- a/man/modules.dep.5.scd +++ b/man/modules.dep.5.scd @@ -26,10 +26,6 @@ their format is subject to change in the future. You should use the *modinfo*(8) command to obtain information about modules in a future proof and compatible fashion rather than touching these files. -# COPYRIGHT - -This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. - # SEE ALSO *depmod*(8), *modprobe*(8) diff --git a/man/rmmod.8.scd b/man/rmmod.8.scd index 66bc8487..923bf53f 100644 --- a/man/rmmod.8.scd +++ b/man/rmmod.8.scd @@ -41,10 +41,6 @@ the next module. This behaviour is NOT controlled by the *--force* option. *-h*, *--help* Print the help message and exit. -# COPYRIGHT - -This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. - # SEE ALSO *modprobe*(8), *insmod*(8), *lsmod*(8), *modinfo*(8), *depmod*(8)