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