Add LICENSE header in explicit_bzero.c

This commit is contained in:
sin 2014-04-30 12:28:38 +01:00
parent 24d5c07d29
commit 49f1dc0ebe

View File

@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include <string.h>
#include "../util.h"