File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -194,9 +194,9 @@ For reliable operation it is recommended to apply the short options *without* a
194194[6] python3 %QTOOLS%\qutest\qutest.py -eDEBUG -- test_mpu.py
195195@endverbatim
196196
197- `[1]` runs all test scripts (`*.py`) in the current directory on a remote target connected to QSPU host utility.
197+ `[1]` runs all test scripts (`*.py`) in the current directory on a remote target connected to QSPY host utility.
198198
199- `[2]` runs the test script `test_mpu.py` in the current directory on a remote target connected to QSPU host utility.
199+ `[2]` runs the test script `test_mpu.py` in the current directory on a remote target connected to QSPY host utility.
200200
201201`[3]` runs all test scripts (`*.py`) in the current directory and uses the host executable `build/test_dpp.exe` (test fixture).
202202
@@ -221,9 +221,9 @@ For reliable operation it is recommended to apply the short options *without* a
221221[6] python3 $(QTOOLS)/qutest/qutest.py -eDEBUG -- test_mpu.py
222222@endverbatim
223223
224- `[1]` runs all test scripts (`*.py`) in the current directory on a remote target connected to QSPU host utility.
224+ `[1]` runs all test scripts (`*.py`) in the current directory on a remote target connected to QSPY host utility.
225225
226- `[2]` runs the test script `test_mpu.py` in the current directory on a remote target connected to QSPU host utility.
226+ `[2]` runs the test script `test_mpu.py` in the current directory on a remote target connected to QSPY host utility.
227227
228228`[3]` runs all test scripts (`*.py`) in the current directory and uses the host executable `build/test_dpp` (test fixture).
229229
Original file line number Diff line number Diff line change 23232424============================================================================*/
2525/*!
26- * @date Last updated on: 2022-12-13
26+ * @date Last updated on: 2023-01-11
2727* @version Last updated for version: 7.2.0
2828*
2929* @file
@@ -84,7 +84,7 @@ extern char const * const l_lightPalette[];
8484static char const * const * l_colorPalette = l_darkPalette ;
8585
8686static char const l_introStr [] = \
87- "QSPY %s Copyright (c) 2005-2022 Quantum Leaps\n" \
87+ "QSPY %s Copyright (c) 2005-2023 Quantum Leaps\n" \
8888 "Documentation: https://www.state-machine.com/qtools/qspy.html\n" \
8989 "Current timestamp: %s\n" ;
9090
Original file line number Diff line number Diff line change @@ -1517,7 +1517,7 @@ def main():
15171517 QUTest .VERSION // 100 ,
15181518 (QUTest .VERSION // 10 ) % 10 ,
15191519 QUTest .VERSION % 10 , python_version ()))
1520- print ("Copyright (c) 2005-2022 Quantum Leaps, www.state-machine.com" )
1520+ print ("Copyright (c) 2005-2023 Quantum Leaps, www.state-machine.com" )
15211521
15221522 # process command-line argumens...
15231523 if args .exe != '' :
You can’t perform that action at this time.
0 commit comments