Expand developer string.
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* File: DBusSafWorkers.cpp
|
* File: DBusSafWorkers.cpp
|
||||||
* Author: SET - nmset@yandex.com
|
* Author: Saleem Edah-Tally - nmset@yandex.com
|
||||||
* License : GPL v2
|
* License : GPL v2
|
||||||
* Copyright SET - © 2017
|
* Copyright Saleem Edah-Tally - © 2017
|
||||||
*
|
*
|
||||||
* Created on 7 mai 2017, 15:18
|
* Created on 7 mai 2017, 15:18
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* File: DBusSafWorkers.h
|
* File: DBusSafWorkers.h
|
||||||
* Author: SET - nmset@yandex.com
|
* Author: Saleem Edah-Tally - nmset@yandex.com
|
||||||
* License : GPL v2
|
* License : GPL v2
|
||||||
* Copyright SET - © 2017
|
* Copyright Saleem Edah-Tally - © 2017
|
||||||
*
|
*
|
||||||
* Created on 7 mai 2017, 15:18
|
* Created on 7 mai 2017, 15:18
|
||||||
*/
|
*/
|
||||||
|
|||||||
4
SAF.cpp
4
SAF.cpp
@@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* File: SAF.cpp
|
* File: SAF.cpp
|
||||||
* Author: SET - nmset@yandex.com
|
* Author: Saleem Edah-Tally - nmset@yandex.com
|
||||||
* License : GPL v2
|
* License : GPL v2
|
||||||
* Copyright SET - © 2017
|
* Copyright Saleem Edah-Tally - © 2017
|
||||||
*
|
*
|
||||||
* Created on 6 mai 2017, 21:50
|
* Created on 6 mai 2017, 21:50
|
||||||
*/
|
*/
|
||||||
|
|||||||
4
SAF.h
4
SAF.h
@@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* File: SAF.h
|
* File: SAF.h
|
||||||
* Author: SET - nmset@yandex.com
|
* Author: Saleem Edah-Tally - nmset@yandex.com
|
||||||
* License : GPL v2
|
* License : GPL v2
|
||||||
* Copyright SET - © 2017
|
* Copyright Saleem Edah-Tally - © 2017
|
||||||
*
|
*
|
||||||
* Created on 6 mai 2017, 21:50
|
* Created on 6 mai 2017, 21:50
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Author: SET - nmset@yandex.com
|
* Author: Saleem Edah-Tally - nmset@yandex.com
|
||||||
* License : GPL v2
|
* License : GPL v2
|
||||||
* Copyright SET - © 2017
|
* Copyright Saleem Edah-Tally - © 2017
|
||||||
*
|
*
|
||||||
* Created on 2 juin 2017, 17:35
|
* Created on 2 juin 2017, 17:35
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* File: globals.h
|
* File: globals.h
|
||||||
* Author: SET - nmset@yandex.com
|
* Author: Saleem Edah-Tally - nmset@yandex.com
|
||||||
* License : GPL v2
|
* License : GPL v2
|
||||||
* Copyright SET - © 2017
|
* Copyright Saleem Edah-Tally - © 2017
|
||||||
*
|
*
|
||||||
* Created on 6 mai 2017, 18:23
|
* Created on 6 mai 2017, 18:23
|
||||||
*/
|
*/
|
||||||
@@ -20,7 +20,7 @@ using namespace std;
|
|||||||
#define _APPNAME_ "saf7" // Send and forget
|
#define _APPNAME_ "saf7" // Send and forget
|
||||||
#define _APP_DESCRIPTION_ "Send and forget an XMPP message"
|
#define _APP_DESCRIPTION_ "Send and forget an XMPP message"
|
||||||
#define _VERSION_ "5"
|
#define _VERSION_ "5"
|
||||||
#define _AUTHOR_ "SET, M.D., nmset@yandex.com"
|
#define _AUTHOR_ "Saleem Edah-Tally, M.D., nmset@yandex.com"
|
||||||
#define _ABOUT_ string(_APPNAME_) + string(" - version ") + string(_VERSION_) \
|
#define _ABOUT_ string(_APPNAME_) + string(" - version ") + string(_VERSION_) \
|
||||||
+ string(" - ") + string(_APP_DESCRIPTION_) \
|
+ string(" - ") + string(_APP_DESCRIPTION_) \
|
||||||
+ string("\nAuthor : ") + string(_AUTHOR_) \
|
+ string("\nAuthor : ") + string(_AUTHOR_) \
|
||||||
|
|||||||
4
main.cpp
4
main.cpp
@@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* File: main.cpp
|
* File: main.cpp
|
||||||
* Author: SET - nmset@yandex.com
|
* Author: Saleem Edah-Tally - nmset@yandex.com
|
||||||
* License : GPL v2
|
* License : GPL v2
|
||||||
* Copyright SET - © 2017
|
* Copyright Saleem Edah-Tally - © 2017
|
||||||
*
|
*
|
||||||
* Created on 6 mai 2017, 18:21
|
* Created on 6 mai 2017, 18:21
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user