diff --git a/ambe_audio.py b/ambe_audio.py index 91c1d57..5c60c30 100755 --- a/ambe_audio.py +++ b/ambe_audio.py @@ -20,14 +20,14 @@ from dmrlink import IPSC, NETWORK, networks, logger, int_id, hex_str_3, get_info from time import time import csv + __author__ = 'Cortney T. Buffington, N0MJS' -__copyright__ = 'Copyright (c) 2015 Cortney T. Buffington, N0MJS and the K0USY Group' -__credits__ = 'Adam Fast, KC0YLK; Robert Garcia, N5QM' +__copyright__ = 'Copyright (c) 2013 - 2016 Cortney T. Buffington, N0MJS and the K0USY Group' +__credits__ = 'Adam Fast, KC0YLK; Dave Kierzkowski, KD8EYF; Robert Garcia, N5QM; Steve Zingman, N4IRS; Mike Zingman, N4IRR' __license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported' __maintainer__ = 'Cort Buffington, N0MJS' -__version__ = '0.1a' __email__ = 'n0mjs@me.com' -__status__ = 'pre-alpha' +__status__ = 'beta' try: diff --git a/bridge.py b/bridge.py index c8bdf7e..e001279 100755 --- a/bridge.py +++ b/bridge.py @@ -39,10 +39,9 @@ import sys from dmrlink import IPSC, NETWORK, networks, REPORTS, reporting_loop, dmr_nat, logger, hex_str_3, hex_str_4, int_id __author__ = 'Cortney T. Buffington, N0MJS' -__copyright__ = 'Copyright (c) 2013-2015 Cortney T. Buffington, N0MJS and the K0USY Group' -__credits__ = 'Adam Fast, KC0YLK, Dave K, and he who wishes not to be named' +__copyright__ = 'Copyright (c) 2013 - 2016 Cortney T. Buffington, N0MJS and the K0USY Group' +__credits__ = 'Adam Fast, KC0YLK; Dave Kierzkowski, KD8EYF; Steve Zingman, N4IRS; Mike Zingman, N4IRR' __license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported' -__version__ = '0.29b' __maintainer__ = 'Cort Buffington, N0MJS' __email__ = 'n0mjs@me.com' __status__ = 'beta' diff --git a/dmrlink.py b/dmrlink.py index f521c3e..86f8138 100755 --- a/dmrlink.py +++ b/dmrlink.py @@ -34,14 +34,12 @@ from twisted.internet import reactor from twisted.internet import task from random import randint from time import time -from json import dumps as json_dump from cPickle import dump as pickle_dump __author__ = 'Cortney T. Buffington, N0MJS' -__copyright__ = 'Copyright (c) 2013 - 2015 Cortney T. Buffington, N0MJS and the K0USY Group' -__credits__ = 'Adam Fast, KC0YLK, Dave K, and he who wishes not to be named' +__copyright__ = 'Copyright (c) 2013 - 2016 Cortney T. Buffington, N0MJS and the K0USY Group' +__credits__ = 'Adam Fast, KC0YLK; Dave Kierzkowski, KD8EYF; Steve Zingman, N4IRS; Mike Zingman, N4IRR' __license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported' -__version__ = '0.27b' __maintainer__ = 'Cort Buffington, N0MJS' __email__ = 'n0mjs@me.com' __status__ = 'beta' diff --git a/log.py b/log.py index ce61e2e..82cee6c 100755 --- a/log.py +++ b/log.py @@ -17,13 +17,13 @@ from dmrlink import IPSC, NETWORK, networks, get_info, int_id, subscriber_ids, p __author__ = 'Cortney T. Buffington, N0MJS' __copyright__ = 'Copyright (c) 2013, 2014 Cortney T. Buffington, N0MJS and the K0USY Group' -__credits__ = 'Adam Fast, KC0YLK, Dave K, and he who wishes not to be named' +__credits__ = 'Adam Fast, KC0YLK, Dave Kierzkowski, KD8EYF' __license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported' -__version__ = '1.0' __maintainer__ = 'Cort Buffington, N0MJS' __email__ = 'n0mjs@me.com' __status__ = 'Production' + class logIPSC(IPSC): def __init__(self, *args, **kwargs): diff --git a/play_group.py b/play_group.py index cc88072..33fb86d 100755 --- a/play_group.py +++ b/play_group.py @@ -28,10 +28,9 @@ from dmrlink import IPSC, NETWORK, networks, logger, int_id, hex_str_3 __author__ = 'Cortney T. Buffington, N0MJS' __copyright__ = 'Copyright (c) 2014 - 2015 Cortney T. Buffington, N0MJS and the K0USY Group' -__credits__ = 'Adam Fast, KC0YLK; Dave Kierzkowski KD8EYF; and he who wishes not to be named' +__credits__ = 'Adam Fast, KC0YLK; Dave Kierzkowski KD8EYF' __license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported' __maintainer__ = 'Cort Buffington, N0MJS' -__version__ = '0.9b' __email__ = 'n0mjs@me.com' __status__ = 'beta' diff --git a/playback.py b/playback.py index 72d2a7d..3d075c1 100755 --- a/playback.py +++ b/playback.py @@ -17,12 +17,11 @@ from dmrlink import IPSC, NETWORK, networks, logger, dmr_nat, int_id, hex_str_3 __author__ = 'Cortney T. Buffington, N0MJS' __copyright__ = 'Copyright (c) 2014 Cortney T. Buffington, N0MJS and the K0USY Group' -__credits__ = 'Adam Fast, KC0YLK; Dave K; and he who wishes not to be named' +__credits__ = 'Adam Fast, KC0YLK; Dave Kierzkowski, KD8EYF' __license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported' -__version__ = '0.1a' __maintainer__ = 'Cort Buffington, N0MJS' __email__ = 'n0mjs@me.com' -__status__ = 'pre-alpha' +__status__ = 'beta' try: diff --git a/rcm.py b/rcm.py index 94f0b0d..2d8ad65 100755 --- a/rcm.py +++ b/rcm.py @@ -23,9 +23,8 @@ from dmrlink import IPSC, NETWORK, networks, get_info, int_id, subscriber_ids, p __author__ = 'Cortney T. Buffington, N0MJS' __copyright__ = 'Copyright (c) 2013, 2014 Cortney T. Buffington, N0MJS and the K0USY Group' -__credits__ = 'Adam Fast, KC0YLK, Dave K, and he who wishes not to be named' +__credits__ = 'Adam Fast, KC0YLK; Dave Kierzkowski KD8EYF' __license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported' -__version__ = '1.0' __maintainer__ = 'Cort Buffington, N0MJS' __email__ = 'n0mjs@me.com' __status__ = 'Production' diff --git a/rcm_db_log.py b/rcm_db_log.py index e6ae83b..f90df45 100755 --- a/rcm_db_log.py +++ b/rcm_db_log.py @@ -36,9 +36,8 @@ from dmrlink import IPSC, NETWORK, networks, get_info, int_id, logger __author__ = 'Cortney T. Buffington, N0MJS' __copyright__ = 'Copyright (c) 2013, 2014 Cortney T. Buffington, N0MJS and the K0USY Group' -__credits__ = 'Adam Fast, KC0YLK, Dave K, and he who wishes not to be named' +__credits__ = 'Adam Fast, KC0YLK; Dave Kierzkowski KD8EYF and he who wishes not to be named' __license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported' -__version__ = '1.0' __maintainer__ = 'Cort Buffington, N0MJS' __email__ = 'n0mjs@me.com' __status__ = 'Beta' diff --git a/record.py b/record.py index 877088e..fd4a35e 100755 --- a/record.py +++ b/record.py @@ -19,12 +19,11 @@ from dmrlink import IPSC, NETWORK, networks, logger, int_id, hex_str_3 __author__ = 'Cortney T. Buffington, N0MJS' __copyright__ = 'Copyright (c) 2014 Cortney T. Buffington, N0MJS and the K0USY Group' -__credits__ = 'Adam Fast, KC0YLK; Dave K; and he who wishes not to be named' +__credits__ = 'Adam Fast, KC0YLK; Dave Kierzkowski KD8EYF' __license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported' __maintainer__ = 'Cort Buffington, N0MJS' -__version__ = '0.1a' __email__ = 'n0mjs@me.com' -__status__ = 'pre-alpha' +__status__ = 'beta' print('This program will record the first matching voice call and exit.\n')