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