diff --git a/rteval/rteval_dmi.xsl b/rteval/rteval_dmi.xsl index 4f77d61..292c2ad 100644 --- a/rteval/rteval_dmi.xsl +++ b/rteval/rteval_dmi.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="xml" version="1.0" encoding="UTF-8" indent="yes"/>
Add the SPDX-License-Identifier tag to rteval_dmi.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_dmi.xsl | 1 + 1 file changed, 1 insertion(+)