git: 4cbb609637b6 - stable/15 - diff: Add SPDX-License-Identifier tag
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Aug 2026 13:08:33 UTC
The branch stable/15 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=4cbb609637b6e102b0ed5f97f01168795596020c
commit 4cbb609637b6e102b0ed5f97f01168795596020c
Author: Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-09 08:26:19 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-08-17 13:07:51 +0000
diff: Add SPDX-License-Identifier tag
Reviewed by: emaste
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 878cee8d9b9b4c7c5530b0960306c04b1b691325)
---
usr.bin/diff/diff.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/usr.bin/diff/diff.h b/usr.bin/diff/diff.h
index 4bea23db1ab8..fe41e8746f4d 100644
--- a/usr.bin/diff/diff.h
+++ b/usr.bin/diff/diff.h
@@ -1,6 +1,8 @@
/* $OpenBSD: diff.h,v 1.34 2020/11/01 18:16:08 jcs Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*