Update Copyright
This commit is contained in:
parent
8cad9ee839
commit
80114833b1
@ -1,7 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/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
|
# This work is licensed under the Creative Commons Attribution-ShareAlike
|
||||||
# 3.0 Unported License.To view a copy of this license, visit
|
# 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
|
# 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
|
from dmrlink import IPSC, NETWORK, networks, send_to_ipsc, dmr_nat, logger
|
||||||
|
|
||||||
__author__ = 'Cortney T. Buffington, N0MJS'
|
__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'
|
__credits__ = 'Adam Fast, KC0YLK, Dave K, and he who wishes not to be named'
|
||||||
__license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported'
|
__license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported'
|
||||||
__version__ = '0.2a'
|
__version__ = '0.2a'
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/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
|
# This work is licensed under the Creative Commons Attribution-ShareAlike
|
||||||
# 3.0 Unported License.To view a copy of this license, visit
|
# 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
|
# 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
|
from twisted.internet import task
|
||||||
|
|
||||||
__author__ = 'Cortney T. Buffington, N0MJS'
|
__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'
|
__credits__ = 'Adam Fast, KC0YLK, Dave K, and he who wishes not to be named'
|
||||||
__license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported'
|
__license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported'
|
||||||
__version__ = '0.2a'
|
__version__ = '0.2a'
|
||||||
|
4
log.py
4
log.py
@ -1,7 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/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
|
# This work is licensed under the Creative Commons Attribution-ShareAlike
|
||||||
# 3.0 Unported License.To view a copy of this license, visit
|
# 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
|
# 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
|
from dmrlink import IPSC, NETWORK, networks, get_info, int_id, subscriber_ids, peer_ids, talkgroup_ids, logger
|
||||||
|
|
||||||
__author__ = 'Cortney T. Buffington, N0MJS'
|
__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'
|
__credits__ = 'Adam Fast, KC0YLK, Dave K, and he who wishes not to be named'
|
||||||
__license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported'
|
__license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported'
|
||||||
__version__ = '0.2a'
|
__version__ = '0.2a'
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/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
|
# This work is licensed under the Creative Commons Attribution-ShareAlike
|
||||||
# 3.0 Unported License.To view a copy of this license, visit
|
# 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
|
# http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to
|
||||||
|
4
rcm.py
4
rcm.py
@ -1,7 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/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
|
# This work is licensed under the Creative Commons Attribution-ShareAlike
|
||||||
# 3.0 Unported License.To view a copy of this license, visit
|
# 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
|
# 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
|
from dmrlink import IPSC, NETWORK, networks, get_info, int_id, subscriber_ids, peer_ids, talkgroup_ids, logger
|
||||||
|
|
||||||
__author__ = 'Cortney T. Buffington, N0MJS'
|
__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'
|
__credits__ = 'Adam Fast, KC0YLK, Dave K, and he who wishes not to be named'
|
||||||
__license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported'
|
__license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported'
|
||||||
__version__ = '0.2a'
|
__version__ = '0.2a'
|
||||||
|
Loading…
Reference in New Issue
Block a user