docs: it: license-rules.rst: get rid of warnings

There's a wrong identation on a code block, and it tries to use
a reference that was not defined at the Italian translation.

    Documentation/translations/it_IT/process/license-rules.rst:329: WARNING: Literal block expected; none found.
    Documentation/translations/it_IT/process/license-rules.rst:332: WARNING: Unexpected indentation.
    Documentation/translations/it_IT/process/license-rules.rst:339: WARNING: Block quote ends without a blank line; unexpected unindent.
    Documentation/translations/it_IT/process/license-rules.rst:341: WARNING: Unexpected indentation.
    Documentation/translations/it_IT/process/license-rules.rst:305: WARNING: Unknown target name: "metatags".

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Reviewed-by: Federico Vaga <federico.vaga@vaga.pv.it>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
Mauro Carvalho Chehab 2019-06-07 15:54:25 -03:00 committed by Jonathan Corbet
parent d0727cc650
commit ea0ad8763b

View File

@ -303,7 +303,7 @@ essere categorizzate in:
LICENSES/dual LICENSES/dual
I file in questa cartella contengono il testo completo della rispettiva I file in questa cartella contengono il testo completo della rispettiva
licenza e i suoi `Metatags`_. I nomi dei file sono identici agli licenza e i suoi `Metatag`_. I nomi dei file sono identici agli
identificatori di licenza SPDX che dovrebbero essere usati nei file identificatori di licenza SPDX che dovrebbero essere usati nei file
sorgenti. sorgenti.
@ -326,19 +326,19 @@ essere categorizzate in:
Esempio del formato del file:: Esempio del formato del file::
Valid-License-Identifier: MPL-1.1 Valid-License-Identifier: MPL-1.1
SPDX-URL: https://spdx.org/licenses/MPL-1.1.html SPDX-URL: https://spdx.org/licenses/MPL-1.1.html
Usage-Guide: Usage-Guide:
Do NOT use. The MPL-1.1 is not GPL2 compatible. It may only be used for Do NOT use. The MPL-1.1 is not GPL2 compatible. It may only be used for
dual-licensed files where the other license is GPL2 compatible. dual-licensed files where the other license is GPL2 compatible.
If you end up using this it MUST be used together with a GPL2 compatible If you end up using this it MUST be used together with a GPL2 compatible
license using "OR". license using "OR".
To use the Mozilla Public License version 1.1 put the following SPDX To use the Mozilla Public License version 1.1 put the following SPDX
tag/value pair into a comment according to the placement guidelines in tag/value pair into a comment according to the placement guidelines in
the licensing rules documentation: the licensing rules documentation:
SPDX-License-Identifier: MPL-1.1 SPDX-License-Identifier: MPL-1.1
License-Text: License-Text:
Full license text Full license text
| |