diff --git a/KeyboardSimulation.cpp b/KeyboardSimulation.cpp index 56c12f9..d9f71e7 100644 --- a/KeyboardSimulation.cpp +++ b/KeyboardSimulation.cpp @@ -1,8 +1,8 @@ /* * File: KeyboardSimulation.cpp - * Author: SET - nmset@yandex.com + * Author: Saleem Edah-Tally - nmset@yandex.com * Licence : LGPL 2.1 - * Copyright SET, M.D. - © 2022 + * Copyright Saleem Edah-Tally, M.D. - © 2022 * * Created on October 8, 2022, 3:43 PM */ diff --git a/KeyboardSimulation.h b/KeyboardSimulation.h index 30d7f83..43751ac 100644 --- a/KeyboardSimulation.h +++ b/KeyboardSimulation.h @@ -1,8 +1,8 @@ /* * File: KeyboardSimulation.h - * Author: SET - nmset@yandex.com + * Author: Saleem Edah-Tally - nmset@yandex.com * Licence : LGPL 2.1 - * Copyright SET, M.D. - © 2022 + * Copyright Saleem Edah-Tally, M.D. - © 2022 * * Created on October 8, 2022, 3:43 PM */ diff --git a/PedalManager.cpp b/PedalManager.cpp index e71acdd..8cd36b9 100644 --- a/PedalManager.cpp +++ b/PedalManager.cpp @@ -1,8 +1,8 @@ /* * File: PedalMonitor.cpp - * Author: SET - nmset@yandex.com + * Author: Saleem Edah-Tally - nmset@yandex.com * Licence : LGPL 2.1 - * Copyright SET, M.D. - © 2014 + * Copyright Saleem Edah-Tally, M.D. - © 2014 * * Created on 18 février 2014, 20:52 */ diff --git a/PedalManager.h b/PedalManager.h index 1fd6ebb..ea72449 100644 --- a/PedalManager.h +++ b/PedalManager.h @@ -1,8 +1,8 @@ /* * File: PedalMonitor.h - * Author: SET - nmset@yandex.com + * Author: Saleem Edah-Tally - nmset@yandex.com * Licence : LGPL 2.1 - * Copyright SET, M.D. - © 2014 + * Copyright Saleem Edah-Tally, M.D. - © 2014 * * Created on 18 février 2014, 20:52 */ diff --git a/Resources/UI/t7app.cpp b/Resources/UI/t7app.cpp index 2750f37..94ada8d 100644 --- a/Resources/UI/t7app.cpp +++ b/Resources/UI/t7app.cpp @@ -1,11 +1,11 @@ ///////////////////////////////////////////////////////////////////////////// // Name: t7app.cpp // Purpose: -// Author: SET +// Author: Saleem Edah-Tally // Modified by: // Created: sam. 01 mars 2014 14:17:48 CET // RCS-ID: -// Copyright: Copyright SET (nmset@yandex.com) - © 2014. +// Copyright: Copyright Saleem Edah-Tally (nmset@yandex.com) - © 2014. // Licence: LGPL 2.1 ///////////////////////////////////////////////////////////////////////////// diff --git a/Resources/UI/t7app.h b/Resources/UI/t7app.h index 7d72e0a..3b2b043 100644 --- a/Resources/UI/t7app.h +++ b/Resources/UI/t7app.h @@ -1,11 +1,11 @@ ///////////////////////////////////////////////////////////////////////////// // Name: t7app.h // Purpose: -// Author: SET +// Author: Saleem Edah-Tally // Modified by: // Created: sam. 01 mars 2014 14:17:48 CET // RCS-ID: -// Copyright: Copyright SET (nmset@yandex.com) - © 2014. +// Copyright: Copyright Saleem Edah-Tally (nmset@yandex.com) - © 2014. // Licence: LGPL 2.1 ///////////////////////////////////////////////////////////////////////////// diff --git a/Resources/UI/t7main.cpp b/Resources/UI/t7main.cpp index 27201a2..a3bbbe0 100644 --- a/Resources/UI/t7main.cpp +++ b/Resources/UI/t7main.cpp @@ -1,11 +1,11 @@ ///////////////////////////////////////////////////////////////////////////// // Name: t7main.cpp // Purpose: -// Author: SET +// Author: Saleem Edah-Tally // Modified by: // Created: sam. 01 mars 2014 14:23:16 CET // RCS-ID: -// Copyright: Copyright SET (nmset@yandex.com) - © 2014. +// Copyright: Copyright Saleem Edah-Tally (nmset@yandex.com) - © 2014. // Licence: LGPL 2.1 ///////////////////////////////////////////////////////////////////////////// diff --git a/Resources/UI/t7main.h b/Resources/UI/t7main.h index 937450c..cd081c7 100644 --- a/Resources/UI/t7main.h +++ b/Resources/UI/t7main.h @@ -1,11 +1,11 @@ ///////////////////////////////////////////////////////////////////////////// // Name: t7main.h // Purpose: -// Author: SET +// Author: Saleem Edah-Tally // Modified by: // Created: sam. 01 mars 2014 14:23:16 CET // RCS-ID: -// Copyright: Copyright SET (nmset@yandex.com) - © 2014. +// Copyright: Copyright Saleem Edah-Tally (nmset@yandex.com) - © 2014. // Licence: LGPL 2.1 ///////////////////////////////////////////////////////////////////////////// diff --git a/XT7Main.cpp b/XT7Main.cpp index 83ba973..583933f 100644 --- a/XT7Main.cpp +++ b/XT7Main.cpp @@ -1,8 +1,8 @@ /* * File: XT7Main.cpp - * Author: SET - nmset@yandex.com + * Author: Saleem Edah-Tally - nmset@yandex.com * Licence : LGPL 2.1 - * Copyright SET, M.D. - © 2014 + * Copyright Saleem Edah-Tally, M.D. - © 2014 * * Created on 1 mars 2014, 15:00 */ @@ -479,7 +479,7 @@ void XT7Main::SetStreamError() { void XT7Main::ShowAbout(wxCommandEvent& evt) { wxString msg = _APPNAME_T7_ + _T(" - ") + _APPVERSION_T7_ + _T("\n\n"); msg += _("Author and copyright :") + _T("\n"); - msg += wxString(_T("SET, M.D.")) + _T("\n"); + msg += wxString(_T("Saleem Edah-Tally, M.D.")) + _T("\n"); msg += wxString(_T("nmset@yandex.com")) + _T("\n\n"); msg += wxString(_("LGPL license")); MessageBox(msg); diff --git a/XT7Main.h b/XT7Main.h index 7802f54..b8722df 100644 --- a/XT7Main.h +++ b/XT7Main.h @@ -1,8 +1,8 @@ /* * File: XT7Main.h - * Author: SET - nmset@yandex.com + * Author: Saleem Edah-Tally - nmset@yandex.com * Licence : LGPL 2.1 - * Copyright SET, M.D. - © 2014 + * Copyright Saleem Edah-Tally, M.D. - © 2014 * * Created on 1 mars 2014, 15:00 */