diff options
| author | 2007-09-06 15:10:52 +0000 | |
|---|---|---|
| committer | 2007-09-06 15:10:52 +0000 | |
| commit | e009b29f1c73efbce58bc0c5ac317238b618e2d3 (patch) | |
| tree | 8551314538f567a717832607746e32be27791819 | |
| parent | negate -12V input value; spotted by Alexander Lobodzinski (diff) | |
| download | wireguard-openbsd-e009b29f1c73efbce58bc0c5ac317238b618e2d3.tar.xz wireguard-openbsd-e009b29f1c73efbce58bc0c5ac317238b618e2d3.zip | |
fix copyright; spotted by cnst
| -rw-r--r-- | sys/dev/i2c/lm93.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/lm93.c b/sys/dev/i2c/lm93.c index a2569574ff0..5edc8f81f95 100644 --- a/sys/dev/i2c/lm93.c +++ b/sys/dev/i2c/lm93.c @@ -1,7 +1,7 @@ -/* $OpenBSD: lm93.c,v 1.5 2007/09/06 15:09:59 deraadt Exp $ */ +/* $OpenBSD: lm93.c,v 1.6 2007/09/06 15:10:52 deraadt Exp $ */ /* - * Copyright (c) 2005 Mark Kettenis + * Copyright (c) 2007 Theo de Raadt * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above |
