Revision 4cce70a8 Host/Source/SerialBoot/main.c

View differences:

Host/Source/SerialBoot/main.c
209 209
static void DisplayProgramInfo(void)
210 210
{
211 211
  printf("---------------------------------------------------------------------------\n");
212
  printf("SerialBoot version 1.00. Performs firmware updates via the serial port\n");
213
  printf("for a microcontroller based system that runs the OpenBLT bootloader.\n\n");
214
  printf("Copyright (c) by Feaser  http://www.feaser.com\n");
212
  printf("SerialBoot version 1.00. Performs firmware updates via the serial port     \n");
213
  printf("for a microcontroller based system that runs the OpenBLT bootloader.       \n");
214
  printf("                                                                           \n");
215
  printf("Copyright (c) by Feaser  http://www.feaser.com                             \n");
215 216
  printf("---------------------------------------------------------------------------\n");
216
  printf("This tool was modified for the 'Autonomous Mini Robot' - AMiRo.\n");
217
  printf("Copyright (c) 2016 by Marvin Barther, Thomas Schoepping, and Stefan\n");
218
  printf("Herbrechtsmeier.\n");
219
  printf("This is free software; see the source for copying conditions. There is NO\n");
217
  printf("This tool was modified for the 'Autonomous Mini Robot' - AMiRo.            \n");
218
  printf("Copyright (c) 2016..2017  Marvin Barther, Thomas Schoepping, and Stefan    \n");
219
  printf("                          Herbrechtsmeier                                  \n");
220
  printf("This is free software; see the source for copying conditions. There is NO  \n");
220 221
  printf("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
221
  printf("The development of this software was supported by the Excellence Cluster\n");
222
  printf("The development of this software was supported by the Excellence Cluster   \n");
222 223
  printf("EXC 227 Cognitive Interaction Technology. The Excellence Cluster EXC 227 is\n");
223
  printf("a grant of the Deutsche Forschungsgemeinschaft (DFG) in the context of the\n");
224
  printf("German Excellence Initiative.\n");
224
  printf("a grant of the Deutsche Forschungsgemeinschaft (DFG) in the context of the \n");
225
  printf("German Excellence Initiative.                                              \n");
225 226
  printf("---------------------------------------------------------------------------\n");
226 227
} /*** end of DisplayProgramInfo ***/
227 228

  

Also available in: Unified diff