From a82cf74c15b4bb14c804c4d623f360ee56df3375 Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Tue, 27 Jul 2021 10:10:16 +0800 Subject: [PATCH] Open Software License is not popular. Explicitly refer to OSI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5