Talloc is part of the Samba project and can be found at:
http://talloc.samba.org/talloc/doc/html/index.html

It is licensed under the: GNU Lesser General Public License.
See the corresponding LICENSE file or http://www.gnu.org/licenses/

The files talloc.c and talloc.h are copies taken from:
http://www.samba.org/ftp/talloc/talloc-2.4.4.tar.gz

replace.h was added to compile talloc.c to on various platforms.

Alterations to talloc.c:
* replaced bool by talloc_bool
* added safe guard "!defined( _MSC_VER )" before use of "#warning"

