Module Name: src
Committed By: skrll
Date: Thu Jan 12 23:10:28 UTC 2012
Modified Files:
src/sys/arch/hp700/dev: uturn.c
Log Message:
Copyright correction
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hp700/dev/uturn.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hp700/dev/uturn.c
diff -u src/sys/arch/hp700/dev/uturn.c:1.17 src/sys/arch/hp700/dev/uturn.c:1.18
--- src/sys/arch/hp700/dev/uturn.c:1.17 Thu Jan 12 23:06:45 2012
+++ src/sys/arch/hp700/dev/uturn.c Thu Jan 12 23:10:27 2012
@@ -1,9 +1,9 @@
-/* $NetBSD: uturn.c,v 1.17 2012/01/12 23:06:45 skrll Exp $ */
+/* $NetBSD: uturn.c,v 1.18 2012/01/12 23:10:27 skrll Exp $ */
/* $OpenBSD: uturn.c,v 1.6 2007/12/29 01:26:14 kettenis Exp $ */
/*-
- * Copyright (c) 2012, 2004 The NetBSD Foundation, Inc.
+ * Copyright (c) 2012 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation