1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #1700 from Kijewski/license-statement

Add license statement to {msp430_types,net_help}.h
This commit is contained in:
Oleg Hahm 2014-09-25 10:40:01 +02:00
commit 90efdbdcb6
2 changed files with 17 additions and 1 deletions

View File

@ -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

View File

@ -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 <oliver.gesch@googlemail.com>
*/
#ifndef __NET_HELP_H