svn commit: r328979 - head/usr.bin/lex

Alex Richardson arichardson at FreeBSD.org
Wed Feb 7 17:09:13 UTC 2018


Author: arichardson
Date: Wed Feb  7 17:09:12 2018
New Revision: 328979
URL: https://svnweb.freebsd.org/changeset/base/328979

Log:
  Fix broken SPDX comment in usr.bin/lex/initparse.c
  
  Approved By:	jhb (mentor)

Modified:
  head/usr.bin/lex/initparse.c

Modified: head/usr.bin/lex/initparse.c
==============================================================================
--- head/usr.bin/lex/initparse.c	Wed Feb  7 16:58:01 2018	(r328978)
+++ head/usr.bin/lex/initparse.c	Wed Feb  7 17:09:12 2018	(r328979)
@@ -17,7 +17,7 @@ static const char yysccsid[] = "@(#)yaccpar	1.9 (Berke
 #define YYPURE 0
 
 #line 35 "parse.y"
-/ * SPDX-License-Identifier: BSD-2-Clause */
+/* SPDX-License-Identifier: BSD-2-Clause */
 
 /*  Copyright (c) 1990 The Regents of the University of California. */
 /*  All rights reserved. */


More information about the svn-src-all mailing list