From 1dd4ff56f62942243e0959c4f274bf0f1f601ae6 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Sat, 13 Dec 2014 11:55:05 -0200 Subject: [PATCH] README: move mailing list information to top It seems people are missing the information about the mailing list, so let's move it to the top in hope it's more visible. --- README | 49 +++++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/README b/README index 920cac3b..c28ff538 100644 --- a/README +++ b/README @@ -1,5 +1,30 @@ kmod - Linux kernel module handling +Information +=========== + +Mailing list: + linux-modules@vger.kernel.org (no subscription needed) + +Signed packages: + http://www.kernel.org/pub/linux/utils/kernel/kmod/ + +Git: + git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git + http://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git + https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git + +Gitweb: + http://git.kernel.org/?p=utils/kernel/kmod/kmod.git + +Irc: + #kmod on irc.freenode.org + +License: + LGPLv2.1+ for libkmod, testsuite and helper libraries + GPLv2+ for tools/* + + OVERVIEW ======== @@ -40,30 +65,6 @@ flags, you just need to run 'bootstrap-configure'. Make sure to read the CODING-STYLE file and the other READMEs: libkmod/README and testsuite/README. -Information -=========== - -Signed packages: - http://www.kernel.org/pub/linux/utils/kernel/kmod/ - -Mailing list: - linux-modules@vger.kernel.org (no subscription needed) - -Git: - git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git - http://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git - https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git - -Gitweb: - http://git.kernel.org/?p=utils/kernel/kmod/kmod.git - -Irc: - #kmod on irc.freenode.org - -License: - LGPLv2.1+ for libkmod, testsuite and helper libraries - GPLv2+ for tools/* - Compatibility with module-init-tools ==================================== -- 2.47.2