The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=0486b5243f094160fd782c1dc15f28392072b259
commit 0486b5243f094160fd782c1dc15f28392072b259 Author: Tuukka Pasanen <[email protected]> AuthorDate: 2026-02-09 08:38:13 +0000 Commit: Ed Maste <[email protected]> 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. *
