aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissector_filters.h
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-02-08 17:59:17 +0100
committerAnders Broman <a.broman58@gmail.com>2018-02-08 19:29:45 +0000
commit55c68ee69cce06fbe1b9549e27e5ff524bed22fd (patch)
tree9ea6f470a2fe0ff701545246040f0566959d3716 /epan/dissector_filters.h
parentfc082fa2a9908a150fe6c44a63eb0852221c65f6 (diff)
epan: use SPDX indentifiers.
Skipping dissectors dir for now. Change-Id: I717b66bfbc7cc81b83f8c2cbc011fcad643796aa Reviewed-on: https://code.wireshark.org/review/25694 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissector_filters.h')
-rw-r--r--epan/dissector_filters.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/epan/dissector_filters.h b/epan/dissector_filters.h
index 7924e0177b..7f142b4f09 100644
--- a/epan/dissector_filters.h
+++ b/epan/dissector_filters.h
@@ -6,19 +6,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
*/
#ifndef __DISSECTOR_FILTERS_H__