Author: imp Date: Tue Mar 20 21:31:18 2018 New Revision: 331267 URL: https://svnweb.freebsd.org/changeset/base/331267
Log: Update to include information about using SPDX-License-Identifier lines. Modified: head/share/man/man9/style.9 Modified: head/share/man/man9/style.9 ============================================================================== --- head/share/man/man9/style.9 Tue Mar 20 21:18:40 2018 (r331266) +++ head/share/man/man9/style.9 Tue Mar 20 21:31:18 2018 (r331267) @@ -65,6 +65,8 @@ The copyright header should be a multi-line comment, w line of the comment having a dash after the star like so: .Bd -literal /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1984-2025 John Q. Public * All rights reserved. * @@ -82,6 +84,7 @@ license or copyright notice, change the dash to a star comments. Comments starting in columns other than the first are never considered license statements. +Use the appropriate SPDX-License-Identifier line before the copyright. .Pp After any copyright header, there is a blank line, and the .Li $\&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"