mirror of
https://github.com/ShaYmez/MMDVM_CM.git
synced 2026-07-25 11:34:16 -04:00
Add copyright message
This commit is contained in:
@@ -43,6 +43,11 @@ const char* DEFAULT_INI_FILE = "YSF2NXDN.ini";
|
||||
const char* DEFAULT_INI_FILE = "/etc/YSF2NXDN.ini";
|
||||
#endif
|
||||
|
||||
const char* HEADER1 = "This software is for use on amateur radio networks only,";
|
||||
const char* HEADER2 = "it is to be used for educational purposes only. Its use on";
|
||||
const char* HEADER3 = "commercial networks is strictly prohibited.";
|
||||
const char* HEADER4 = "Copyright(C) 2018 by CA6JAU, G4KLX and others";
|
||||
|
||||
#include <functional>
|
||||
#include <algorithm>
|
||||
#include <cstdio>
|
||||
@@ -207,6 +212,11 @@ int CYSF2NXDN::run()
|
||||
}
|
||||
#endif
|
||||
|
||||
LogInfo(HEADER1);
|
||||
LogInfo(HEADER2);
|
||||
LogInfo(HEADER3);
|
||||
LogInfo(HEADER4);
|
||||
|
||||
m_callsign = m_conf.getCallsign();
|
||||
m_suffix = m_conf.getSuffix();
|
||||
m_defsrcid = m_conf.getNXDNId();
|
||||
|
||||
Reference in New Issue
Block a user