diff options
| author | Tuukka Pasanen <tuukka.pasanen@ilmi.fi> | 2026-02-09 08:03:08 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-02-18 15:50:20 +0000 |
| commit | 62269b2f23859a20bc6a68ca64648217c421c616 (patch) | |
| tree | 698904a95ec4d3587722d1316b76865d6ea7e4a6 | |
| parent | 10a8680b4e9a728a20825d1c8425487bc1a43700 (diff) | |
date: Add SPDX-License-Identifier tags
Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55207
| -rw-r--r-- | bin/date/vary.c | 2 | ||||
| -rw-r--r-- | bin/date/vary.h | 2 |
2 files changed, 4 insertions, 0 deletions
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 <brian@Awfulhak.org> * 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 <brian@Awfulhak.org> * All rights reserved. * |
