From: Lucas De Marchi Date: Sat, 13 Dec 2014 13:55:05 +0000 (-0200) Subject: README: move mailing list information to top X-Git-Tag: v20~92 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1dd4ff56f62942243e0959c4f274bf0f1f601ae6;p=thirdparty%2Fkmod.git 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. --- 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 ====================================