summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenno Schulenberg2010-06-20 14:51:44 +0200
committerKarel Zak2010-06-30 12:51:36 +0200
commit71bbfedfeb383722833b7d3ad717167d8adef92c (patch)
treef6ca07eab047045f8ecc95c95e49f2c320692947
parentmkswap: tweak the man page (diff)
downloadkernel-qcow2-util-linux-71bbfedfeb383722833b7d3ad717167d8adef92c.tar.gz
kernel-qcow2-util-linux-71bbfedfeb383722833b7d3ad717167d8adef92c.tar.xz
kernel-qcow2-util-linux-71bbfedfeb383722833b7d3ad717167d8adef92c.zip
textual: slightly improve two README files
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
-rw-r--r--README.devel14
-rw-r--r--README.licensing6
2 files changed, 10 insertions, 10 deletions
diff --git a/README.devel b/README.devel
index d8135743e..3ffc9c08a 100644
--- a/README.devel
+++ b/README.devel
@@ -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
diff --git a/README.licensing b/README.licensing
index 0f4fef08d..6beb96eb0 100644
--- a/README.licensing
+++ b/README.licensing
@@ -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