add license header
This commit is contained in:
parent
4cb63ee2c5
commit
1c8e9a4ef5
@ -1,3 +1,21 @@
|
|||||||
|
/**
|
||||||
|
* virtual timer
|
||||||
|
*
|
||||||
|
* Copyright (C) 2013 Freie Universität Berlin
|
||||||
|
*
|
||||||
|
* This file 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 vtimer
|
||||||
|
* @{
|
||||||
|
* @file
|
||||||
|
* @author Kaspar Schleiser <kaspar.schleiser@fu-berlin.de> (author)
|
||||||
|
* @author Oliver Hahm <oliver.hahm@inria.fr> (modifications)
|
||||||
|
* @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de> (cleaning up the mess)
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user