aboutsummaryrefslogtreecommitdiffstats
path: root/tools/generate-bacnet-vendors.py
diff options
context:
space:
mode:
authorAnish Bhatt <anish@chelsio.com>2014-10-08 03:42:55 -0700
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-10-08 10:52:38 +0000
commit439c0b88a62fabcf49e28d7f806e6745a515c4ec (patch)
tree64810378f983519b7a61f0947ec9aaf238bc0062 /tools/generate-bacnet-vendors.py
parent6c41f5058c92a37ae47266ee88cdbe5f35c43247 (diff)
[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 <alexis.lagoutte@gmail.com>
Diffstat (limited to 'tools/generate-bacnet-vendors.py')
-rwxr-xr-xtools/generate-bacnet-vendors.py18
1 files changed, 18 insertions, 0 deletions
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 <anish@chelsio.com>
+
+ 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