thread/{Mutex,Cond}: relicense to BSD-2

This commit is contained in:
Max Kellermann
2014-07-02 20:07:08 +02:00
parent 80a45c91f9
commit 56504534d8
6 changed files with 58 additions and 38 deletions

View File

@@ -27,8 +27,8 @@
* OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef MPD_THREAD_POSIX_COND_HXX
#define MPD_THREAD_POSIX_COND_HXX
#ifndef THREAD_POSIX_COND_HXX
#define THREAD_POSIX_COND_HXX
#include "PosixMutex.hxx"