Added license information.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user