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:
commit
90efdbdcb6
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user