howto.rst (6e2d6b2728fcb408eabd7991804f8cb33ff59f20) howto.rst (9799445af124c2476c7e0cc5432375348b6a4724)
1HOWTO do Linux kernel development
2=================================
3
4This is the be-all, end-all document on this topic. It contains
5instructions on how to become a Linux kernel developer and how to learn
6to work with the Linux kernel development community. It tries to not
7contain anything related to the technical aspects of kernel programming,
8but will help point you in the right direction for that.

--- 43 unchanged lines hidden (view full) ---

52possible about these standards ahead of time, as they are well
53documented; do not expect people to adapt to you or your company's way
54of doing things.
55
56
57Legal Issues
58------------
59
1HOWTO do Linux kernel development
2=================================
3
4This is the be-all, end-all document on this topic. It contains
5instructions on how to become a Linux kernel developer and how to learn
6to work with the Linux kernel development community. It tries to not
7contain anything related to the technical aspects of kernel programming,
8but will help point you in the right direction for that.

--- 43 unchanged lines hidden (view full) ---

52possible about these standards ahead of time, as they are well
53documented; do not expect people to adapt to you or your company's way
54of doing things.
55
56
57Legal Issues
58------------
59
60The Linux kernel source code is released under the GPL. Please see the
61file, COPYING, in the main directory of the source tree, for details on
62the license. If you have further questions about the license, please
63contact a lawyer, and do not ask on the Linux kernel mailing list. The
64people on the mailing lists are not lawyers, and you should not rely on
65their statements on legal matters.
60The Linux kernel source code is released under the GPL. Please see the file
61COPYING in the main directory of the source tree. The Linux kernel licensing
62rules and how to use `SPDX <https://spdx.org/>`_ identifiers in source code are
63descibed in :ref:`Documentation/process/license-rules.rst <kernel_licensing>`.
64If you have further questions about the license, please contact a lawyer, and do
65not ask on the Linux kernel mailing list. The people on the mailing lists are
66not lawyers, and you should not rely on their statements on legal matters.
66
67For common questions and answers about the GPL, please see:
68
69 https://www.gnu.org/licenses/gpl-faq.html
70
71
72Documentation
73-------------

--- 562 unchanged lines hidden ---
67
68For common questions and answers about the GPL, please see:
69
70 https://www.gnu.org/licenses/gpl-faq.html
71
72
73Documentation
74-------------

--- 562 unchanged lines hidden ---