aboutsummaryrefslogtreecommitdiffstats
path: root/doc/make-authors-format.pl
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2014-02-08 09:29:10 -0500
committerEvan Huus <eapache@gmail.com>2014-02-08 16:51:42 +0000
commit3fd9a5e6136b4ada0904b632b6ea4082f6401ed4 (patch)
treebc11f43236dc5c9168d8254727b8563e2157d476 /doc/make-authors-format.pl
parent183e0385ea00a30e487e779988be7c245a4662f3 (diff)
Licensecheck improvements, just two errors left.
Spawned from https://www.wireshark.org/lists/wireshark-dev/201402/msg00024.html Add some ignore rules for files that can't/shouldn't include a license header. Reorganize some ignore rules to group rules with similar motivations. Add a header to autogen.sh and attribute it to just "The Wireshark Authors" since while Gilbert wrote the original version it's gone through so many changes over the years that sorting out proper authorship is unnecessarily complex. Add headers to Graeme Hewson's two files as verified by private email, and update his address in the AUTHORS file per his request. Add header to one of Ulf Lamping's files, as verified by private email. Only remaining problem is the reedsolomon code. Change-Id: Ifb7de8c4b4d79012553e29d459a0145d39f51df5 Reviewed-on: https://code.wireshark.org/review/145 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'doc/make-authors-format.pl')
-rwxr-xr-xdoc/make-authors-format.pl22
1 files changed, 20 insertions, 2 deletions
diff --git a/doc/make-authors-format.pl b/doc/make-authors-format.pl
index 8c325d2d87..763b3e3984 100755
--- a/doc/make-authors-format.pl
+++ b/doc/make-authors-format.pl
@@ -1,9 +1,27 @@
-# $Id$
-
# Convert AUTHORS-SHORT file for use in man page and HTML documentation
# after processing through pod2man and pod2html.
#
# Must be called via perlnoutf.
+#
+# Copyright 2004 Graeme Hewson <ghewson@wormhole.me.uk>
+#
+# 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.
use strict;