svn commit: r355549 - head/sys/dev/gpio

Ian Lepore ian at FreeBSD.org
Mon Dec 9 03:07:58 UTC 2019


Author: ian
Date: Mon Dec  9 03:07:57 2019
New Revision: 355549
URL: https://svnweb.freebsd.org/changeset/base/355549

Log:
  Add myself to the copyright list.  Also add an SPDX tag.  And finally, fix
  a missing word and a spelling error in a comment.

Modified:
  head/sys/dev/gpio/gpioths.c

Modified: head/sys/dev/gpio/gpioths.c
==============================================================================
--- head/sys/dev/gpio/gpioths.c	Mon Dec  9 03:02:54 2019	(r355548)
+++ head/sys/dev/gpio/gpioths.c	Mon Dec  9 03:07:57 2019	(r355549)
@@ -1,7 +1,9 @@
 /*-
- * Copyright (c) 2016 Michael Zhilin <mizhka at freebsd.org>
- * All rights reserved.
+ * SPDX-License-Identifier: BSD-2-Clause
  *
+ * Copyright (c) 2019 Ian Lepore <ian at freebsd.org>
+ * Copyright (c) 2016 Michael Zhilin <mizhka at freebsd.org> All rights reserved.
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -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%


More information about the svn-src-head mailing list