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. */ _______________________________________________ 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"