diff --git a/boards/arduino-mega2560/board.c b/boards/arduino-mega2560/board.c index 9274b5e11d..ad6d667f0e 100644 --- a/boards/arduino-mega2560/board.c +++ b/boards/arduino-mega2560/board.c @@ -1,5 +1,6 @@ /* * Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen + * 2015 Kaspar Schleiser * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level @@ -14,6 +15,7 @@ * @brief Board specific implementations for the Arduino Mega 2560 board * * @author Hinnerk van Bruinehsen + * @author Kaspar Schleiser * * @} */