Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/usermode/usermode Update and claim copyright



details:   https://anonhg.NetBSD.org/src/rev/f2c44821b876
branches:  trunk
changeset: 768705:f2c44821b876
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Thu Aug 25 14:38:56 2011 +0000

description:
Update and claim copyright

diffstat:

 sys/arch/usermode/usermode/trap.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 6dce3b92fc05 -r f2c44821b876 sys/arch/usermode/usermode/trap.c
--- a/sys/arch/usermode/usermode/trap.c Thu Aug 25 14:37:57 2011 +0000
+++ b/sys/arch/usermode/usermode/trap.c Thu Aug 25 14:38:56 2011 +0000
@@ -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 <jmcneill%invisible.ca@localhost>
+ * Copyright (c) 2011 Reinoud Zandijk <reinoud%netbsd.org@localhost>
  * 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>



Home | Main Index | Thread Index | Old Index