git: f4eccc3add7b - main - sleep: Add SPDX-License-Identifier tags
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Feb 2026 15:51:03 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=f4eccc3add7b91532396970913792fa264fc5430
commit f4eccc3add7b91532396970913792fa264fc5430
Author: Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-09 08:11:04 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-02-18 15:50:22 +0000
sleep: Add SPDX-License-Identifier tags
Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55215
---
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.
*