From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,UNPARSEABLE_RELAY, URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BFD64C43381 for ; Wed, 27 Mar 2019 13:04:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 905772146F for ; Wed, 27 Mar 2019 13:04:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730396AbfC0NCf (ORCPT ); Wed, 27 Mar 2019 09:02:35 -0400 Received: from out30-43.freemail.mail.aliyun.com ([115.124.30.43]:38219 "EHLO out30-43.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729916AbfC0NC2 (ORCPT ); Wed, 27 Mar 2019 09:02:28 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R361e4;CH=green;DM=||false|;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01f04446;MF=alex.shi@linux.alibaba.com;NM=1;PH=DS;RN=6;SR=0;TI=SMTPD_---0TNmpMY7_1553691745; Received: from localhost(mailfrom:alex.shi@linux.alibaba.com fp:SMTPD_---0TNmpMY7_1553691745) by smtp.aliyun-inc.com(127.0.0.1); Wed, 27 Mar 2019 21:02:25 +0800 From: Alex Shi To: alex.shi@linux.alibaba.com, harryxiyou@gmail.com, corbet@lwn.net, leoyang.li@nxp.com, linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org Subject: [PATCH 22/42] docs/zh_CN: include Chinese translation header for license-rules Date: Wed, 27 Mar 2019 21:01:28 +0800 Message-Id: <20190327130148.3258-23-alex.shi@linux.alibaba.com> X-Mailer: git-send-email 2.19.1.856.g8858448bb In-Reply-To: <20190327130148.3258-1-alex.shi@linux.alibaba.com> References: <20190327130148.3258-1-alex.shi@linux.alibaba.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Enable the Chinese translation disclaimer and translator info. Signed-off-by: Alex Shi Cc: Harry Wei Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- Documentation/translations/zh_CN/process/license-rules.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Documentation/translations/zh_CN/process/license-rules.rst b/Documentation/translations/zh_CN/process/license-rules.rst index 17ccba78962d..30c272b2a292 100644 --- a/Documentation/translations/zh_CN/process/license-rules.rst +++ b/Documentation/translations/zh_CN/process/license-rules.rst @@ -1,6 +1,11 @@ .. SPDX-License-Identifier: GPL-2.0 -.. _kernel_licensing: +.. include:: ../disclaimer-zh_CN.rst + +:Original: :ref:`Documentation/process/license-rules.rst ` +:Translator: Alex Shi + +.. _cn_kernel_licensing: Linux内核许可规则 ================= -- 2.19.1.856.g8858448bb