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

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sat Feb 24 20:19:32 UTC 2018


Author: gonzo
Date: Sat Feb 24 20:19:31 2018
New Revision: 329926
URL: https://svnweb.freebsd.org/changeset/base/329926

Log:
  Add SPDX tags for chvgpio driver sources
  
  Also move $FreeBSD$ keyword in header to BSD license
  
  MFC after:	2 weeks

Modified:
  head/sys/dev/gpio/chvgpio.c
  head/sys/dev/gpio/chvgpio_reg.h

Modified: head/sys/dev/gpio/chvgpio.c
==============================================================================
--- head/sys/dev/gpio/chvgpio.c	Sat Feb 24 20:12:01 2018	(r329925)
+++ head/sys/dev/gpio/chvgpio.c	Sat Feb 24 20:19:31 2018	(r329926)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2017 Tom Jones <tj at enoti.me>
  * All rights reserved.
  *

Modified: head/sys/dev/gpio/chvgpio_reg.h
==============================================================================
--- head/sys/dev/gpio/chvgpio_reg.h	Sat Feb 24 20:12:01 2018	(r329925)
+++ head/sys/dev/gpio/chvgpio_reg.h	Sat Feb 24 20:19:31 2018	(r329926)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2017 Tom Jones <tj at enoti.me>
  * All rights reserved.
  *
@@ -23,6 +25,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
+ * $FreeBSD$
  */
 
 /*
@@ -40,7 +43,6 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
- * $FreeBSD$
  */
 
 


More information about the svn-src-all mailing list