]> git.llucax.com Git - software/mutest.git/blobdiff - py/mutest.h
Add license and a description to all the sources
[software/mutest.git] / py / mutest.h
index ace3b9c9832bd69ab83fc74961dbfe405f634d54..8c42ca8e74d0de13102d62f7818ece60c2ae7c60 100644 (file)
@@ -1,3 +1,16 @@
+/*
+ * This file is part of mutest, a simple micro unit testing framework for C.
+ *
+ * mutest was written by Leandro Lucarella <llucax@gmail.com> and is released
+ * under the BOLA license, please see the LICENSE file or visit:
+ * http://blitiri.com.ar/p/bola/
+ *
+ * This is a Python implementation of the mutest main idea. This header file
+ * should be included in the source files that will make up a test suite, as
+ * a dynamic shared object (.so file).
+ *
+ * Please, read the README file for more details.
+ */
 
 #include <stdio.h> /* printf(), fprintf() */