diff options
| author | Tuukka Pasanen <tuukka.pasanen@ilmi.fi> | 2026-02-09 08:38:13 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-02-18 15:50:22 +0000 |
| commit | 0486b5243f094160fd782c1dc15f28392072b259 (patch) | |
| tree | a51d1c24b3ca07f93b9b9138e6871c9d1a40159e | |
| parent | f4eccc3add7b91532396970913792fa264fc5430 (diff) | |
sync: Add SPDX-License-Identifier tags
Reviewed by: immp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55216
| -rw-r--r-- | bin/sync/sync.c | 2 |
1 files changed, 2 insertions, 0 deletions
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. * |
