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

Merge pull request #561 from mehlis/copyright

timex.c: add copyright header
This commit is contained in:
Christian Mehlis 2014-01-28 03:47:05 -08:00
commit b598316294

View File

@ -1,3 +1,22 @@
/**
* Timex implementation
*
* Copyright (C) 2009, 2010, 2013, 2014 Freie Universitaet Berlin (FUB).
* Copyright (C) 2013, INRIA.
*
* This file is 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.
*/
/**
* @file
* @author Kaspar Schleiser <kaspar@schleiser.de>
* @author Oliver Hahm <oliver.hahm@inria.fr>
* @author Christian Mehlis <mehlis@inf.fu-berlin.de>
*
*/
#include <stdio.h>
#include <inttypes.h>