aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/popcount.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-12-09 22:24:10 -0500
committerMichael Mann <mmann78@netscape.net>2017-12-10 04:36:29 +0000
commit3d673da88c5ff4e56cbb3cf713b8c49704e62923 (patch)
tree493ec15b506078348aacda5f51fbc8eaf1aa851f /wsutil/popcount.c
parent8225159e336610c25fb4d4129b0be156ed487c49 (diff)
Convert to using use SPDX identifier on wsutil directory
Change-Id: Id73e641499e75bc1afc1dea29682418156f461fe Reviewed-on: https://code.wireshark.org/review/24751 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'wsutil/popcount.c')
-rw-r--r--wsutil/popcount.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/wsutil/popcount.c b/wsutil/popcount.c
index 04a0ade032..3418e61de0 100644
--- a/wsutil/popcount.c
+++ b/wsutil/popcount.c
@@ -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+
*/
#include "config.h"