svn commit: r327938 - head/sys/dev/extres/syscon

Kyle Evans kevans at FreeBSD.org
Sat Jan 13 19:00:43 UTC 2018


Author: kevans
Date: Sat Jan 13 19:00:41 2018
New Revision: 327938
URL: https://svnweb.freebsd.org/changeset/base/327938

Log:
  Add SPDX tags to syscon bits, correct inconsistency in Copyright line.

Modified:
  head/sys/dev/extres/syscon/syscon.c
  head/sys/dev/extres/syscon/syscon.h
  head/sys/dev/extres/syscon/syscon_generic.c
  head/sys/dev/extres/syscon/syscon_generic.h

Modified: head/sys/dev/extres/syscon/syscon.c
==============================================================================
--- head/sys/dev/extres/syscon/syscon.c	Sat Jan 13 18:56:42 2018	(r327937)
+++ head/sys/dev/extres/syscon/syscon.c	Sat Jan 13 19:00:41 2018	(r327938)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2017 Kyle Evans <kevans at FreeBSD.org>
  * All rights reserved.
  *

Modified: head/sys/dev/extres/syscon/syscon.h
==============================================================================
--- head/sys/dev/extres/syscon/syscon.h	Sat Jan 13 18:56:42 2018	(r327937)
+++ head/sys/dev/extres/syscon/syscon.h	Sat Jan 13 19:00:41 2018	(r327938)
@@ -1,5 +1,7 @@
 /*-
- * Copyright 2017 Kyle Evans <kevans at FreeBSD.org>
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
+ * Copyright (c) 2017 Kyle Evans <kevans at FreeBSD.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/extres/syscon/syscon_generic.c
==============================================================================
--- head/sys/dev/extres/syscon/syscon_generic.c	Sat Jan 13 18:56:42 2018	(r327937)
+++ head/sys/dev/extres/syscon/syscon_generic.c	Sat Jan 13 19:00:41 2018	(r327938)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2015 Michal Meloun
  * All rights reserved.
  *

Modified: head/sys/dev/extres/syscon/syscon_generic.h
==============================================================================
--- head/sys/dev/extres/syscon/syscon_generic.h	Sat Jan 13 18:56:42 2018	(r327937)
+++ head/sys/dev/extres/syscon/syscon_generic.h	Sat Jan 13 19:00:41 2018	(r327938)
@@ -1,5 +1,7 @@
 /*-
- * Copyright 2018 Kyle Evans <kevans at FreeBSD.org>
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
+ * Copyright (c) 2018 Kyle Evans <kevans at FreeBSD.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without


More information about the svn-src-head mailing list