aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/wsgetopt.h
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-02-02 11:44:16 +0100
committerAnders Broman <a.broman58@gmail.com>2018-02-07 05:34:22 +0000
commit71844ed50a35d8bfb03e10061846f726d7f9af9e (patch)
tree5bbe7566c7f22dd7a6c0f8aacc197fcee2325056 /wsutil/wsgetopt.h
parentc1f37d25c3aafcf6d84e757df849bad5ea184eb6 (diff)
wsutil: use SPDX identifiers.
Change-Id: I4863416ddc425b9138ffa47621eee823db9e7fda Reviewed-on: https://code.wireshark.org/review/25557 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'wsutil/wsgetopt.h')
-rw-r--r--wsutil/wsgetopt.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/wsutil/wsgetopt.h b/wsutil/wsgetopt.h
index b2a981693b..5892416765 100644
--- a/wsutil/wsgetopt.h
+++ b/wsutil/wsgetopt.h
@@ -4,20 +4,7 @@
Free Software Foundation, Inc.
This file is part of the GNU C Library.
- The GNU C Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
-
- The GNU C Library 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
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- */
+ SPDX-License-Identifier: LGPL-2.0-or-later */
#ifndef _GETOPT_H