aboutsummaryrefslogtreecommitdiffstats
path: root/randpkt_core
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-02-02 11:53:50 +0100
committerMichael Mann <mmann78@netscape.net>2018-02-02 13:38:36 +0000
commit45e7297c3ae900a8149d4b7ad27aa43e4b53640f (patch)
tree8691f17cfa926d4ce28fc3d8529dd3e655aa76b3 /randpkt_core
parent016e407702a7b0e308d4beb9aff8cdd4e9291806 (diff)
randpkt_core: use SPDX identifiers.
Change-Id: I3b8bb17c0c679533cc5281aaf18881e859fe7cf6 Reviewed-on: https://code.wireshark.org/review/25561 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'randpkt_core')
-rw-r--r--randpkt_core/randpkt_core.c15
-rw-r--r--randpkt_core/randpkt_core.h15
2 files changed, 2 insertions, 28 deletions
diff --git a/randpkt_core/randpkt_core.c b/randpkt_core/randpkt_core.c
index 04cf8a14e6..70769a4551 100644
--- a/randpkt_core/randpkt_core.c
+++ b/randpkt_core/randpkt_core.c
@@ -6,20 +6,7 @@
*
* Copyright (C) 1999 by Gilbert Ramirez <gram@alumni.rice.edu>
*
- * This program 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; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- */
+ * SPDX-License-Identifier: GPL-2.0+*/
#include <config.h>
diff --git a/randpkt_core/randpkt_core.h b/randpkt_core/randpkt_core.h
index 36764764e8..c977b66996 100644
--- a/randpkt_core/randpkt_core.h
+++ b/randpkt_core/randpkt_core.h
@@ -6,20 +6,7 @@
*
* Copyright (C) 1999 by Gilbert Ramirez <gram@alumni.rice.edu>
*
- * This program 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; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- */
+ * SPDX-License-Identifier: GPL-2.0+*/
#ifndef __RANDPKT_CORE_H__
#define __RANDPKT_CORE_H__