diff options
author | 2008-02-15 05:29:25 +0000 | |
---|---|---|
committer | 2008-02-15 05:29:25 +0000 | |
commit | 7fe2bdbee5a8d3dde0a55f9da545ecc2a8019e59 (patch) | |
tree | 8c8d9293570c5eae08ce491591e6880aa7ff674a | |
parent | revert to a pre-mutex state. for unknown reasons, the mutexes do not provide (diff) | |
download | wireguard-openbsd-7fe2bdbee5a8d3dde0a55f9da545ecc2a8019e59.tar.xz wireguard-openbsd-7fe2bdbee5a8d3dde0a55f9da545ecc2a8019e59.zip |
Add myself to the copyrights, ok marco@
-rw-r--r-- | sys/dev/softraid.c | 3 | ||||
-rw-r--r-- | sys/dev/softraid_crypto.c | 3 | ||||
-rw-r--r-- | sys/dev/softraidvar.h | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/dev/softraid.c b/sys/dev/softraid.c index 02bf54b4b9b..57bc7becef4 100644 --- a/sys/dev/softraid.c +++ b/sys/dev/softraid.c @@ -1,6 +1,7 @@ -/* $OpenBSD: softraid.c,v 1.103 2008/02/14 22:04:34 ckuethe Exp $ */ +/* $OpenBSD: softraid.c,v 1.104 2008/02/15 05:29:25 ckuethe Exp $ */ /* * Copyright (c) 2007 Marco Peereboom <marco@peereboom.us> + * Copyright (c) 2008 Chris Kuethe <ckuethe@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 diff --git a/sys/dev/softraid_crypto.c b/sys/dev/softraid_crypto.c index 8968f23baa5..a7588d07875 100644 --- a/sys/dev/softraid_crypto.c +++ b/sys/dev/softraid_crypto.c @@ -1,7 +1,8 @@ -/* $OpenBSD: softraid_crypto.c,v 1.10 2008/02/14 22:04:34 ckuethe Exp $ */ +/* $OpenBSD: softraid_crypto.c,v 1.11 2008/02/15 05:29:25 ckuethe Exp $ */ /* * Copyright (c) 2007 Ted Unangst <tedu@openbsd.org> * Copyright (c) 2008 Marco Peereboom <marco@openbsd.org> + * Copyright (c) 2008 Chris Kuethe <ckuethe@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 diff --git a/sys/dev/softraidvar.h b/sys/dev/softraidvar.h index 292d667ddcc..69af7cc8e7b 100644 --- a/sys/dev/softraidvar.h +++ b/sys/dev/softraidvar.h @@ -1,6 +1,7 @@ -/* $OpenBSD: softraidvar.h,v 1.45 2008/02/14 22:04:34 ckuethe Exp $ */ +/* $OpenBSD: softraidvar.h,v 1.46 2008/02/15 05:29:25 ckuethe Exp $ */ /* * Copyright (c) 2006 Marco Peereboom <marco@peereboom.us> + * Copyright (c) 2008 Chris Kuethe <ckuethe@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 |