commit 49f1dc0ebe3b3432dd095749367844b071ffc6e6 parent 24d5c07d298d5681e2281e10d8a37106ee7f1eba Author: sin <sin@2f30.org> Date: Wed, 30 Apr 2014 12:28:38 +0100 Add LICENSE header in explicit_bzero.c Diffstat:
M | util/explicit_bzero.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/util/explicit_bzero.c b/util/explicit_bzero.c @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include <string.h> #include "../util.h"