Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Feb 2018 17:09:12 +0000 (UTC)
From:      Alex Richardson <arichardson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r328979 - head/usr.bin/lex
Message-ID:  <201802071709.w17H9Ccu003264@repo.freebsd.org>

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



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