]> git.llucax.com Git - software/mutest.git/blobdiff - sample/sum.h
Improve names of sample Makefile's variables
[software/mutest.git] / sample / sum.h
index 4f90d44252c2104bddc2318db3710df112702c4c..42ad86f897c4a67efc81b9f4b2791149cae787ad 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 sum module header.
+ *
+ * Please, read the README file for more details.
+ */
 
 int sum(int, int);