Expand developer string.

This commit is contained in:
Saleem Edah-Tally
2022-11-19 16:28:04 +01:00
parent 62d3b5563b
commit 64155f66ed
10 changed files with 21 additions and 21 deletions

View File

@@ -1,8 +1,8 @@
/* /*
* File: KeyboardSimulation.cpp * File: KeyboardSimulation.cpp
* Author: SET - nmset@yandex.com * Author: Saleem Edah-Tally - nmset@yandex.com
* Licence : LGPL 2.1 * Licence : LGPL 2.1
* Copyright SET, M.D. - © 2022 * Copyright Saleem Edah-Tally, M.D. - © 2022
* *
* Created on October 8, 2022, 3:43 PM * Created on October 8, 2022, 3:43 PM
*/ */

View File

@@ -1,8 +1,8 @@
/* /*
* File: KeyboardSimulation.h * File: KeyboardSimulation.h
* Author: SET - nmset@yandex.com * Author: Saleem Edah-Tally - nmset@yandex.com
* Licence : LGPL 2.1 * Licence : LGPL 2.1
* Copyright SET, M.D. - © 2022 * Copyright Saleem Edah-Tally, M.D. - © 2022
* *
* Created on October 8, 2022, 3:43 PM * Created on October 8, 2022, 3:43 PM
*/ */

View File

@@ -1,8 +1,8 @@
/* /*
* File: PedalMonitor.cpp * File: PedalMonitor.cpp
* Author: SET - nmset@yandex.com * Author: Saleem Edah-Tally - nmset@yandex.com
* Licence : LGPL 2.1 * Licence : LGPL 2.1
* Copyright SET, M.D. - © 2014 * Copyright Saleem Edah-Tally, M.D. - © 2014
* *
* Created on 18 février 2014, 20:52 * Created on 18 février 2014, 20:52
*/ */

View File

@@ -1,8 +1,8 @@
/* /*
* File: PedalMonitor.h * File: PedalMonitor.h
* Author: SET - nmset@yandex.com * Author: Saleem Edah-Tally - nmset@yandex.com
* Licence : LGPL 2.1 * Licence : LGPL 2.1
* Copyright SET, M.D. - © 2014 * Copyright Saleem Edah-Tally, M.D. - © 2014
* *
* Created on 18 février 2014, 20:52 * Created on 18 février 2014, 20:52
*/ */

View File

@@ -1,11 +1,11 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: t7app.cpp // Name: t7app.cpp
// Purpose: // Purpose:
// Author: SET // Author: Saleem Edah-Tally
// Modified by: // Modified by:
// Created: sam. 01 mars 2014 14:17:48 CET // Created: sam. 01 mars 2014 14:17:48 CET
// RCS-ID: // RCS-ID:
// Copyright: Copyright SET (nmset@yandex.com) - © 2014. // Copyright: Copyright Saleem Edah-Tally (nmset@yandex.com) - © 2014.
// Licence: LGPL 2.1 // Licence: LGPL 2.1
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@@ -1,11 +1,11 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: t7app.h // Name: t7app.h
// Purpose: // Purpose:
// Author: SET // Author: Saleem Edah-Tally
// Modified by: // Modified by:
// Created: sam. 01 mars 2014 14:17:48 CET // Created: sam. 01 mars 2014 14:17:48 CET
// RCS-ID: // RCS-ID:
// Copyright: Copyright SET (nmset@yandex.com) - © 2014. // Copyright: Copyright Saleem Edah-Tally (nmset@yandex.com) - © 2014.
// Licence: LGPL 2.1 // Licence: LGPL 2.1
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@@ -1,11 +1,11 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: t7main.cpp // Name: t7main.cpp
// Purpose: // Purpose:
// Author: SET // Author: Saleem Edah-Tally
// Modified by: // Modified by:
// Created: sam. 01 mars 2014 14:23:16 CET // Created: sam. 01 mars 2014 14:23:16 CET
// RCS-ID: // RCS-ID:
// Copyright: Copyright SET (nmset@yandex.com) - © 2014. // Copyright: Copyright Saleem Edah-Tally (nmset@yandex.com) - © 2014.
// Licence: LGPL 2.1 // Licence: LGPL 2.1
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@@ -1,11 +1,11 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: t7main.h // Name: t7main.h
// Purpose: // Purpose:
// Author: SET // Author: Saleem Edah-Tally
// Modified by: // Modified by:
// Created: sam. 01 mars 2014 14:23:16 CET // Created: sam. 01 mars 2014 14:23:16 CET
// RCS-ID: // RCS-ID:
// Copyright: Copyright SET (nmset@yandex.com) - © 2014. // Copyright: Copyright Saleem Edah-Tally (nmset@yandex.com) - © 2014.
// Licence: LGPL 2.1 // Licence: LGPL 2.1
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@@ -1,8 +1,8 @@
/* /*
* File: XT7Main.cpp * File: XT7Main.cpp
* Author: SET - nmset@yandex.com * Author: Saleem Edah-Tally - nmset@yandex.com
* Licence : LGPL 2.1 * Licence : LGPL 2.1
* Copyright SET, M.D. - © 2014 * Copyright Saleem Edah-Tally, M.D. - © 2014
* *
* Created on 1 mars 2014, 15:00 * Created on 1 mars 2014, 15:00
*/ */
@@ -479,7 +479,7 @@ void XT7Main::SetStreamError() {
void XT7Main::ShowAbout(wxCommandEvent& evt) { void XT7Main::ShowAbout(wxCommandEvent& evt) {
wxString msg = _APPNAME_T7_ + _T(" - ") + _APPVERSION_T7_ + _T("\n\n"); wxString msg = _APPNAME_T7_ + _T(" - ") + _APPVERSION_T7_ + _T("\n\n");
msg += _("Author and copyright :") + _T("\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(_T("nmset@yandex.com")) + _T("\n\n");
msg += wxString(_("LGPL license")); msg += wxString(_("LGPL license"));
MessageBox(msg); MessageBox(msg);

View File

@@ -1,8 +1,8 @@
/* /*
* File: XT7Main.h * File: XT7Main.h
* Author: SET - nmset@yandex.com * Author: Saleem Edah-Tally - nmset@yandex.com
* Licence : LGPL 2.1 * Licence : LGPL 2.1
* Copyright SET, M.D. - © 2014 * Copyright Saleem Edah-Tally, M.D. - © 2014
* *
* Created on 1 mars 2014, 15:00 * Created on 1 mars 2014, 15:00
*/ */