aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/interface.h')
-rw-r--r--wsutil/interface.h20
1 files changed, 4 insertions, 16 deletions
diff --git a/wsutil/interface.h b/wsutil/interface.h
index 80205f4ea0..0962f039cf 100644
--- a/wsutil/interface.h
+++ b/wsutil/interface.h
@@ -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+
*/
#ifndef _INTERFACE_H
@@ -39,10 +27,10 @@ GSList* local_interfaces_to_list(void);
*
* Local variables:
* c-basic-offset: 4
- * tab-width: 4
+ * tab-width: 8
* indent-tabs-mode: t
* End:
*
- * vi: set shiftwidth=4 tabstop=4 noexpandtab:
- * :indentSize=4:tabSize=4:noTabs=false:
+ * vi: set shiftwidth=4 tabstop=8 noexpandtab:
+ * :indentSize=4:tabSize=8:noTabs=false:
*/