aboutsummaryrefslogtreecommitdiffstats
path: root/caputils/capture_wpcap_packet.c
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-02-02 11:50:31 +0100
committerAnders Broman <a.broman58@gmail.com>2018-02-07 06:29:48 +0000
commit908e25d5aaba5496e73940709e921f45870b849e (patch)
tree7a17eb55f0caf2c41406335d3d71eb8ae93c6588 /caputils/capture_wpcap_packet.c
parent782054c2d54d5d4bc79c602ee01b5f79a4941662 (diff)
caputils: use SPDX identifiers.
Change-Id: I7c30002025c31a74dfa60c10ca7f7c0dd384e1c9 Reviewed-on: https://code.wireshark.org/review/25559 Petri-Dish: Dario Lombardo <lomato@gmail.com> Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'caputils/capture_wpcap_packet.c')
-rw-r--r--caputils/capture_wpcap_packet.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/caputils/capture_wpcap_packet.c b/caputils/capture_wpcap_packet.c
index 50a1b4aaf6..d1d4411e9b 100644
--- a/caputils/capture_wpcap_packet.c
+++ b/caputils/capture_wpcap_packet.c
@@ -8,20 +8,7 @@
* By Gerald Combs <gerald@wireshark.org>
* Copyright 2001 Gerald Combs
*
- * 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"