From 106b36e201680c2afe49a5c3ed50e7727929e159 Mon Sep 17 00:00:00 2001 From: Christian Mehlis Date: Fri, 24 Jan 2014 18:57:04 +0100 Subject: [PATCH] timex.c: add copyright header --- sys/timex/timex.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/sys/timex/timex.c b/sys/timex/timex.c index 33da161e51..0878b54695 100644 --- a/sys/timex/timex.c +++ b/sys/timex/timex.c @@ -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 + * @author Oliver Hahm + * @author Christian Mehlis + * + */ + #include #include