ieee80211: extend DMG capabilities element
[metze/wireshark/wip.git] / tools / fixhf.pl
index eaddd56ffa3e718ff76ea735ad8206aadab5435d..6c2a3f0efb5303f71266128cadcd2c62f9fa9a66 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 
-# Copyright 2010, Jeff Morriss <jeff.morriss[AT]ulticom.com>
+# Copyright 2010, Jeff Morriss <jeff.morriss.ws[AT]gmail.com>
 #
 # A simple tool to remove bogus blurbs from hf entries.
 # This has already been run so it may not be necessary any more, but
 # Usage:
 # fixhf.pl file1 [file2 file3 ...]
 #
-# $Id$
-#
 # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 
 use strict;