diff options
author | 2005-12-28 22:35:33 +0000 | |
---|---|---|
committer | 2005-12-28 22:35:33 +0000 | |
commit | 4de9e267e0d904aa03086e827dc7dff3e02accd1 (patch) | |
tree | 4aedc0608685ade9492f6ee738c6e32fc547e016 /sys/dev/i2c | |
parent | probe true lm90, lm99, lm89, lm86 devices (diff) | |
download | wireguard-openbsd-4de9e267e0d904aa03086e827dc7dff3e02accd1.tar.xz wireguard-openbsd-4de9e267e0d904aa03086e827dc7dff3e02accd1.zip |
correct copyright
Diffstat (limited to 'sys/dev/i2c')
-rw-r--r-- | sys/dev/i2c/i2c_scan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/i2c_scan.c b/sys/dev/i2c/i2c_scan.c index 9d7f498b6fe..394593c35c8 100644 --- a/sys/dev/i2c/i2c_scan.c +++ b/sys/dev/i2c/i2c_scan.c @@ -1,7 +1,7 @@ -/* $OpenBSD: i2c_scan.c,v 1.31 2005/12/28 22:30:53 deraadt Exp $ */ +/* $OpenBSD: i2c_scan.c,v 1.32 2005/12/28 22:35:33 deraadt Exp $ */ /* - * Copyright (c) 2005 Alexander Yurchenko <grange@openbsd.org> + * Copyright (c) 2005 Theo de Raadt <deraadt@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 |