git: 3e522f28ad48 - stable/15 - sleep: Add SPDX-License-Identifier tags
Ed Maste <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a8307dc.41477.75e3371e__12075.6688340165$1786972296$gmane$org@gitrepo.freebsd.org> |
The branch stable/15 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=3e522f28ad48baeea52351f9b1f93ec37daba229 commit 3e522f28ad48baeea52351f9b1f93ec37daba229 Author: Tuukka Pasanen <[email protected]> AuthorDate: 2026-02-09 08:11:04 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2026-08-17 13:07:53 +0000 sleep: Add SPDX-License-Identifier tags Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D55215 (cherry picked from commit f4eccc3add7b91532396970913792fa264fc5430) --- bin/sleep/sleep.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/sleep/sleep.c b/bin/sleep/sleep.c index 34d335cf4736..3be82dbd2189 100644 --- a/bin/sleep/sleep.c +++ b/bin/sleep/sleep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. *