git: d5de38e798fb - stable/15 - sync: Add SPDX-License-Identifier tags
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Aug 2026 13:08:47 UTC
The branch stable/15 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=d5de38e798fb18e047e90722a5a1832d0c09ee37
commit d5de38e798fb18e047e90722a5a1832d0c09ee37
Author: Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-09 08:38:13 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-08-17 13:07:53 +0000
sync: Add SPDX-License-Identifier tags
Reviewed by: immp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55216
(cherry picked from commit 0486b5243f094160fd782c1dc15f28392072b259)
---
bin/sync/sync.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/sync/sync.c b/bin/sync/sync.c
index 7560e794d35f..f4619d94c36b 100644
--- a/bin/sync/sync.c
+++ b/bin/sync/sync.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1987, 1993
* The Regents of the University of California. All rights reserved.
*