tinythread

tiny threading library for linux
git clone git://git.2f30.org/tinythread
Log | Files | Refs | README | LICENSE

commit 4b46eca23d4f0f1090f4ed2ef37dbf40ccc2823e
parent 9a2cdc4f7c7a897b26527d0fa10b0c6a4b980907
Author: sin <sin@2f30.org>
Date:   Mon, 28 Dec 2015 10:26:55 +0000

list.h is under GPLv2

Diffstat:
Mlist.h | 18++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)

diff --git a/list.h b/list.h @@ -1,3 +1,21 @@ +/* This header file was taken from the Linux Kernel and it is under + * GPLv2. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program 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. See the + * GNU General Public License for more details. + + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + #ifndef _LIST_H #define _LIST_H