From 2693e1243e9aafe3d4ed56e552e1fbe8aa409396 Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Wed, 9 Oct 2013 17:30:50 +0000 Subject: Add some license headers after emailing the respective authors to confirm. svn path=/trunk/; revision=52471 --- help/faq.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'help') diff --git a/help/faq.py b/help/faq.py index 5062edd684..dc3b330b03 100755 --- a/help/faq.py +++ b/help/faq.py @@ -7,6 +7,24 @@ # question numbers will be automatically generated. # # $Id$ +# +# Wireshark - Network traffic analyzer +# By Gerald Combs +# 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. import sys import string -- cgit v1.2.1