@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (C) 2009 Red Hat Inc.
*
@@ -6,14 +7,6 @@
* Parses summary.xml reports from rteval into a standardised XML format
* which is useful when putting data into a database.
*
- * This application is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the Free
- * Software Foundation; version 2.
- *
- * This application is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
*/
/**
Replace GPL boilerplate with SPDX-License-Identifier tag in xmlparser.c. Signed-off-by: Eder Zulian <ezulian@redhat.com> --- server/parser/xmlparser.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-)