Added license information.

This commit is contained in:
Samer Afach
2017-06-08 06:50:32 +02:00
parent 375d5a38b1
commit 2b8accbb55
2 changed files with 49 additions and 0 deletions

View File

@@ -1,3 +1,16 @@
/**
This library was written by Samer Afach, find this code in the repository
git.afach.de, 2017
Terms of use:
-You're free to do anything you wish with this simple library, including any
embedding or modifications you wish, with static or dynamic linking (you can't
dynamically link it... it's header only! :-) ).
-The creator of this library is not to be help liable for anything you do with
it. Using this library is your own responsibility
*/
#ifndef THREADPOOL_H
#define THREADPOOL_H