From 6660c8b810d8bb03c525e2327cd93e15c791b0ef Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Fri, 2 Aug 2013 15:31:55 -0500 Subject: [PATCH] Copyright added --- IPSC Decoding.txt | 11 ++++++++++- README.md | 9 +++++++++ ipsc.py | 8 ++++++++ ipsc_logger.py | 8 ++++++++ ipsc_mask.py | 8 ++++++++ ipsc_message_types.py | 8 ++++++++ my_ipsc_config_SAMPLE.py | 8 ++++++++ 7 files changed, 59 insertions(+), 1 deletion(-) diff --git a/IPSC Decoding.txt b/IPSC Decoding.txt index 8cab7ab..0494e77 100644 --- a/IPSC Decoding.txt +++ b/IPSC Decoding.txt @@ -42,4 +42,13 @@ MASTER: (This appears to be the peer list) 91 0004c2c0 6a 0000805d0004 0403 0400 -- be c9 27 21 8f 07 a2 23 3f 07 -91 0004c2c0 6a 0000805d0004 0402 0400 -- 2e da 60 20 62 2d 6e b5 9e 6c \ No newline at end of file +91 0004c2c0 6a 0000805d0004 0402 0400 -- 2e da 60 20 62 2d 6e b5 9e 6c + +------------------------------------------------------------ +Copyright (c) 2013 Cortney T. Buffington, N0MJS n0mjs@me.com + +This work is licensed under the Creative Commons Attribution-ShareAlike +3.0 Unported License.To view a copy of this license, visit +http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to +Creative Commons, 444 Castro Street, Suite 900, Mountain View, +California, 94041, USA. \ No newline at end of file diff --git a/README.md b/README.md index f344ead..6a03924 100644 --- a/README.md +++ b/README.md @@ -223,3 +223,12 @@ PEER LIST RESPONSE: FULL_PAYLOAD = add_authentication(PAYLOAD, KEY) print(binascii.b2a_hex(FULL_PAYLOAD)) + + +Copyright (c) 2013 Cortney T. Buffington, N0MJS n0mjs@me.com + +This work is licensed under the Creative Commons Attribution-ShareAlike +3.0 Unported License.To view a copy of this license, visit +http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to +Creative Commons, 444 Castro Street, Suite 900, Mountain View, +California, 94041, USA. \ No newline at end of file diff --git a/ipsc.py b/ipsc.py index aab7230..fd339e3 100644 --- a/ipsc.py +++ b/ipsc.py @@ -1,3 +1,11 @@ +# Copyright (c) 2013 Cortney T. Buffington, N0MJS n0mjs@me.com +# +# This work is licensed under the Creative Commons Attribution-ShareAlike +# 3.0 Unported License.To view a copy of this license, visit +# http://creativecommons.org/licenses/by-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 twisted.internet.protocol import DatagramProtocol from twisted.internet import reactor diff --git a/ipsc_logger.py b/ipsc_logger.py index 1fa664c..9b427fb 100644 --- a/ipsc_logger.py +++ b/ipsc_logger.py @@ -1,3 +1,11 @@ +# Copyright (c) 2013 Cortney T. Buffington, N0MJS n0mjs@me.com +# +# This work is licensed under the Creative Commons Attribution-ShareAlike +# 3.0 Unported License.To view a copy of this license, visit +# http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to +# Creative Commons, 444 Castro Street, Suite 900, Mountain View, +# California, 94041, USA. + # Logging system configuration from logging.config import dictConfig diff --git a/ipsc_mask.py b/ipsc_mask.py index 6fd8081..4ec4c46 100644 --- a/ipsc_mask.py +++ b/ipsc_mask.py @@ -1,3 +1,11 @@ +# Copyright (c) 2013 Cortney T. Buffington, N0MJS n0mjs@me.com +# +# This work is licensed under the Creative Commons Attribution-ShareAlike +# 3.0 Unported License.To view a copy of this license, visit +# http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to +# Creative Commons, 444 Castro Street, Suite 900, Mountain View, +# California, 94041, USA. + # LINKING STATUS: # Byte 1 - BIT FLAGS: # xx.. .... = Peer Operational (01 only known valid value) diff --git a/ipsc_message_types.py b/ipsc_message_types.py index e1cefdb..a79d47b 100644 --- a/ipsc_message_types.py +++ b/ipsc_message_types.py @@ -1,3 +1,11 @@ +# Copyright (c) 2013 Cortney T. Buffington, N0MJS n0mjs@me.com +# +# This work is licensed under the Creative Commons Attribution-ShareAlike +# 3.0 Unported License.To view a copy of this license, visit +# http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to +# Creative Commons, 444 Castro Street, Suite 900, Mountain View, +# California, 94041, USA. + # Known IPSC Message Types CALL_CTL_1 = b'\x61' # | CALL_CTL_2 = b'\x62' # | Exact meaning unknown diff --git a/my_ipsc_config_SAMPLE.py b/my_ipsc_config_SAMPLE.py index 8e88c9d..e4ea246 100644 --- a/my_ipsc_config_SAMPLE.py +++ b/my_ipsc_config_SAMPLE.py @@ -1,3 +1,11 @@ +# Copyright (c) 2013 Cortney T. Buffington, N0MJS n0mjs@me.com +# +# This work is licensed under the Creative Commons Attribution-ShareAlike +# 3.0 Unported License.To view a copy of this license, visit +# http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to +# Creative Commons, 444 Castro Street, Suite 900, Mountain View, +# California, 94041, USA. + # Configuration file for IPSC.py -- each network has several parts, some of this is muted by the script once it runs, thus there are placeholders NETWORK = { 'IPSC1': {