Module Name:    src
Committed By:   joerg
Date:           Wed Sep 26 22:23:30 UTC 2012

Modified Files:
        src/tests/lib/libc/hash: t_sha2.c

Log Message:
Fix year.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/hash/t_sha2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/libc/hash/t_sha2.c
diff -u src/tests/lib/libc/hash/t_sha2.c:1.2 src/tests/lib/libc/hash/t_sha2.c:1.3
--- src/tests/lib/libc/hash/t_sha2.c:1.2	Wed Nov  3 16:10:22 2010
+++ src/tests/lib/libc/hash/t_sha2.c	Wed Sep 26 22:23:30 2012
@@ -1,6 +1,6 @@
-/*	$NetBSD: t_sha2.c,v 1.2 2010/11/03 16:10:22 christos Exp $	*/
+/*	$NetBSD: t_sha2.c,v 1.3 2012/09/26 22:23:30 joerg Exp $	*/
 /*-
- * Copyright (c) 20010 The NetBSD Foundation, Inc.
+ * Copyright (c) 2010 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_sha2.c,v 1.2 2010/11/03 16:10:22 christos Exp $");
+__RCSID("$NetBSD: t_sha2.c,v 1.3 2012/09/26 22:23:30 joerg Exp $");
 
 #include <atf-c.h>
 #include <sys/types.h>

Reply via email to