Update Copyrights

This commit is contained in:
Cort Buffington 2016-09-13 16:23:14 -05:00
parent 20a2724f3d
commit 27d2b79059
3 changed files with 24 additions and 0 deletions

8
bptc19696.py Normal file → Executable file
View File

@ -1,3 +1,11 @@
#!/usr/bin/env python
#
# This work is licensed under the Creative Attribution-NonCommercial-ShareAlike
# 3.0 Unported License.To view a copy of this license, visit
# http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to
# Creative Commons, 444 Castro Street, Suite 900, Mountain View,
# California, 94041, USA.
from __future__ import print_function
from bitstring import BitArray

8
hb_config.py Normal file → Executable file
View File

@ -1,3 +1,11 @@
#!/usr/bin/env python
#
# This work is licensed under the Creative Attribution-NonCommercial-ShareAlike
# 3.0 Unported License.To view a copy of this license, visit
# http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to
# Creative Commons, 444 Castro Street, Suite 900, Mountain View,
# California, 94041, USA.
import ConfigParser
import sys

8
hb_log.py Normal file → Executable file
View File

@ -1,3 +1,11 @@
#!/usr/bin/env python
#
# This work is licensed under the Creative Attribution-NonCommercial-ShareAlike
# 3.0 Unported License.To view a copy of this license, visit
# http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to
# Creative Commons, 444 Castro Street, Suite 900, Mountain View,
# California, 94041, USA.
import logging
from logging.config import dictConfig