From 54d7e5f748b1df5d6fd1a177f15a4ff35f83e829 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Wed, 3 Sep 2014 14:18:11 +0200 Subject: [PATCH] sys: vtimer: add license header --- sys/include/vtimer.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/sys/include/vtimer.h b/sys/include/vtimer.h index 7b32d83f0a..f9b10cd206 100644 --- a/sys/include/vtimer.h +++ b/sys/include/vtimer.h @@ -1,18 +1,18 @@ /** - * @defgroup sys_vtimer Virtual (Software) Timer library - * @ingroup sys - * @brief Virtual software timer for general timer functionality in applications + * virtual timer header + * + * Copyright (C) 2009, 2014 Kaspar Schleiser + * Copyright (C) 2013, 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. + * + * @ingroup sys_vtimer * @{ - * * @file vtimer.h - * @brief VTimer API - * - * The vtimer library provides functions for setting, resetting and restarting - * software timers, and for checking if a vtimer has expired. - * - * (As of now, not resetting, restarting, removing and checking are not implemented) - * - * @author unknown + * @author Kaspar Schleiser + * @} */ #ifndef __VTIMER_H