Update README.md

This commit is contained in:
nmset
2018-04-14 22:01:01 +02:00
committed by SET
parent 5b2323f56c
commit 59646229aa
8 changed files with 12 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
/*
* File: globals.h
* Author: SET - nmset@netcourrier.com
* Author: SET - nmset@yandex.com
* License : GPL v2
* Copyright SET - © 2017
*
@@ -16,7 +16,7 @@ using namespace std;
#define _APPNAME_ "saf7" // Send and forget
#define _APP_DESCRIPTION_ "Send and forget an XMPP message"
#define _VERSION_ "4"
#define _AUTHOR_ "SET, M.D., nmset@netcourrier.com"
#define _AUTHOR_ "SET, M.D., nmset@yandex.com"
#define _ABOUT_ string(_APPNAME_) + string(" - version ") + string(_VERSION_) \
+ string(" - ") + string(_APP_DESCRIPTION_) \
+ string("\nAuthor : ") + string(_AUTHOR_) \