From 61baa79d58d5407c3a3708171e2915d80930d29f Mon Sep 17 00:00:00 2001 From: Saleem Edah-Tally Date: Sat, 19 Nov 2022 16:11:59 +0100 Subject: [PATCH] Expand developer string. --- DBusPOD7Workers.cpp | 2 +- DBusPOD7Workers.h | 2 +- globals.h | 4 ++-- main.cpp | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DBusPOD7Workers.cpp b/DBusPOD7Workers.cpp index 94eb37d..2de816a 100644 --- a/DBusPOD7Workers.cpp +++ b/DBusPOD7Workers.cpp @@ -1,6 +1,6 @@ /* * File: DBusPOD7Workers.cpp - * Author: SET - nmset@yandex.com + * Author: Saleem Edah-Tally - nmset@yandex.com * License : GPL V2 * * Created on 10 décembre 2017, 14:12 diff --git a/DBusPOD7Workers.h b/DBusPOD7Workers.h index 637169c..a223182 100644 --- a/DBusPOD7Workers.h +++ b/DBusPOD7Workers.h @@ -1,6 +1,6 @@ /* * File: DBusPOD7Workers.h - * Author: SET - nmset@yandex.com + * Author: Saleem Edah-Tally - nmset@yandex.com * License : GPL V2 * * Created on 10 décembre 2017, 14:12 diff --git a/globals.h b/globals.h index 382c158..a234bce 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 9 décembre 2017, 21:03 @@ -20,7 +20,7 @@ using namespace std; #define _APPNAME_ "POD7" // Pedal events Over DBus #define _APP_DESCRIPTION_ "Send pedal events over DBus" #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 d0a1b34..f02f3ee 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 9 décembre 2017, 19:04