The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=62269b2f23859a20bc6a68ca64648217c421c616
commit 62269b2f23859a20bc6a68ca64648217c421c616 Author: Tuukka Pasanen <[email protected]> AuthorDate: 2026-02-09 08:03:08 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2026-02-18 15:50:20 +0000 date: Add SPDX-License-Identifier tags Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D55207 --- bin/date/vary.c | 2 ++ bin/date/vary.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/bin/date/vary.c b/bin/date/vary.c index ec556139c201..d3127f0ae746 100644 --- a/bin/date/vary.c +++ b/bin/date/vary.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 1997 Brian Somers <[email protected]> * All rights reserved. * diff --git a/bin/date/vary.h b/bin/date/vary.h index a63ee64db055..7c240adfe222 100644 --- a/bin/date/vary.h +++ b/bin/date/vary.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 1997 Brian Somers <[email protected]> * All rights reserved. *
