tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / tools / mi / validate_xml.c
index e3c6350902d444dce687afdcd6a76fadb7705707..eafe8b779915ec5852fa00685104fbd757a04e1c 100644 (file)
@@ -1,19 +1,8 @@
 /*
- * Copyright (C) 2014  Jonathan Rajotte <jonathan.r.julien@gmail.com>
+ * Copyright (C) 2014 Jonathan Rajotte <jonathan.r.julien@gmail.com>
  *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; version 2.1 of
- * the License.
+ * SPDX-License-Identifier: LGPL-2.1-only
  *
- * This library 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
  /*
@@ -22,7 +11,6 @@
   * argv[2] Path to the XML to be validated
   */
 
-#define _GNU_SOURCE
 #include <assert.h>
 #include <ctype.h>
 #include <stdio.h>
@@ -163,7 +151,7 @@ end:
 int main(int argc, char **argv, char *env[])
 {
        int ret;
-       struct validation_ctx ctx;
+       struct validation_ctx ctx = { 0 };
 
        /* Check if we have all argument */
        if (argc < 3) {
This page took 0.025635 seconds and 5 git commands to generate.