diff options
author | Dario Lombardo <lomato@gmail.com> | 2018-02-08 17:59:17 +0100 |
---|---|---|
committer | Anders Broman <a.broman58@gmail.com> | 2018-02-08 19:29:45 +0000 |
commit | 55c68ee69cce06fbe1b9549e27e5ff524bed22fd (patch) | |
tree | 9ea6f470a2fe0ff701545246040f0566959d3716 /epan/arcnet_pids.h | |
parent | fc082fa2a9908a150fe6c44a63eb0852221c65f6 (diff) | |
download | wireshark-55c68ee69cce06fbe1b9549e27e5ff524bed22fd.tar.gz wireshark-55c68ee69cce06fbe1b9549e27e5ff524bed22fd.tar.bz2 wireshark-55c68ee69cce06fbe1b9549e27e5ff524bed22fd.zip |
epan: use SPDX indentifiers.
Skipping dissectors dir for now.
Change-Id: I717b66bfbc7cc81b83f8c2cbc011fcad643796aa
Reviewed-on: https://code.wireshark.org/review/25694
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/arcnet_pids.h')
-rw-r--r-- | epan/arcnet_pids.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/epan/arcnet_pids.h b/epan/arcnet_pids.h index e16c349d72..4fc137c171 100644 --- a/epan/arcnet_pids.h +++ b/epan/arcnet_pids.h @@ -6,19 +6,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 */ #ifndef __ARCNET_PIDS_H__ |