From a9c3acfb35133030f2f38718be8e07e423f2c6d3 Mon Sep 17 00:00:00 2001 From: SET Date: Sun, 17 Dec 2017 17:38:32 +0100 Subject: [PATCH] Added gitignore --- .gitignore | 2 ++ DBusPOD7Workers.cpp | 2 +- DBusPOD7Workers.h | 2 +- globals.h | 4 ++-- main.cpp | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c0f64a8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +dist/ +build/ diff --git a/DBusPOD7Workers.cpp b/DBusPOD7Workers.cpp index 7243f47..94eb37d 100644 --- a/DBusPOD7Workers.cpp +++ b/DBusPOD7Workers.cpp @@ -1,6 +1,6 @@ /* * File: DBusPOD7Workers.cpp - * Author: SET - nmset@netcourrier.com + * Author: SET - nmset@yandex.com * License : GPL V2 * * Created on 10 décembre 2017, 14:12 diff --git a/DBusPOD7Workers.h b/DBusPOD7Workers.h index 3b803c8..637169c 100644 --- a/DBusPOD7Workers.h +++ b/DBusPOD7Workers.h @@ -1,6 +1,6 @@ /* * File: DBusPOD7Workers.h - * Author: SET - nmset@netcourrier.com + * Author: SET - nmset@yandex.com * License : GPL V2 * * Created on 10 décembre 2017, 14:12 diff --git a/globals.h b/globals.h index 2b77565..5a4b65d 100644 --- a/globals.h +++ b/globals.h @@ -1,6 +1,6 @@ /* * File: globals.h - * Author: SET - nmset@netcourrier.com + * Author: SET - nmset@yandex.com * License : GPL V2 * * Created on 9 décembre 2017, 21:03 @@ -12,7 +12,7 @@ #define _APPNAME_ "POD7" // Pedal events Over DBus #define _APP_DESCRIPTION_ "Send pedal events over DBus" #define _VERSION_ "1" -#define _AUTHOR_ "SET - nmset@netcourrier.com" +#define _AUTHOR_ "SET - 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 69f689c..f15ebea 100644 --- a/main.cpp +++ b/main.cpp @@ -1,6 +1,6 @@ /* * File: main.cpp - * Author: SET - nmset@netcourrier.com + * Author: SET - nmset@yandex.com * License : GPL V2 * * Created on 9 décembre 2017, 19:04