aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-02-07 13:20:20 +0100
committerAnders Broman <a.broman58@gmail.com>2018-02-08 16:15:31 +0000
commitec2d31049f2236746b238cc5682081ea3151a7cf (patch)
tree16890ace668b1a626e669ae58287459bc2857f68 /debian
parent8cd389e16166fa4c075fbddfe69f26653a0169b3 (diff)
debian: use SPDX identifiers.
Change-Id: Ib9e31d1fe917557a5e5c8bf6002afc2438c0baf4 Reviewed-on: https://code.wireshark.org/review/25662 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/headers-check.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/debian/headers-check.c b/debian/headers-check.c
index c4bd1d8e9d..0cc885ab25 100644
--- a/debian/headers-check.c
+++ b/debian/headers-check.c
@@ -7,19 +7,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 <wireshark/config.h>