X-Git-Url: https://git.llucax.com/software/mutest.git/blobdiff_plain/6fa3862da83a93a63c025035d8e614eaac4f5cab..ab22fdd3f1e817a4ab3a05d76366f14c06dfad6d:/sample/factorial.h?ds=sidebyside diff --git a/sample/factorial.h b/sample/factorial.h index a2d71d2..0fb6f29 100644 --- a/sample/factorial.h +++ b/sample/factorial.h @@ -1,3 +1,14 @@ +/* + * This file is part of mutest, a simple micro unit testing framework for C. + * + * mutest was written by Leandro Lucarella 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);