Module Name:    src
Committed By:   reinoud
Date:           Thu Aug 25 14:38:56 UTC 2011

Modified Files:
        src/sys/arch/usermode/usermode: trap.c

Log Message:
Update and claim copyright


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/usermode/usermode/trap.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/usermode/usermode/trap.c
diff -u src/sys/arch/usermode/usermode/trap.c:1.3 src/sys/arch/usermode/usermode/trap.c:1.4
--- src/sys/arch/usermode/usermode/trap.c:1.3	Thu Aug 25 14:37:57 2011
+++ src/sys/arch/usermode/usermode/trap.c	Thu Aug 25 14:38:56 2011
@@ -1,7 +1,7 @@
-/* $NetBSD: trap.c,v 1.3 2011/08/25 14:37:57 reinoud Exp $ */
+/* $NetBSD: trap.c,v 1.4 2011/08/25 14:38:56 reinoud Exp $ */
 
 /*-
- * Copyright (c) 2007 Jared D. McNeill <jmcne...@invisible.ca>
+ * Copyright (c) 2011 Reinoud Zandijk <rein...@netbsd.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.3 2011/08/25 14:37:57 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.4 2011/08/25 14:38:56 reinoud Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>

Reply via email to