diff options
author | 2007-05-31 05:49:26 +0000 | |
---|---|---|
committer | 2007-05-31 05:49:26 +0000 | |
commit | 989b6914f9b1a13ec02c1a96a20f287082a0f397 (patch) | |
tree | dea39d1d45749ed12e0b4d334ed07ed8b484615d | |
parent | Kill old, no longer necessary kludge to try fooling readdisklabel() (diff) | |
download | wireguard-openbsd-989b6914f9b1a13ec02c1a96a20f287082a0f397.tar.xz wireguard-openbsd-989b6914f9b1a13ec02c1a96a20f287082a0f397.zip |
correct misspelled mail address in copyright statement, marco@ ok
-rw-r--r-- | sys/dev/softraidvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/softraidvar.h b/sys/dev/softraidvar.h index d39f0897464..f60542b178e 100644 --- a/sys/dev/softraidvar.h +++ b/sys/dev/softraidvar.h @@ -1,6 +1,6 @@ -/* $OpenBSD: softraidvar.h,v 1.26 2007/05/30 15:59:35 marco Exp $ */ +/* $OpenBSD: softraidvar.h,v 1.27 2007/05/31 05:49:26 grunk Exp $ */ /* - * Copyright (c) 2006 Marco Peereboom <sro@peereboom.us> + * Copyright (c) 2006 Marco Peereboom <marco@peereboom.us> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above |