Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Fix copyrights.
details: https://anonhg.NetBSD.org/src/rev/9388dc881a8d
branches: trunk
changeset: 753537:9388dc881a8d
user: ad <ad%NetBSD.org@localhost>
date: Wed Mar 31 19:59:39 2010 +0000
description:
Fix copyrights.
diffstat:
sys/kern/kern_mutex_obj.c | 8 ++++----
sys/kern/kern_rwlock_obj.c | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (54 lines):
diff -r faa1887f7b7e -r 9388dc881a8d sys/kern/kern_mutex_obj.c
--- a/sys/kern/kern_mutex_obj.c Wed Mar 31 19:18:39 2010 +0000
+++ b/sys/kern/kern_mutex_obj.c Wed Mar 31 19:59:39 2010 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: kern_mutex_obj.c,v 1.1 2009/11/04 13:29:45 pooka Exp $ */
+/* $NetBSD: kern_mutex_obj.c,v 1.2 2010/03/31 19:59:39 ad Exp $ */
/*-
- * Copyright (c) 2002, 2006, 2007, 2008 The NetBSD Foundation, Inc.
+ * Copyright (c) 2008 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Jason R. Thorpe and Andrew Doran.
+ * by Andrew Doran.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_mutex_obj.c,v 1.1 2009/11/04 13:29:45 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_mutex_obj.c,v 1.2 2010/03/31 19:59:39 ad Exp $");
#include <sys/param.h>
#include <sys/atomic.h>
diff -r faa1887f7b7e -r 9388dc881a8d sys/kern/kern_rwlock_obj.c
--- a/sys/kern/kern_rwlock_obj.c Wed Mar 31 19:18:39 2010 +0000
+++ b/sys/kern/kern_rwlock_obj.c Wed Mar 31 19:59:39 2010 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: kern_rwlock_obj.c,v 1.1 2009/11/04 13:29:45 pooka Exp $ */
+/* $NetBSD: kern_rwlock_obj.c,v 1.2 2010/03/31 19:59:39 ad Exp $ */
/*-
- * Copyright (c) 2002, 2006, 2007, 2008, 2009 The NetBSD Foundation, Inc.
+ * Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Jason R. Thorpe and Andrew Doran.
+ * by Andrew Doran.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_rwlock_obj.c,v 1.1 2009/11/04 13:29:45 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_rwlock_obj.c,v 1.2 2010/03/31 19:59:39 ad Exp $");
#include <sys/param.h>
#include <sys/atomic.h>
Home |
Main Index |
Thread Index |
Old Index