From: Jim Huang Date: Tue, 27 Jul 2021 02:10:16 +0000 (+0800) Subject: Open Software License is not popular. Explicitly refer to OSI X-Git-Tag: latest~227 X-Git-Url: https://www.ivnss.com/gitweb/?a=commitdiff_plain;h=a82cf74c15b4bb14c804c4d623f360ee56df3375;p=lkmpg Open Software License is not popular. Explicitly refer to OSI --- diff --git a/README.md b/README.md index a5c30b5..c036583 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The original guide may be found at http://www.tldp.org/LDP/lkmpg/ ## License -The Linux Kernel Module Programming Guide is a free book; you may reproduce and/or modify it under the terms of the Open Software License. +The Linux Kernel Module Programming Guide is a free book; you may reproduce and/or modify it under the terms of the [Open Software License](https://opensource.org/licenses/OSL-3.0). Use of this work is governed by a copyleft license that can be found in the `LICENSE` file. The complementary sample code is licensed under GNU GPL version 2, as same as Linux kernel.