aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/tnef.c
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-01-19 12:33:53 +0100
committerGerald Combs <gerald@wireshark.org>2018-01-20 17:23:08 +0000
commitc440a24b1b076ef71fbcc33565dbefc3d0d763ed (patch)
tree77c5759fc5b280db3659e1ce0357569ac96d0a51 /wiretap/tnef.c
parent9e3e02f5e5662b4edb4cd273305f82000d84e039 (diff)
wiretap: use SPDX identifiers (partial work).
Change-Id: I28436e003ce7fe31d53e6663f3cc7aca00845e4b Reviewed-on: https://code.wireshark.org/review/25392 Petri-Dish: Dario Lombardo <lomato@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'wiretap/tnef.c')
-rw-r--r--wiretap/tnef.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/wiretap/tnef.c b/wiretap/tnef.c
index c0f1600aa2..95cf6928d8 100644
--- a/wiretap/tnef.c
+++ b/wiretap/tnef.c
@@ -2,19 +2,7 @@
*
* Transport-Neutral Encapsulation Format (TNEF) file reading
*
- * 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"