From 03245fc37393d047253fc800e004fd4183eb482d Mon Sep 17 00:00:00 2001 From: K2DLS Date: Mon, 23 Sep 2019 15:19:50 -0400 Subject: [PATCH] Update callsign and email --- noaacap/DEBIAN/control | 2 +- noaacap/DEBIAN/copyright | 2 +- noaacap/usr/local/bin/noaacap.py | 8 ++++---- noaacap/usr/local/share/noaacap/LICENSE | 2 +- noaacap/usr/local/share/noaacap/README | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/noaacap/DEBIAN/control b/noaacap/DEBIAN/control index 8cbb699..2df55d3 100644 --- a/noaacap/DEBIAN/control +++ b/noaacap/DEBIAN/control @@ -2,7 +2,7 @@ Package: noaacap Version: 0.9.2 Section: hamradio Priority: extra -Maintainer: Dan Srebnick +Maintainer: Dan Srebnick Architecture: all Depends: aprx (>=2.9) | direwolf (>=1.3), db-util, python3-lxml, python3-pip, python3-bs4, python3-tz, python3-bsddb3, python3-systemd Description: APRS Weather Alerts beacon exec for aprx & Dire Wolf diff --git a/noaacap/DEBIAN/copyright b/noaacap/DEBIAN/copyright index 3d6a7ad..77d465e 100644 --- a/noaacap/DEBIAN/copyright +++ b/noaacap/DEBIAN/copyright @@ -1,3 +1,3 @@ -Copyright: 2017-2018 Daniel L. Srebnick +Copyright: 2017-2019 Daniel L. Srebnick License: BSD-2-clause Files: * diff --git a/noaacap/usr/local/bin/noaacap.py b/noaacap/usr/local/bin/noaacap.py index 878e22a..0544fca 100755 --- a/noaacap/usr/local/bin/noaacap.py +++ b/noaacap/usr/local/bin/noaacap.py @@ -1,12 +1,12 @@ #!/usr/bin/python3 -## Author: Dan Srebnick, K2DLS +## Author: Dan Srebnick, K2IE ## License: BSD-2-Clause (/usr/local/share/noaacap/LICENSE) ## This program is called from aprx. ## ## See /usr/local/share/noaacap/CHANGELOG for change history ## -version = "0.9.1" +version = "0.9.1a" import sys import pytz @@ -26,10 +26,10 @@ log = logging.getLogger('noaacap') log.addHandler(JournalHandler(SYSLOG_IDENTIFIER='noaacap')) if len(sys.argv) == 2 and sys.argv[1] == '-v': - print("noaacap.py by K2DLS, version " + version + "\n") + print("noaacap.py by K2IE, version " + version + "\n") print("A weather alert beacon exec for aprx >= 2.9") print("Licensed under the BSD 2 Clause license") - print("Copyright 2017-2018 by Daniel L. Srebnick\n") + print("Copyright 2017-2019 by Daniel L. Srebnick\n") sys.exit(0) # We need this function early in execution diff --git a/noaacap/usr/local/share/noaacap/LICENSE b/noaacap/usr/local/share/noaacap/LICENSE index 0691f86..ac7faeb 100644 --- a/noaacap/usr/local/share/noaacap/LICENSE +++ b/noaacap/usr/local/share/noaacap/LICENSE @@ -1,6 +1,6 @@ BSD 2-Clause License -Copyright (c) 2017-2018, Daniel L. Srebnick +Copyright (c) 2017-2019, Daniel L. Srebnick All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/noaacap/usr/local/share/noaacap/README b/noaacap/usr/local/share/noaacap/README index a3c0c01..58db4a6 100644 --- a/noaacap/usr/local/share/noaacap/README +++ b/noaacap/usr/local/share/noaacap/README @@ -73,8 +73,8 @@ following command: sudo journalctl -f | grep noaacap. USE It would be good to hear from users of this software. Please email -k2dls@k2dls.net with the callsign-SSID of your APRS station that is sending +k2ie@k2ie.net with the callsign-SSID of your APRS station that is sending weather alerts via this program. -Dan Srebnick, K2DLS -08/04/18 +Dan Srebnick, K2IE +09/23/19