add a public domain notice

This commit is contained in:
drochner 2014-06-24 16:39:39 +00:00
parent eb92b9efbc
commit 1970d452ef
2 changed files with 12 additions and 2 deletions

View File

@ -1,4 +1,9 @@
/* $NetBSD: consttime_memequal.c,v 1.4 2013/08/28 19:31:14 riastradh Exp $ */
/* $NetBSD: consttime_memequal.c,v 1.5 2014/06/24 16:39:39 drochner Exp $ */
/*
* Written by Matthias Drochner <drochner@NetBSD.org>.
* Public domain.
*/
#if !defined(_KERNEL) && !defined(_STANDALONE)
#include "namespace.h"

View File

@ -1,4 +1,9 @@
/* $NetBSD: explicit_memset.c,v 1.3 2013/08/28 17:47:07 riastradh Exp $ */
/* $NetBSD: explicit_memset.c,v 1.4 2014/06/24 16:39:39 drochner Exp $ */
/*
* Written by Matthias Drochner <drochner@NetBSD.org>.
* Public domain.
*/
#if !defined(_KERNEL) && !defined(_STANDALONE)
#include "namespace.h"