Skip to content
Snippets Groups Projects
Unverified Commit b4486611 authored by Alex Gaynor's avatar Alex Gaynor Committed by GitHub
Browse files

Mark kernel modules as being authored by everyone (#157)

parent bcde3a35
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ impl Drop for HelloWorldModule {
linux_kernel_module::kernel_module!(
HelloWorldModule,
author: "Alex Gaynor and Geoffrey Thomas",
author: "Fish in a Barrel Contributors",
description: "An extremely simple kernel module",
license: "GPL"
);
......@@ -21,7 +21,7 @@ impl linux_kernel_module::KernelModule for ChrdevRegionAllocationTestModule {
linux_kernel_module::kernel_module!(
ChrdevRegionAllocationTestModule,
author: "Alex Gaynor and Geoffrey Thomas",
author: "Fish in a Barrel Contributors",
description: "A module for testing character device region allocation",
license: "GPL"
);
......@@ -68,7 +68,7 @@ impl linux_kernel_module::KernelModule for ChrdevTestModule {
linux_kernel_module::kernel_module!(
ChrdevTestModule,
author: "Alex Gaynor and Geoffrey Thomas",
author: "Fish in a Barrel Contributors",
description: "A module for testing character devices",
license: "GPL"
);
......@@ -17,7 +17,7 @@ impl linux_kernel_module::KernelModule for PrintkTestModule {
linux_kernel_module::kernel_module!(
PrintkTestModule,
author: "Alex Gaynor and Geoffrey Thomas",
author: "Fish in a Barrel Contributors",
description: "A module for testing println!()",
license: "GPL"
);
......@@ -39,7 +39,7 @@ impl Drop for SysctlGetTestModule {
linux_kernel_module::kernel_module!(
SysctlGetTestModule,
author: "Alex Gaynor and Geoffrey Thomas",
author: "Fish in a Barrel Contributors",
description: "A module for testing sysctls",
license: "GPL"
);
......@@ -34,7 +34,7 @@ impl linux_kernel_module::KernelModule for SysctlTestModule {
linux_kernel_module::kernel_module!(
SysctlTestModule,
author: "Alex Gaynor and Geoffrey Thomas",
author: "Fish in a Barrel Contributors",
description: "A module for testing sysctls",
license: "GPL"
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment