aboutsummaryrefslogtreecommitdiffstats
path: root/doc/make-authors-short.pl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/make-authors-short.pl')
-rwxr-xr-xdoc/make-authors-short.pl22
1 files changed, 20 insertions, 2 deletions
diff --git a/doc/make-authors-short.pl b/doc/make-authors-short.pl
index ac96b0c264..229622d995 100755
--- a/doc/make-authors-short.pl
+++ b/doc/make-authors-short.pl
@@ -1,9 +1,27 @@
-# $Id$
-
# Remove tasks from individual author entries from AUTHORS file
# for use in the about dialog.
#
# Must be called via perlnoutf.
+#
+# Copyright 2004 Ulf Lamping <ulf.lamping@web.de>
+#
+# 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;