diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-09-06 15:10:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-09-06 15:10:53 +0000 |
commit | 679f73e8e9175897a2a95db87d7198de96e9a176 (patch) | |
tree | 5df7f5b5ee157d490cdd2fecf0ecf826ace76a44 /sys/dev/i2c | |
parent | 362ed32916d92454f9a388927dfa21d67f64ecd0 (diff) |
fix copyright; spotted by cnst
Diffstat (limited to 'sys/dev/i2c')
-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 |