Expand developer string.

This commit is contained in:
Saleem Edah-Tally
2022-11-19 16:21:40 +01:00
parent 22ef6788de
commit 566edd3fcb
7 changed files with 15 additions and 15 deletions

View File

@@ -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
*/ */

View File

@@ -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
*/ */

View File

@@ -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
View File

@@ -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
*/ */

View File

@@ -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
*/ */

View File

@@ -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_) \

View File

@@ -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
*/ */