diff options
author | 2008-01-31 20:55:43 +0000 | |
---|---|---|
committer | 2008-01-31 20:55:43 +0000 | |
commit | b64e736b35ea8fd156dbe2e0599a46d856e8abbe (patch) | |
tree | 1f7d2699e67e75d92db14e09519cff54469d2f4b | |
parent | add changed lines support to log and rlog (the + and - stuff) (diff) | |
download | wireguard-openbsd-b64e736b35ea8fd156dbe2e0599a46d856e8abbe.tar.xz wireguard-openbsd-b64e736b35ea8fd156dbe2e0599a46d856e8abbe.zip |
Add me to copyright.
ok tedu
-rw-r--r-- | sys/dev/softraid_crypto.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/softraid_crypto.c b/sys/dev/softraid_crypto.c index b85f51def16..3a54a3604cf 100644 --- a/sys/dev/softraid_crypto.c +++ b/sys/dev/softraid_crypto.c @@ -1,6 +1,7 @@ -/* $OpenBSD: softraid_crypto.c,v 1.5 2008/01/29 23:25:02 marco Exp $ */ +/* $OpenBSD: softraid_crypto.c,v 1.6 2008/01/31 20:55:43 marco Exp $ */ /* * Copyright (c) 2007 Ted Unangst <tedu@openbsd.org> + * Copyright (c) 2008 Marco Peereboom <marco@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 |