diff options
author | Dario Lombardo <lomato@gmail.com> | 2018-02-02 12:00:51 +0100 |
---|---|---|
committer | Michael Mann <mmann78@netscape.net> | 2018-02-02 13:40:28 +0000 |
commit | 819b8174a909db13a36637ede5835e29aa2efe8f (patch) | |
tree | 841f2e2c0068414bde0addd032b11eb8db49124b /ui/cli/tap-sv.c | |
parent | d93db54dc0dcdbf4931e3b491de6232f844f8629 (diff) | |
download | wireshark-819b8174a909db13a36637ede5835e29aa2efe8f.tar.gz wireshark-819b8174a909db13a36637ede5835e29aa2efe8f.tar.bz2 wireshark-819b8174a909db13a36637ede5835e29aa2efe8f.zip |
cli: use SPDX identifiers.
Change-Id: I7ce9b2a32f4ddad93ca1d9697c2a76b067f9e5f7
Reviewed-on: https://code.wireshark.org/review/25564
Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'ui/cli/tap-sv.c')
-rw-r--r-- | ui/cli/tap-sv.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/ui/cli/tap-sv.c b/ui/cli/tap-sv.c index c7a43ef294..6ec6ee4f0a 100644 --- a/ui/cli/tap-sv.c +++ b/ui/cli/tap-sv.c @@ -5,20 +5,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" |