From aa086158ee7ddfe4c8b3ddec8af78ce5a99a9e51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Kijewski?= Date: Sat, 18 Oct 2014 18:54:12 +0200 Subject: [PATCH] Add copyright information to lpc1768/include/cpu.h --- cpu/lpc1768/include/cpu.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cpu/lpc1768/include/cpu.h b/cpu/lpc1768/include/cpu.h index d4ac698de9..8e5be7a1da 100644 --- a/cpu/lpc1768/include/cpu.h +++ b/cpu/lpc1768/include/cpu.h @@ -1,3 +1,11 @@ +/** + * Copyright (C) 2014 Oliver Hahm + * + * 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 details. + */ + #ifndef CPU_H #define CPU_H @@ -6,6 +14,7 @@ * @brief NXP LPC1768 specific code * @ingroup cpu * @{ + * @author Oliver Hahm */ #include "LPC17xx.h"