Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/common/lib/libc/string add a public domain notice



details:   https://anonhg.NetBSD.org/src/rev/1e0b841e8d2d
branches:  trunk
changeset: 330145:1e0b841e8d2d
user:      drochner <drochner%NetBSD.org@localhost>
date:      Tue Jun 24 16:39:39 2014 +0000

description:
add a public domain notice

diffstat:

 common/lib/libc/string/consttime_memequal.c |  7 ++++++-
 common/lib/libc/string/explicit_memset.c    |  7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 4890093d6cfa -r 1e0b841e8d2d common/lib/libc/string/consttime_memequal.c
--- a/common/lib/libc/string/consttime_memequal.c       Tue Jun 24 14:42:43 2014 +0000
+++ b/common/lib/libc/string/consttime_memequal.c       Tue Jun 24 16:39:39 2014 +0000
@@ -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@localhost>.
+ * Public domain.
+ */
 
 #if !defined(_KERNEL) && !defined(_STANDALONE)
 #include "namespace.h"
diff -r 4890093d6cfa -r 1e0b841e8d2d common/lib/libc/string/explicit_memset.c
--- a/common/lib/libc/string/explicit_memset.c  Tue Jun 24 14:42:43 2014 +0000
+++ b/common/lib/libc/string/explicit_memset.c  Tue Jun 24 16:39:39 2014 +0000
@@ -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@localhost>.
+ * Public domain.
+ */
 
 #if !defined(_KERNEL) && !defined(_STANDALONE)
 #include "namespace.h"



Home | Main Index | Thread Index | Old Index