diff options
author | Dario Lombardo <lomato@gmail.com> | 2018-01-19 15:34:23 +0100 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2018-01-20 17:17:58 +0000 |
commit | 9e3e02f5e5662b4edb4cd273305f82000d84e039 (patch) | |
tree | 6cded9e24981d68f71d52ec400a6729c8bd5cb08 /wiretap/packetlogger.c | |
parent | 731a901a3e25839ef3e0d89a0a21edc69ae474df (diff) | |
download | wireshark-9e3e02f5e5662b4edb4cd273305f82000d84e039.tar.gz wireshark-9e3e02f5e5662b4edb4cd273305f82000d84e039.tar.bz2 wireshark-9e3e02f5e5662b4edb4cd273305f82000d84e039.zip |
wiretap: more SPDX license convertions.
Change-Id: I12695d0713b1d7fe58f09b2037303fab523085e9
Reviewed-on: https://code.wireshark.org/review/25394
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'wiretap/packetlogger.c')
-rw-r--r-- | wiretap/packetlogger.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/wiretap/packetlogger.c b/wiretap/packetlogger.c index 909371543b..c8d8b80e3c 100644 --- a/wiretap/packetlogger.c +++ b/wiretap/packetlogger.c @@ -9,21 +9,7 @@ * Based on commview.c, Linux's BlueZ-Gnome Analyzer program and hexdumps of * the output files from Apple's PacketLogger tool. * - * 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" |