git: 3e522f28ad48 - stable/15 - sleep: Add SPDX-License-Identifier tags
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Aug 2026 13:08:44 UTC
The branch stable/15 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=3e522f28ad48baeea52351f9b1f93ec37daba229
commit 3e522f28ad48baeea52351f9b1f93ec37daba229
Author: Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-09 08:11:04 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
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.
*