diff options
| author | Ian Lepore <ian@FreeBSD.org> | 2019-12-09 03:07:57 +0000 |
|---|---|---|
| committer | Ian Lepore <ian@FreeBSD.org> | 2019-12-09 03:07:57 +0000 |
| commit | 5f0cf99525e0b361ade4102ffb02ecc3aff08d51 (patch) | |
| tree | 5521e9bbc8c8f0e8d7020927cf4dafa6da446d39 /sys/dev/gpio | |
| parent | 9a57b9c38cac2f3883b1c688dbf7b175f127c505 (diff) | |
Notes
Diffstat (limited to 'sys/dev/gpio')
| -rw-r--r-- | sys/dev/gpio/gpioths.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/dev/gpio/gpioths.c b/sys/dev/gpio/gpioths.c index ffdb7c7cce7b..757e99615c77 100644 --- a/sys/dev/gpio/gpioths.c +++ b/sys/dev/gpio/gpioths.c @@ -1,6 +1,8 @@ /*- - * Copyright (c) 2016 Michael Zhilin <mizhka@freebsd.org> - * All rights reserved. + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (c) 2019 Ian Lepore <ian@freebsd.org> + * Copyright (c) 2016 Michael Zhilin <mizhka@freebsd.org> All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -29,7 +31,7 @@ * * This is driver for Temperature & Humidity sensor which provides digital * output over single-wire protocol from embedded 8-bit microcontroller. - * Note that uses a custom single-wire protocol, it is not One-wire(tm). + * Note that it uses a custom single-wire protocol, it is not 1-wire(tm). * * This driver supports the following chips: * DHT11: Temp 0c to 50c +-2.0c, Humidity 20% to 90% +-5% |
