aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_address.c
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-02-08 17:33:09 +0100
committerAnders Broman <a.broman58@gmail.com>2018-02-09 12:31:21 +0000
commitff6e2fbb1bd49e0e6d1f748092eb0d3102262689 (patch)
tree9ca2ccef6daf6dd0c36279990835029a6afd870f /epan/wslua/wslua_address.c
parent99e645bfdb48349c3adcbe1fe22b97ef801c944b (diff)
wslua: use SPDX identifiers.
Change-Id: I80d9d4e3ffc25eebf09e6ef693c378b77554e1b8 Reviewed-on: https://code.wireshark.org/review/25693 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/wslua/wslua_address.c')
-rw-r--r--epan/wslua/wslua_address.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/epan/wslua/wslua_address.c b/epan/wslua/wslua_address.c
index 008f3c769b..04bb6e5102 100644
--- a/epan/wslua/wslua_address.c
+++ b/epan/wslua/wslua_address.c
@@ -12,19 +12,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"