]> git.droids-corp.org - dpdk.git/blobdiff - buildtools/pmdinfogen/pmdinfogen.c
net/txgbe: add L2 tunnel filter init and uninit
[dpdk.git] / buildtools / pmdinfogen / pmdinfogen.c
index 0f35ca46bb0bc4ef75d34fcdd2e9a26d3026adea..a68d1ea99922319aeaf915a753f6d4ba761820d9 100644 (file)
@@ -1,14 +1,10 @@
-/* Postprocess pmd object files to export hw support
+/* SPDX-License-Identifier: GPL-2.0
+ * Postprocess pmd object files to export hw support
  *
  * Copyright 2016 Neil Horman <nhorman@tuxdriver.com>
  * Based in part on modpost.c from the linux kernel
- *
- * This software may be used and distributed according to the terms
- * of the GNU General Public License V2, incorporated herein by reference.
- *
  */
 
-#define _GNU_SOURCE
 #include <stdio.h>
 #include <ctype.h>
 #include <string.h>