aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_bio.c
diff options
context:
space:
mode:
authorJohn Dyson <dyson@FreeBSD.org>1997-12-22 11:54:00 +0000
committerJohn Dyson <dyson@FreeBSD.org>1997-12-22 11:54:00 +0000
commit6d94bea461a6e6e9846631f5dbf39d54e6dbe1c0 (patch)
tree110389e477a560a8130922224c8fd42be4c2cf01 /sys/kern/vfs_bio.c
parent998d8cd662a938dd55d575745e121e5a4910e5ba (diff)
downloadsrc-6d94bea461a6e6e9846631f5dbf39d54e6dbe1c0.tar.gz
src-6d94bea461a6e6e9846631f5dbf39d54e6dbe1c0.zip
Improve my copyright.
Notes
Notes: svn path=/head/; revision=31936
Diffstat (limited to 'sys/kern/vfs_bio.c')
-rw-r--r--sys/kern/vfs_bio.c15
1 files changed, 4 insertions, 11 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index 33ef805a2771..f5c966f9503e 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1994 John S. Dyson
+ * Copyright (c) 1994,1997 John S. Dyson
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -8,17 +8,10 @@
* 1. Redistributions of source code must retain the above copyright
* notice immediately at the beginning of the file, without modification,
* this list of conditions, and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. Absolutely no warranty of function or purpose is made by the author
- * John S. Dyson.
- * 4. This work was done expressly for inclusion into FreeBSD. Other use
- * is allowed if this notation is included.
- * 5. Modifications may be freely made to this file if the above conditions
- * are met.
+ * 2. Absolutely no warranty of function or purpose is made by the author
+ * John S. Dyson.
*
- * $Id: vfs_bio.c,v 1.137 1997/12/02 21:06:45 phk Exp $
+ * $Id: vfs_bio.c,v 1.139 1997/12/07 04:06:41 dyson Exp $
*/
/*