diff --git a/bridge.py b/bridge.py index 9a3e02d..91802a9 100755 --- a/bridge.py +++ b/bridge.py @@ -1,7 +1,5 @@ #!/usr/bin/env python # -# Copyright (c) 2013, 2014 Cortney T. Buffington, N0MJS and the K0USY Group. 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 @@ -18,7 +16,7 @@ import sys from dmrlink import IPSC, NETWORK, networks, send_to_ipsc, dmr_nat, logger __author__ = 'Cortney T. Buffington, N0MJS' -__copyright__ = 'Copyright (c) 2013 Cortney T. Buffington, N0MJS and the K0USY Group' +__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' __license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported' __version__ = '0.2a' diff --git a/dmrlink.py b/dmrlink.py index 760bff0..95d5c8a 100755 --- a/dmrlink.py +++ b/dmrlink.py @@ -1,7 +1,5 @@ #!/usr/bin/env python # -# Copyright (c) 2013, 2014 Cortney T. Buffington, N0MJS and the K0USY Group. 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 @@ -33,7 +31,7 @@ from twisted.internet import reactor from twisted.internet import task __author__ = 'Cortney T. Buffington, N0MJS' -__copyright__ = 'Copyright (c) 2013 Cortney T. Buffington, N0MJS and the K0USY Group' +__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' __license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported' __version__ = '0.2a' diff --git a/log.py b/log.py index c673b2c..263b136 100755 --- a/log.py +++ b/log.py @@ -1,7 +1,5 @@ #!/usr/bin/env python # -# Copyright (c) 2013, 2014 Cortney T. Buffington, N0MJS and the K0USY Group. 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 @@ -18,7 +16,7 @@ import time from dmrlink import IPSC, NETWORK, networks, get_info, int_id, subscriber_ids, peer_ids, talkgroup_ids, logger __author__ = 'Cortney T. Buffington, N0MJS' -__copyright__ = 'Copyright (c) 2013 Cortney T. Buffington, N0MJS and the K0USY Group' +__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' __license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported' __version__ = '0.2a' diff --git a/playback.py b/playback.py index 425d1a8..3496dc6 100755 --- a/playback.py +++ b/playback.py @@ -1,7 +1,5 @@ #!/usr/bin/env python # -# Copyright (c) 2013, 2014 Cortney T. Buffington, N0MJS and the K0USY Group. 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 diff --git a/rcm.py b/rcm.py index 6e8ddf8..c60b516 100755 --- a/rcm.py +++ b/rcm.py @@ -1,7 +1,5 @@ #!/usr/bin/env python # -# Copyright (c) 2013, 2014 Cortney T. Buffington, N0MJS and the K0USY Group. 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 @@ -24,7 +22,7 @@ import dmrlink from dmrlink import IPSC, NETWORK, networks, get_info, int_id, subscriber_ids, peer_ids, talkgroup_ids, logger __author__ = 'Cortney T. Buffington, N0MJS' -__copyright__ = 'Copyright (c) 2013 Cortney T. Buffington, N0MJS and the K0USY Group' +__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' __license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported' __version__ = '0.2a'