From d4f144eb47c0e9a0710268b6d16ed18ecb096a3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Kijewski?= Date: Wed, 24 Sep 2014 09:15:20 +0200 Subject: [PATCH] Add license statement to {msp430_types,net_help}.h --- cpu/msp430-common/include/msp430_types.h | 8 ++++++++ sys/net/include/net_help.h | 10 +++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/cpu/msp430-common/include/msp430_types.h b/cpu/msp430-common/include/msp430_types.h index c2e8030e56..f5673601b7 100644 --- a/cpu/msp430-common/include/msp430_types.h +++ b/cpu/msp430-common/include/msp430_types.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2014 INRIA + * + * 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 MSP430_TYPES_H #define MSP430_TYPES_H diff --git a/sys/net/include/net_help.h b/sys/net/include/net_help.h index 25cc78c069..f83df412f5 100644 --- a/sys/net/include/net_help.h +++ b/sys/net/include/net_help.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2014 Freie Universität Berlin + * + * 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. + */ + /** * @defgroup net_help Net help * @ingroup net @@ -6,7 +14,7 @@ * * @file net_help.h * - * @author Oliver + * @author Oliver Gesch */ #ifndef __NET_HELP_H