diff --git a/rteval/rteval_text.xsl b/rteval/rteval_text.xsl index 0ef649b..f526526 100644 --- a/rteval/rteval_text.xsl +++ b/rteval/rteval_text.xsl @@ -1,4 +1,5 @@ <?xml version="1.0"?> +<!-- SPDX-License-Identifier: GPL-2.0-or-later --> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
Add the SPDX-License-Identifier tag to rteval_text.xsl. As this file does not contain direct license references it falls under the project license, i.e., GPL v2 or later. Signed-off-by: Eder Zulian <ezulian@redhat.com> --- rteval/rteval_text.xsl | 1 + 1 file changed, 1 insertion(+)