summaryrefslogtreecommitdiff
path: root/common/lib/libc/string
diff options
context:
space:
mode:
authordrochner <drochner@NetBSD.org>2014-06-24 16:39:39 +0000
committerdrochner <drochner@NetBSD.org>2014-06-24 16:39:39 +0000
commit3491ec2019ff29bd4ec57b0a036b45df9275682e (patch)
tree017e3a348b8754bb2f70ac75be8aaba099589eb1 /common/lib/libc/string
parent78f115bf76b15bdaaf7f2aa1e3eb025ec702b5d7 (diff)
add a public domain notice
Diffstat (limited to 'common/lib/libc/string')
-rw-r--r--common/lib/libc/string/consttime_memequal.c7
-rw-r--r--common/lib/libc/string/explicit_memset.c7
2 files changed, 12 insertions, 2 deletions
diff --git a/common/lib/libc/string/consttime_memequal.c b/common/lib/libc/string/consttime_memequal.c
index a00d7e197b4..0a2277bf066 100644
--- a/common/lib/libc/string/consttime_memequal.c
+++ b/common/lib/libc/string/consttime_memequal.c
@@ -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"
diff --git a/common/lib/libc/string/explicit_memset.c b/common/lib/libc/string/explicit_memset.c
index b6bd43f907d..5fbd2f76239 100644
--- a/common/lib/libc/string/explicit_memset.c
+++ b/common/lib/libc/string/explicit_memset.c
@@ -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"