Emphasize on the license terms

This commit is contained in:
Jim Huang 2021-07-22 06:39:22 +08:00
parent 2246e20809
commit 936d82fad7

View File

@ -7,7 +7,7 @@ The original guide may be found at http://www.tldp.org/LDP/lkmpg/
## License ## License
The work is released under the Open Software License (OSL) 3.0. 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.
Use of this work is governed by a copyleft license that can be found in the LICENSE file. 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. The complementary sample code is licensed under GNU GPL version 2, as same as Linux kernel.