textual: slightly improve two README files

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
This commit is contained in:
Benno Schulenberg 2010-06-20 14:51:44 +02:00 committed by Karel Zak
parent 83ff3782a3
commit 71bbfedfeb
2 changed files with 10 additions and 10 deletions

View File

@ -4,19 +4,19 @@
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

View File

@ -1,6 +1,6 @@
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)
@ -14,7 +14,7 @@ code with:
* 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