aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/ssh-base.c
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2017-11-12 16:01:34 +0100
committerAnders Broman <a.broman58@gmail.com>2017-11-12 18:27:24 +0000
commit66b5afa2168e6957dd5f4b55b00b65bde4a35693 (patch)
treefb15e539a1e43f2f360917390a22105f6eac006e /extcap/ssh-base.c
parent2b03b41bd0a894576b59c2dc6bf1d581c970cf16 (diff)
extcap: use SPDX identifiers for licences.
Change-Id: Id56687f86f4c60494dad0b6d58550ee45b0b203c Reviewed-on: https://code.wireshark.org/review/24381 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'extcap/ssh-base.c')
-rw-r--r--extcap/ssh-base.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/extcap/ssh-base.c b/extcap/ssh-base.c
index f1961dc996..1799887d90 100644
--- a/extcap/ssh-base.c
+++ b/extcap/ssh-base.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+
*/
#include "config.h"