aboutsummaryrefslogtreecommitdiffstats
path: root/epan/capture_dissectors.c
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-02-12 14:07:48 +0100
committerAnders Broman <a.broman58@gmail.com>2018-02-13 13:57:30 +0000
commit765015131124bd54492bbda11aadb75a1fa3b60f (patch)
tree98801d4bda07a2a41ae1bc29f77abebd0da6d9fb /epan/capture_dissectors.c
parent3db1c064045cb496a31adf5a2bc2faddaff4bdad (diff)
more SPDX convertions.
Change-Id: I6b8404c28b31a81767a3b64ffe9ba96156c4c217 Reviewed-on: https://code.wireshark.org/review/25757 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/capture_dissectors.c')
-rw-r--r--epan/capture_dissectors.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/epan/capture_dissectors.c b/epan/capture_dissectors.c
index c837461082..7ffc3d2def 100644
--- a/epan/capture_dissectors.c
+++ b/epan/capture_dissectors.c
@@ -5,19 +5,7 @@
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 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-or-later
*/
#include "config.h"