From bcb206be61a7fd6d28d37760a8e97231f7b1627c Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Mon, 23 Mar 2015 11:11:29 +0100 Subject: [PATCH] cpu: stm32f3: add myself as author --- cpu/stm32f3/periph/spi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpu/stm32f3/periph/spi.c b/cpu/stm32f3/periph/spi.c index a6fabadcf1..1631998a13 100644 --- a/cpu/stm32f3/periph/spi.c +++ b/cpu/stm32f3/periph/spi.c @@ -1,6 +1,7 @@ /* * Copyright (C) 2014 Hamburg University of Applied Sciences * Copyright (C) 2014 Freie Universität Berlin + * Copyright (C) 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 directory for more @@ -18,6 +19,7 @@ * @author Fabian Nack * @author Hauke Petersen * @author Joakim Gebart + * @author Kaspar Schleiser * * @} */