From 886c4b116ad7027fa707464fcc4818167e998475 Mon Sep 17 00:00:00 2001 From: Alexander Vasilev Date: Tue, 17 Feb 2015 23:07:49 +0200 Subject: [PATCH] Parepared for MinGW, changed license and info --- mingw.condition_variable.h | 23 +++++++---------------- mingw.mutex.h | 23 +++++++---------------- mingw.thread.h | 23 +++++++---------------- 3 files changed, 21 insertions(+), 48 deletions(-) diff --git a/mingw.condition_variable.h b/mingw.condition_variable.h index acb6fbc..b1779a4 100644 --- a/mingw.condition_variable.h +++ b/mingw.condition_variable.h @@ -1,20 +1,11 @@ /** - * @file mingw.condition_variable.h - * @brief std::condition_vaiable implementation for MinGW - * - * (c) 2014 by Mega Limited, Wellsford, New Zealand - * - * This file is part of the standard threads implementation for MinGW. - * - * This code is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * - * @copyright GNU LGPL version 2.1 License. - * - * You should have received a copy of the license along with this - * program. - */ +* @file condition_variable.h +* @brief std::condition_variable implementation for MinGW +* +* This file is part of the mingw-w64 runtime package. +* No warranty is given; refer to the file DISCLAIMER within this package. +*/ + #ifndef MINGW_CONDITIONAL_VARIABLE_H #define MINGW_CONDITIONAL_VARIABLE_H #include diff --git a/mingw.mutex.h b/mingw.mutex.h index a5fdecd..a29c916 100644 --- a/mingw.mutex.h +++ b/mingw.mutex.h @@ -1,20 +1,11 @@ /** - * @file mingw.mutex.h - * @brief std::mutex et al implementation for MinGW - * - * (c) 2014 by Mega Limited, Wellsford, New Zealand - * - * This file is part of the standard threads implementation for MinGW. - * - * This code is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * - * @copyright GNU LGPL version 2.1 License. - * - * You should have received a copy of the license along with this - * program. - */ +* @file mingw.mutex.h +* @brief std::mutex et al implementation for MinGW +* +* This file is part of the mingw-w64 runtime package. +* No warranty is given; refer to the file DISCLAIMER within this package. +*/ + #ifndef WIN32STDMUTEX_H #define WIN32STDMUTEX_H diff --git a/mingw.thread.h b/mingw.thread.h index 1dfd506..a625eb2 100644 --- a/mingw.thread.h +++ b/mingw.thread.h @@ -1,20 +1,11 @@ /** - * @file mingw.thread.h - * @brief std::thread implementation for MinGW - * - * (c) 2014 by Mega Limited, Wellsford, New Zealand - * - * This file is part of the standard threads implementation for MinGW. - * - * This code is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * - * @copyright GNU LGPL version 2.1 License. - * - * You should have received a copy of the license along with this - * program. - */ +* @file mingw.thread.h +* @brief std::thread implementation for MinGW +* +* This file is part of the mingw-w64 runtime package. +* No warranty is given; refer to the file DISCLAIMER within this package. +*/ + #ifndef WIN32STDTHREAD_H #define WIN32STDTHREAD_H