From 27d2b790593bd7949dad1909b55754f2a6c7c949 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Tue, 13 Sep 2016 16:23:14 -0500 Subject: [PATCH] Update Copyrights --- bptc19696.py | 8 ++++++++ hb_config.py | 8 ++++++++ hb_log.py | 8 ++++++++ 3 files changed, 24 insertions(+) mode change 100644 => 100755 bptc19696.py mode change 100644 => 100755 hb_config.py mode change 100644 => 100755 hb_log.py diff --git a/bptc19696.py b/bptc19696.py old mode 100644 new mode 100755 index f5687f9..c333f69 --- a/bptc19696.py +++ b/bptc19696.py @@ -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 diff --git a/hb_config.py b/hb_config.py old mode 100644 new mode 100755 index 92c431e..36dfdd0 --- a/hb_config.py +++ b/hb_config.py @@ -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 diff --git a/hb_log.py b/hb_log.py old mode 100644 new mode 100755 index 9bd2c6b..ed6d8a2 --- a/hb_log.py +++ b/hb_log.py @@ -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