diff options
author | Alex Shi | 2019-04-01 22:44:43 +0800 |
---|---|---|
committer | Jonathan Corbet | 2019-04-02 09:53:54 -0600 |
commit | da6cfbf90d033f8aed3118a2ff5c3701cc9b4db4 (patch) | |
tree | 84e0449deb50632fd24dcdff5f36d9574108487b | |
parent | 56d75cc22dc15f6e2b7aa6da0f833da10fc7baab (diff) |
docs/zh_CN: redirect license-rules to Chinese doc
The latest license-rules.rst was translated into Chinese. So it's time
to set a link for it.
Also fix typos around SPDX.
Signed-off-by: Alex Shi <alex.shi@linux.alibaba.com>
Signed-off-by: Dust Li <dust.li@linux.alibaba.com>
Cc: Harry Wei <harryxiyou@gmail.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Federico Vaga <federico.vaga@vaga.pv.it>
Cc: SeongJae Park <sj38.park@gmail.com>
Cc: linux-doc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/translations/zh_CN/process/howto.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/translations/zh_CN/process/howto.rst b/Documentation/translations/zh_CN/process/howto.rst index 8b62f7c4104d..980d53e9612c 100644 --- a/Documentation/translations/zh_CN/process/howto.rst +++ b/Documentation/translations/zh_CN/process/howto.rst @@ -62,9 +62,9 @@ Linux内核使用GNU C和GNU工具链开发。虽然它遵循ISO C89标准,但 -------- Linux内核源代码都是在GPL(通用公共许可证)的保护下发布的。要了解这种许可 -的细节请查看源代码主目录下的COPYING文件。Linux内核许可准则和如果使用 -`SPDC <https://spdx.org/>` 标志符说明在文件 -:ref:`Documentation/process/license-rules.rst <kernel_licensing>` +的细节请查看源代码主目录下的COPYING文件。Linux内核许可准则和如何使用 +`SPDX <https://spdx.org/>` 标志符说明在这个文件中 +:ref:`Documentation/translations/zh_CN/process/license-rules.rst <cn_kernel_licensing>` 如果你对它还有更深入问题请联系律师,而不要在Linux内核邮件组上提问。因为 邮件组里的人并不是律师,不要期望他们的话有法律效力。 |