From 1e11aca2091b1fb04b20afc148a9e74ad19a98cc Mon Sep 17 00:00:00 2001 From: Christian Mehlis Date: Fri, 21 Feb 2014 21:51:29 +0100 Subject: [PATCH] test: added missing license --- tests/test_pthread/main.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/tests/test_pthread/main.c b/tests/test_pthread/main.c index 25f1e3031d..ecbfb63e58 100644 --- a/tests/test_pthread/main.c +++ b/tests/test_pthread/main.c @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2014 Freie Universität Berlin + * + * 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. + */ + +/** + * @ingroup tests + * @{ + * + * @file + * @brief pthread test application + * + * @author Christian Mehlis + * + * @} + */ + #include #include