From: Sanjeev Date: Tue, 10 Jan 2017 18:28:40 +0000 (+0800) Subject: Doc: clarify that GPL is GPL v2, not v2+ X-Git-Tag: v4.11-rc1~3^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e57ae44a584f6d574b45d40a036b8c7ddd5d0feb;p=platform%2Fkernel%2Flinux-exynos.git Doc: clarify that GPL is GPL v2, not v2+ ... and a minor missing period at EOL Signed-off-by: Sanjeev Gupta Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/admin-guide/README.rst b/Documentation/admin-guide/README.rst index 1b6dfb2..697a00c 100644 --- a/Documentation/admin-guide/README.rst +++ b/Documentation/admin-guide/README.rst @@ -17,7 +17,7 @@ What is Linux? loading, shared copy-on-write executables, proper memory management, and multistack networking including IPv4 and IPv6. - It is distributed under the GNU General Public License - see the + It is distributed under the GNU General Public License v2 - see the accompanying COPYING file for more details. On what hardware does it run? @@ -236,7 +236,7 @@ Configuring the kernel - Having unnecessary drivers will make the kernel bigger, and can under some circumstances lead to problems: probing for a - nonexistent controller card may confuse your other controllers + nonexistent controller card may confuse your other controllers. - A kernel with math-emulation compiled in will still use the coprocessor if one is present: the math emulation will just