diff options
author | Min-Hua Chen <minhuadotchen@gmail.com> | 2023-10-12 07:37:56 +0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-10-22 20:27:02 -0600 |
commit | eda5a18efa99f51f0dbff3209684a57532c93f23 (patch) | |
tree | c97c043aba7f8fde2098a39f243a20482565d25e /Documentation/translations | |
parent | 4c38b676d688844668afb4e688a60bfae66feba0 (diff) | |
download | linux-eda5a18efa99f51f0dbff3209684a57532c93f23.tar.gz linux-eda5a18efa99f51f0dbff3209684a57532c93f23.tar.bz2 linux-eda5a18efa99f51f0dbff3209684a57532c93f23.zip |
docs: sparse: add SPDX-License-Identifier
Add SPDX-License-Identifier to fix the checkpatch warning:
WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1
\#26: FILE: Documentation/translations/zh_TW/dev-tools/index.rst:1:
+.. include:: ../disclaimer-zh_TW.rst
Signed-off-by: Min-Hua Chen <minhuadotchen@gmail.com>
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202310110859.tumJoXFl-lkp@intel.com/
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20231011233757.181652-1-minhuadotchen@gmail.com>
Diffstat (limited to 'Documentation/translations')
-rw-r--r-- | Documentation/translations/zh_TW/dev-tools/index.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/translations/zh_TW/dev-tools/index.rst b/Documentation/translations/zh_TW/dev-tools/index.rst index 565e3868cc7a..0d38e5f80e54 100644 --- a/Documentation/translations/zh_TW/dev-tools/index.rst +++ b/Documentation/translations/zh_TW/dev-tools/index.rst @@ -1,3 +1,5 @@ +.. SPDX-License-Identifier: GPL-2.0 + .. include:: ../disclaimer-zh_TW.rst :Original: Documentation/dev-tools/index.rst |