]> git.llucax.com Git - software/mutest.git/blobdiff - sample/factorial.h
Revert "Add flattr link to html output"
[software/mutest.git] / sample / factorial.h
index a2d71d2643ecafd2fa56d3f46ff1e2923ce4a292..0fb6f29ec7e5e93b63377f9dc18219fdc60f3c93 100644 (file)
@@ -1,3 +1,14 @@
+/*
+ * 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 the factorial module header.
+ *
+ * Please, read the README file for more details.
+ */
 
 int factorial(int);