From 439c0b88a62fabcf49e28d7f806e6745a515c4ec Mon Sep 17 00:00:00 2001 From: Anish Bhatt Date: Wed, 8 Oct 2014 03:42:55 -0700 Subject: [tools] Add missing GPL license to generate-bacnet-vendors.py Change-Id: I15336a5f759fea6b1fb4f6c5a05807d797a7f5aa Reviewed-on: https://code.wireshark.org/review/4544 Reviewed-by: Alexis La Goutte --- tools/generate-bacnet-vendors.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'tools/generate-bacnet-vendors.py') diff --git a/tools/generate-bacnet-vendors.py b/tools/generate-bacnet-vendors.py index 66263cfcd1..d068d3ebd7 100755 --- a/tools/generate-bacnet-vendors.py +++ b/tools/generate-bacnet-vendors.py @@ -1,5 +1,23 @@ #!/usr/bin/env python2 +''' + Copyright 2014 Anish Bhatt + + 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. +''' + from bs4 import BeautifulSoup import urllib import sys -- cgit v1.2.1