diff options
author | 2009-01-18 09:12:04 +0000 | |
---|---|---|
committer | 2009-01-18 09:12:04 +0000 | |
commit | 2f39cf0150dd166c9f07a32fe64f6827b474b0d0 (patch) | |
tree | ec70d6671ce9c4449e4a2d40200509b150d13a2a | |
parent | Put ccb back on free list if we bail out because we can't map the (diff) | |
download | wireguard-openbsd-2f39cf0150dd166c9f07a32fe64f6827b474b0d0.tar.xz wireguard-openbsd-2f39cf0150dd166c9f07a32fe64f6827b474b0d0.zip |
Update copyright.
-rw-r--r-- | sys/dev/onewire/owtemp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/onewire/owtemp.c b/sys/dev/onewire/owtemp.c index 5901afb68ed..8461be87b43 100644 --- a/sys/dev/onewire/owtemp.c +++ b/sys/dev/onewire/owtemp.c @@ -1,7 +1,7 @@ -/* $OpenBSD: owtemp.c,v 1.12 2009/01/17 20:30:27 grange Exp $ */ +/* $OpenBSD: owtemp.c,v 1.13 2009/01/18 09:12:04 grange Exp $ */ /* - * Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org> + * Copyright (c) 2006, 2009 Alexander Yurchenko <grange@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 |