From 439b0d2ba5b9889730f9ddbbbcd599e4d78853d8 Mon Sep 17 00:00:00 2001 From: Christian Mehlis Date: Mon, 3 Feb 2014 23:19:11 +0100 Subject: [PATCH] added LGPL header and doxygen headers --- sys/shell/commands/sc_cc2420.c | 20 ++++++++++++++++++++ sys/uart0/uart0.c | 21 +++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/sys/shell/commands/sc_cc2420.c b/sys/shell/commands/sc_cc2420.c index 92a576797f..03690761c0 100644 --- a/sys/shell/commands/sc_cc2420.c +++ b/sys/shell/commands/sc_cc2420.c @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2013 Milan Babel + * + * This file is subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + */ + +/** + * @ingroup shell_commands + * @{ + * + * @file + * @brief provides shell commands to configure cc2420 driver + * + * @author Milan Babel + * + * @} + */ + #include #include #include diff --git a/sys/uart0/uart0.c b/sys/uart0/uart0.c index 40d7b714b0..a37b456e67 100644 --- a/sys/uart0/uart0.c +++ b/sys/uart0/uart0.c @@ -1,3 +1,24 @@ +/* + * Copyright (C) 2013 INRIA + * + * This file is subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + */ + +/** + * @ingroup sys + * @{ + * + * @file + * @brief UART implementation + * + * @author Oliver Hahm + * @author Ludwig Ortmann + * + * @} + */ + #include #include "cpu-conf.h"