git: 62269b2f2385 - main - date: Add SPDX-License-Identifier tags
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Feb 2026 15:50:55 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=62269b2f23859a20bc6a68ca64648217c421c616
commit 62269b2f23859a20bc6a68ca64648217c421c616
Author: Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-09 08:03:08 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
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 <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.
*