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 <t...@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 <t...@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$
  */
 
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to