diff options
author | 2009-07-12 21:48:03 +0000 | |
---|---|---|
committer | 2009-07-12 21:48:03 +0000 | |
commit | b90bd928b3e3dbc67e0691a633fe15567bbc2a96 (patch) | |
tree | c881067fe551fa37c876883a467d1fca0bcbe12a /sys/dev/softraid.c | |
parent | Fix rebuild percentage so that it ranges from 0-99% rather than 1-100%. (diff) | |
download | wireguard-openbsd-b90bd928b3e3dbc67e0691a633fe15567bbc2a96.tar.xz wireguard-openbsd-b90bd928b3e3dbc67e0691a633fe15567bbc2a96.zip |
Assert copyright.
suggested by and ok marco@
Diffstat (limited to 'sys/dev/softraid.c')
-rw-r--r-- | sys/dev/softraid.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/softraid.c b/sys/dev/softraid.c index 89c34d94e34..6831c675b7d 100644 --- a/sys/dev/softraid.c +++ b/sys/dev/softraid.c @@ -1,7 +1,8 @@ -/* $OpenBSD: softraid.c,v 1.166 2009/07/12 21:46:36 jsing Exp $ */ +/* $OpenBSD: softraid.c,v 1.167 2009/07/12 21:48:03 jsing Exp $ */ /* - * Copyright (c) 2007 Marco Peereboom <marco@peereboom.us> + * Copyright (c) 2007, 2008, 2009 Marco Peereboom <marco@peereboom.us> * Copyright (c) 2008 Chris Kuethe <ckuethe@openbsd.org> + * Copyright (c) 2009 Joel Sing <jsing@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above |