From 8439d72bb48e9657b43c87454b2f0febb2eb42fe Mon Sep 17 00:00:00 2001 From: Saleem Edah-Tally Date: Sat, 19 Nov 2022 16:09:36 +0100 Subject: [PATCH] Expand developer string. --- DBusMprisProxy.cpp | 2 +- DBusMprisProxy.h | 2 +- DBusPODProxy.cpp | 2 +- DBusPODProxy.h | 2 +- globals.h | 4 ++-- main.cpp | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/DBusMprisProxy.cpp b/DBusMprisProxy.cpp index 03c8dc7..b179645 100644 --- a/DBusMprisProxy.cpp +++ b/DBusMprisProxy.cpp @@ -1,7 +1,7 @@ /* * File: DBusMprisProxy.cpp - * Author: SET - nmset@yandex.com + * Author: Saleem Edah-Tally - nmset@yandex.com * License : GPL V2 * * Created on 10 décembre 2017, 22:23 diff --git a/DBusMprisProxy.h b/DBusMprisProxy.h index d6b610a..d05bc77 100644 --- a/DBusMprisProxy.h +++ b/DBusMprisProxy.h @@ -1,6 +1,6 @@ /* * File: DBusMprisProxy.h - * Author: SET - nmset@yandex.com + * Author: Saleem Edah-Tally - nmset@yandex.com * License : GPL V2 * * Created on 10 décembre 2017, 22:23 diff --git a/DBusPODProxy.cpp b/DBusPODProxy.cpp index 99324de..1a28a06 100644 --- a/DBusPODProxy.cpp +++ b/DBusPODProxy.cpp @@ -1,6 +1,6 @@ /* * File: DBusPODProxy.cpp - * Author: SET - nmset@yandex.com + * Author: Saleem Edah-Tally - nmset@yandex.com * License : GPL V2 * * Created on 10 décembre 2017, 18:51 diff --git a/DBusPODProxy.h b/DBusPODProxy.h index bcb6523..9413916 100644 --- a/DBusPODProxy.h +++ b/DBusPODProxy.h @@ -1,6 +1,6 @@ /* * File: DBusPODProxy.h - * Author: SET - nmset@yandex.com + * Author: Saleem Edah-Tally - nmset@yandex.com * License : GPL V2 * * Created on 10 décembre 2017, 18:51 diff --git a/globals.h b/globals.h index 1d4ce18..cafd66c 100644 --- a/globals.h +++ b/globals.h @@ -1,6 +1,6 @@ /* * File: globals.h - * Author: SET - nmset@yandex.com + * Author: Saleem Edah-Tally - nmset@yandex.com * License : GPL V2 * * Created on 10 décembre 2017, 20:27 @@ -19,7 +19,7 @@ using namespace std; #define _APPNAME_ "PMP7" // Pedal control for Media Player #define _APP_DESCRIPTION_ "Controls media playback by foot pedal" #define _VERSION_ "2" -#define _AUTHOR_ "SET - nmset@yandex.com" +#define _AUTHOR_ "Saleem Edah-Tally - nmset@yandex.com" #define _ABOUT_ string(_APPNAME_) + string(" - version ") + string(_VERSION_) \ + string(" - ") + string(_APP_DESCRIPTION_) + _DOT_ \ + string("\nAuthor : ") + string(_AUTHOR_) \ diff --git a/main.cpp b/main.cpp index e249614..5a460d2 100644 --- a/main.cpp +++ b/main.cpp @@ -1,6 +1,6 @@ /* * File: main.cpp - * Author: SET - nmset@yandex.com + * Author: Saleem Edah-Tally - nmset@yandex.com * License : GPL V2 * * Created on 10 décembre 2017, 16:24