licensecheck: fix detection of multiple licenses
[metze/wireshark/wip.git] / wsutil / cpu_info.h
index 6692ffcbb9b2d38834ab557bdb9d9523f441b5c5..3579576ba7fc648b94cc1a2995a5c41cef74f5d7 100644 (file)
@@ -1,24 +1,11 @@
 /* cpu_info.h
- * Declarations of outines to report information about the CPU on which
- * we're running
+ * Declarations of routines to report CPU information
  *
  * Wireshark - Network traffic analyzer
  * 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 __WSUTIL_CPU_INFO_H__
@@ -30,6 +17,8 @@
 extern "C" {
 #endif /* __cplusplus */
 
+#include "ws_symbol_export.h"
+
 WS_DLL_PUBLIC void get_cpu_info(GString *str);
 
 #ifdef __cplusplus