Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2018 20:19:31 +0000 (UTC)
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r329926 - head/sys/dev/gpio
Message-ID:  <201802242019.w1OKJVBw073750@repo.freebsd.org>

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



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