Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Dec 2019 03:07:58 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r355549 - head/sys/dev/gpio
Message-ID:  <201912090307.xB937wl1050417@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
  * 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%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912090307.xB937wl1050417>