Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2026 15:50:55 +0000
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Cc:        Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
Subject:   git: 62269b2f2385 - main - date: Add SPDX-License-Identifier tags
Message-ID:  <6995dfdf.275a1.47a0c364@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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.
  *


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6995dfdf.275a1.47a0c364>