Revision 4f07e80a

View differences:

Host/Source/SerialBoot/main.c
215 215
  printf("Copyright (c) by Feaser  http://www.feaser.com                             \n");
216 216
  printf("---------------------------------------------------------------------------\n");
217 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");
218
  printf("Copyright (c) 2016..2018  Marvin Barther, Thomas Schoepping, and Stefan    \n");
219 219
  printf("                          Herbrechtsmeier                                  \n");
220 220
  printf("This is free software; see the source for copying conditions. There is NO  \n");
221 221
  printf("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
README.txt
2 2
Autonomous Mini Robot (AMiRo) [1]. It is based on OpenBLT developed by Feaser
3 3
(see <http://feaser.com/en/openblt.php>).
4 4

  
5
Copyright (C) 2016..2017  Thomas Schöpping et al.
5
Copyright (C) 2016..2018  Thomas Schöpping et al.
6 6
(a complete list of all authors is given below)
7 7

  
8 8
This program is free software: you can redistribute it and/or modify
Target/Makefile
2 2
# AMiRo-BLT is the bootloader and flashing toolchain for the base version of   #
3 3
# the Autonomous Mini Robot (AMiRo). It is based on OpenBLT developed by       #
4 4
# Feaser (see <http://feaser.com/en/openblt.php>).                             #
5
# Copyright (C) 2016..2017  Thomas Schöpping et al.                            #
5
# Copyright (C) 2016..2018  Thomas Schöpping et al.                            #
6 6
#                                                                              #
7 7
# This program is free software: you can redistribute it and/or modify         #
8 8
# it under the terms of the GNU General Public License as published by         #
compiler/GCC/gccsetup.sh
1 1
################################################################################
2 2
# AMiRo-BLT is an bootloader and toolchain designed for the Autonomous Mini    #
3 3
# Robot (AMiRo) platform.                                                      #
4
# Copyright (C) 2016..2017  Thomas Schöpping et al.                            #
4
# Copyright (C) 2016..2018  Thomas Schöpping et al.                            #
5 5
#                                                                              #
6 6
# This program is free software: you can redistribute it and/or modify         #
7 7
# it under the terms of the GNU General Public License as published by         #
......
281 281
  printf "#                                                                    #\n"
282 282
  printf "######################################################################\n"
283 283
  printf "#                                                                    #\n"
284
  printf "# Copyright (c) 2016..2017  Thomas Schöpping                         #\n"
284
  printf "# Copyright (c) 2016..2018  Thomas Schöpping                         #\n"
285 285
  printf "#                                                                    #\n"
286 286
  printf "# This is free software; see the source for copying conditions.      #\n"
287 287
  printf "# There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR  #\n"
compiler/compilersetup.sh
1 1
################################################################################
2 2
# AMiRo-BLT is an bootloader and toolchain designed for the Autonomous Mini    #
3 3
# Robot (AMiRo) platform.                                                      #
4
# Copyright (C) 2016..2017  Thomas Schöpping et al.                            #
4
# Copyright (C) 2016..2018  Thomas Schöpping et al.                            #
5 5
#                                                                              #
6 6
# This program is free software: you can redistribute it and/or modify         #
7 7
# it under the terms of the GNU General Public License as published by         #
......
281 281
  printf "#                                                                    #\n"
282 282
  printf "######################################################################\n"
283 283
  printf "#                                                                    #\n"
284
  printf "# Copyright (c) 2016..2017  Thomas Schöpping                         #\n"
284
  printf "# Copyright (c) 2016..2018  Thomas Schöpping                         #\n"
285 285
  printf "#                                                                    #\n"
286 286
  printf "# This is free software; see the source for copying conditions.      #\n"
287 287
  printf "# There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR  #\n"
ide/QtCreator/QtCreatorSetup.sh
1 1
################################################################################
2 2
# AMiRo-BLT is an bootloader and toolchain designed for the Autonomous Mini    #
3 3
# Robot (AMiRo) platform.                                                      #
4
# Copyright (C) 2016..2017  Thomas Schöpping et al.                            #
4
# Copyright (C) 2016..2018  Thomas Schöpping et al.                            #
5 5
#                                                                              #
6 6
# This program is free software: you can redistribute it and/or modify         #
7 7
# it under the terms of the GNU General Public License as published by         #
......
281 281
  printf "#                                                                    #\n"
282 282
  printf "######################################################################\n"
283 283
  printf "#                                                                    #\n"
284
  printf "# Copyright (c) 2016..2017  Thomas Schöpping                         #\n"
284
  printf "# Copyright (c) 2016..2018  Thomas Schöpping                         #\n"
285 285
  printf "#                                                                    #\n"
286 286
  printf "# This is free software; see the source for copying conditions.      #\n"
287 287
  printf "# There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR  #\n"
ide/idesetup.sh
1 1
################################################################################
2 2
# AMiRo-BLT is an bootloader and toolchain designed for the Autonomous Mini    #
3 3
# Robot (AMiRo) platform.                                                      #
4
# Copyright (C) 2016..2017  Thomas Schöpping et al.                            #
4
# Copyright (C) 2016..2018  Thomas Schöpping et al.                            #
5 5
#                                                                              #
6 6
# This program is free software: you can redistribute it and/or modify         #
7 7
# it under the terms of the GNU General Public License as published by         #
......
281 281
  printf "#                                                                    #\n"
282 282
  printf "######################################################################\n"
283 283
  printf "#                                                                    #\n"
284
  printf "# Copyright (c) 2016..2017  Thomas Schöpping                         #\n"
284
  printf "# Copyright (c) 2016..2018  Thomas Schöpping                         #\n"
285 285
  printf "#                                                                    #\n"
286 286
  printf "# This is free software; see the source for copying conditions.      #\n"
287 287
  printf "# There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR  #\n"
setup.sh
1 1
################################################################################
2 2
# AMiRo-BLT is an bootloader and toolchain designed for the Autonomous Mini    #
3 3
# Robot (AMiRo) platform.                                                      #
4
# Copyright (C) 2016..2017  Thomas Schöpping et al.                            #
4
# Copyright (C) 2016..2018  Thomas Schöpping et al.                            #
5 5
#                                                                              #
6 6
# This program is free software: you can redistribute it and/or modify         #
7 7
# it under the terms of the GNU General Public License as published by         #
......
281 281
  printf "#                                                                    #\n"
282 282
  printf "######################################################################\n"
283 283
  printf "#                                                                    #\n"
284
  printf "# Copyright (c) 2016..2017  Thomas Schöpping                         #\n"
284
  printf "# Copyright (c) 2016..2018  Thomas Schöpping                         #\n"
285 285
  printf "#                                                                    #\n"
286 286
  printf "# This is free software; see the source for copying conditions.      #\n"
287 287
  printf "# There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR  #\n"

Also available in: Unified diff