mirror of
https://github.com/g4klx/MMDVMHost
synced 2026-02-05 14:15:43 +08:00
Alter the copyright message.
This commit is contained in:
@@ -44,9 +44,10 @@ static void sigHandler(int)
|
||||
}
|
||||
#endif
|
||||
|
||||
const char* HEADER1 = "This software is for use on amateur radio networks only.";
|
||||
const char* HEADER2 = "Its use on commercial networks is strictly prohibited.";
|
||||
const char* HEADER3 = "Copyright(C) 2015, 2016 by Jonathan Naylor, G4KLX";
|
||||
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) 2015, 2016 by Jonathan Naylor, G4KLX";
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
@@ -103,6 +104,7 @@ int CMMDVMHost::run()
|
||||
LogInfo(HEADER1);
|
||||
LogInfo(HEADER2);
|
||||
LogInfo(HEADER3);
|
||||
LogInfo(HEADER4);
|
||||
|
||||
LogMessage("MMDVMHost-%s is starting", VERSION);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user