diff options
Diffstat (limited to 'lib/explicit_bzero.c')
-rw-r--r-- | lib/explicit_bzero.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/explicit_bzero.c b/lib/explicit_bzero.c index fa64ed8..e838f95 100644 --- a/lib/explicit_bzero.c +++ b/lib/explicit_bzero.c @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0-or-later + /* * Public domain. * Written by Matthew Dempsky. |