Skip to content

Commit

Permalink
Merge pull request #761 from mehlis/test-pthread-license
Browse files Browse the repository at this point in the history
test: added missing license
  • Loading branch information
Kijewski committed Feb 22, 2014
2 parents b2dbf3d + 1e11aca commit 2317ab0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions 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 <mehlis@inf.fu-berlin.de>
*
* @}
*/

#include <stdio.h>
#include <inttypes.h>

Expand Down

0 comments on commit 2317ab0

Please sign in to comment.