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: AUTOTOOLS:
* "./autogen.sh" generates all necessary files (run it after checkout from * "./autogen.sh" generates all files needed to compile and install the code
git) (run it after checkout from git)
* "make distclean" removes all unnecessary files, but code is still possible * "make distclean" removes all unnecessary files, but the code can still be
recompile by "./configure; make" recompiled with "./configure; make"
* "make dist-gzip" (or -bzip2) creates tarball which is possible use without * "make dist-gzip" (or -bzip2) creates a tarball that can be configured and
autogen.sh compiled without running "./autogen.sh"
PATCHES: 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) (see the AUTHORS file)
* diff -u * diff -u

View File

@ -1,6 +1,6 @@
The project utils-linux-ng doesn't use same license for all code. There are The project util-linux-ng doesn't use the same license for all of the code.
code with: There is code under:
* GPLv3+ (GNU General Public License version 3, or any later version) * GPLv3+ (GNU General Public License version 3, or any later version)
@ -14,7 +14,7 @@ code with:
* Public Domain * 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. of each source file.
The /COPYING file (GPLv2+) is the default license for code without an explicitly The /COPYING file (GPLv2+) is the default license for code without an explicitly