commit 49f1dc0ebe3b3432dd095749367844b071ffc6e6
Author: sin <[email protected]>
Date:   Wed Apr 30 12:28:38 2014 +0100

    Add LICENSE header in explicit_bzero.c

diff --git a/util/explicit_bzero.c b/util/explicit_bzero.c
index df00966..fa19ba6 100644
--- 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"
 


Reply via email to