From bec167c8d0e9ac6dbca1de08c2a9f508eebb8ba0 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Thu, 16 Jul 2015 09:31:12 +0200 Subject: [PATCH] boards: arduino-mega2560/board.c: add myself as copyright holder --- boards/arduino-mega2560/board.c | 2 ++ 1 file changed, 2 insertions(+) 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 * * @} */