From: Lucas De Marchi Date: Tue, 23 Jul 2024 18:59:20 +0000 (-0500) Subject: Drop the one line short description on sources X-Git-Tag: v33~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4f659e12a2b08a8bdb9f089b8ce0254c0ff460d;p=thirdparty%2Fkmod.git Drop the one line short description on sources Some are outdated, misleading or just repeat the same thing over and over. Remove them as they are not needed. Reviewed-by: Emil Velikov Link: https://lore.kernel.org/r/20240723185921.1005569-3-lucas.de.marchi@gmail.com Signed-off-by: Lucas De Marchi --- diff --git a/libkmod/libkmod-builtin.c b/libkmod/libkmod-builtin.c index 66f94697..fd0f5492 100644 --- a/libkmod/libkmod-builtin.c +++ b/libkmod/libkmod-builtin.c @@ -1,7 +1,5 @@ // SPDX-License-Identifier: LGPL-2.1-or-later /* - * libkmod - interface to kernel built-in modules - * * Copyright (C) 2019 Alexey Gladkov */ diff --git a/libkmod/libkmod-config.c b/libkmod/libkmod-config.c index af9b93e4..919f4edd 100644 --- a/libkmod/libkmod-config.c +++ b/libkmod/libkmod-config.c @@ -1,7 +1,5 @@ // SPDX-License-Identifier: LGPL-2.1-or-later /* - * libkmod - interface to kernel module operations - * * Copyright (C) 2011-2013 ProFUSION embedded systems * Copyright (C) 2013 Intel Corporation. All rights reserved. */ diff --git a/libkmod/libkmod-elf.c b/libkmod/libkmod-elf.c index 93bf66c9..06a98766 100644 --- a/libkmod/libkmod-elf.c +++ b/libkmod/libkmod-elf.c @@ -1,7 +1,5 @@ // SPDX-License-Identifier: LGPL-2.1-or-later /* - * libkmod - interface to kernel module operations - * * Copyright (C) 2011-2013 ProFUSION embedded systems */ diff --git a/libkmod/libkmod-file.c b/libkmod/libkmod-file.c index 4f189b13..3247ac05 100644 --- a/libkmod/libkmod-file.c +++ b/libkmod/libkmod-file.c @@ -1,7 +1,5 @@ // SPDX-License-Identifier: LGPL-2.1-or-later /* - * libkmod - interface to kernel module operations - * * Copyright (C) 2011-2013 ProFUSION embedded systems */ diff --git a/libkmod/libkmod-index.c b/libkmod/libkmod-index.c index b6245f21..b7f8bd37 100644 --- a/libkmod/libkmod-index.c +++ b/libkmod/libkmod-index.c @@ -1,7 +1,5 @@ // SPDX-License-Identifier: LGPL-2.1-or-later /* - * libkmod - interface to kernel module operations - * * Copyright (C) 2011-2013 ProFUSION embedded systems */ diff --git a/libkmod/libkmod-index.h b/libkmod/libkmod-index.h index 850b5065..5f0657eb 100644 --- a/libkmod/libkmod-index.h +++ b/libkmod/libkmod-index.h @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ /* - * libkmod - interface to kernel module operations - * * Copyright (C) 2011-2013 ProFUSION embedded systems */ diff --git a/libkmod/libkmod-list.c b/libkmod/libkmod-list.c index ad075876..38a3c273 100644 --- a/libkmod/libkmod-list.c +++ b/libkmod/libkmod-list.c @@ -1,7 +1,5 @@ // SPDX-License-Identifier: LGPL-2.1-or-later /* - * libkmod - interface to kernel module operations - * * Copyright (C) 2011-2013 ProFUSION embedded systems */ diff --git a/libkmod/libkmod-module.c b/libkmod/libkmod-module.c index b08393ff..c095e634 100644 --- a/libkmod/libkmod-module.c +++ b/libkmod/libkmod-module.c @@ -1,7 +1,5 @@ // SPDX-License-Identifier: LGPL-2.1-or-later /* - * libkmod - interface to kernel module operations - * * Copyright (C) 2011-2013 ProFUSION embedded systems */ diff --git a/libkmod/libkmod-signature.c b/libkmod/libkmod-signature.c index 7e3b9730..48caf74a 100644 --- a/libkmod/libkmod-signature.c +++ b/libkmod/libkmod-signature.c @@ -1,7 +1,5 @@ // SPDX-License-Identifier: LGPL-2.1-or-later /* - * libkmod - module signature display - * * Copyright (C) 2013 Michal Marek, SUSE */ diff --git a/libkmod/libkmod.c b/libkmod/libkmod.c index 7704cac1..79537165 100644 --- a/libkmod/libkmod.c +++ b/libkmod/libkmod.c @@ -1,7 +1,5 @@ // SPDX-License-Identifier: LGPL-2.1-or-later /* - * libkmod - interface to kernel module operations - * * Copyright (C) 2011-2013 ProFUSION embedded systems */ diff --git a/libkmod/libkmod.h b/libkmod/libkmod.h index b6273a02..f3376f54 100644 --- a/libkmod/libkmod.h +++ b/libkmod/libkmod.h @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ /* - * libkmod - interface to kernel module operations - * * Copyright (C) 2011-2013 ProFUSION embedded systems */ diff --git a/m4/attributes.m4 b/m4/attributes.m4 index 0d07d494..69865eea 100644 --- a/m4/attributes.m4 +++ b/m4/attributes.m4 @@ -1,7 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-or-later WITH Autoconf-exception-macro # -# Macros to check the presence of generic (non-typed) symbols. -# # Copyright (c) 2006-2008 Diego Pettenò # Copyright (c) 2006-2008 xine project # Copyright (c) 2012 Lucas De Marchi diff --git a/shared/array.c b/shared/array.c index 128c9fca..f63ca506 100644 --- a/shared/array.c +++ b/shared/array.c @@ -1,7 +1,5 @@ // SPDX-License-Identifier: LGPL-2.1-or-later /* - * libkmod - interface to kernel module operations - * * Copyright (C) 2011-2013 ProFUSION embedded systems */ diff --git a/shared/hash.c b/shared/hash.c index 9eb87d83..37a83964 100644 --- a/shared/hash.c +++ b/shared/hash.c @@ -1,7 +1,5 @@ // SPDX-License-Identifier: LGPL-2.1-or-later /* - * libkmod - interface to kernel module operations - * * Copyright (C) 2011-2013 ProFUSION embedded systems */ diff --git a/shared/macro.h b/shared/macro.h index e8a890af..d70c0b7a 100644 --- a/shared/macro.h +++ b/shared/macro.h @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ /* - * kmod - interface to kernel module operations - * * Copyright (C) 2011-2013 ProFUSION embedded systems */ #pragma once diff --git a/shared/scratchbuf.c b/shared/scratchbuf.c index e9957554..5c51e4b4 100644 --- a/shared/scratchbuf.c +++ b/shared/scratchbuf.c @@ -1,7 +1,5 @@ // SPDX-License-Identifier: LGPL-2.1-or-later /* - * kmod - interface to kernel module operations - * * Copyright (C) 2016 Intel Corporation. All rights reserved. */ #include "scratchbuf.h" diff --git a/shared/strbuf.c b/shared/strbuf.c index 9a8ebea9..0b631666 100644 --- a/shared/strbuf.c +++ b/shared/strbuf.c @@ -1,7 +1,5 @@ // SPDX-License-Identifier: LGPL-2.1-or-later /* - * libkmod - interface to kernel module operations - * * Copyright (C) 2011-2013 ProFUSION embedded systems * Copyright (C) 2014 Intel Corporation. All rights reserved. */ diff --git a/shared/util.c b/shared/util.c index 5c1afb9b..66a76226 100644 --- a/shared/util.c +++ b/shared/util.c @@ -1,7 +1,5 @@ // SPDX-License-Identifier: LGPL-2.1-or-later /* - * kmod - interface to kernel module operations - * * Copyright (C) 2011-2013 ProFUSION embedded systems * Copyright (C) 2012 Lucas De Marchi * Copyright (C) 2013-2014 Intel Corporation. All rights reserved. diff --git a/shell-completion/bash/kmod b/shell-completion/bash/kmod index 6c66dc32..7dd3d331 100644 --- a/shell-completion/bash/kmod +++ b/shell-completion/bash/kmod @@ -1,8 +1,6 @@ # kmod completion -*- shell-script -*- # SPDX-License-Identifier: LGPL-2.1-or-later # -# This file is part of kmod. -# # Copyright 2010 Ran Benita # Copyright (C) 2013 Intel Corporation. All rights reserved. diff --git a/tools/depmod.c b/tools/depmod.c index 81137210..661cfc42 100644 --- a/tools/depmod.c +++ b/tools/depmod.c @@ -1,7 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-or-later /* - * kmod-depmod - calculate modules.dep using libkmod. - * * Copyright (C) 2011-2013 ProFUSION embedded systems */ diff --git a/tools/insmod.c b/tools/insmod.c index 7c3ed04e..4a1d11d1 100644 --- a/tools/insmod.c +++ b/tools/insmod.c @@ -1,7 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-or-later /* - * kmod-insmod - insert modules into linux kernel using libkmod. - * * Copyright (C) 2011-2013 ProFUSION embedded systems */ diff --git a/tools/kmod.c b/tools/kmod.c index 989d343f..d28ec7ba 100644 --- a/tools/kmod.c +++ b/tools/kmod.c @@ -1,7 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-or-later /* - * kmod - one tool to rule them all - * * Copyright (C) 2011-2013 ProFUSION embedded systems */ diff --git a/tools/kmod.h b/tools/kmod.h index f4d5e135..c3c8683b 100644 --- a/tools/kmod.h +++ b/tools/kmod.h @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * kmod - one tool to rule them all - * * Copyright (C) 2011-2013 ProFUSION embedded systems */ diff --git a/tools/log.c b/tools/log.c index 050ecb2c..e2fe9a7b 100644 --- a/tools/log.c +++ b/tools/log.c @@ -1,7 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-or-later /* - * kmod - log infrastructure - * * Copyright (C) 2012-2013 ProFUSION embedded systems */ diff --git a/tools/log.h b/tools/log.h index 20d39a10..72836be7 100644 --- a/tools/log.h +++ b/tools/log.h @@ -1,7 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-or-later /* - * kmod - log infrastructure - * * Copyright (C) 2012-2013 ProFUSION embedded systems */ diff --git a/tools/lsmod.c b/tools/lsmod.c index 2c2e62ae..323aad69 100644 --- a/tools/lsmod.c +++ b/tools/lsmod.c @@ -1,7 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-or-later /* - * kmod-lsmod - list modules from linux kernel using libkmod. - * * Copyright (C) 2011-2013 ProFUSION embedded systems */