AUTOTOOLS:
- * "./autogen.sh" generates all necessary files (run it after checkout from
- git)
+ * "./autogen.sh" generates all files needed to compile and install the code
+ (run it after checkout from git)
- * "make distclean" removes all unnecessary files, but code is still possible
- recompile by "./configure; make"
+ * "make distclean" removes all unnecessary files, but the code can still be
+ recompiled with "./configure; make"
- * "make dist-gzip" (or -bzip2) creates tarball which is possible use without
- autogen.sh
+ * "make dist-gzip" (or -bzip2) creates a tarball that can be configured and
+ compiled without running "./autogen.sh"
PATCHES:
- * send your patches to the mailing list or to upstream maintainer
+ * send your patches to the mailing list or to the upstream maintainer
(see the AUTHORS file)
* diff -u
-The project utils-linux-ng doesn't use same license for all code. There are
-code with:
+The project util-linux-ng doesn't use the same license for all of the code.
+There is code under:
* GPLv3+ (GNU General Public License version 3, or any later version)
* Public Domain
-Please, check source code for more details. A license is usually at the start
+Please, check the source code for more details. A license is usually at the start
of each source file.
The /COPYING file (GPLv2+) is the default license for code without an explicitly