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