git: 4cbb609637b6 - stable/15 - diff: Add SPDX-License-Identifier tag
Ed Maste <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a8307d1.40631.f4acef5__1833.72055632702$1786972210$gmane$org@gitrepo.freebsd.org> |
The branch stable/15 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=4cbb609637b6e102b0ed5f97f01168795596020c commit 4cbb609637b6e102b0ed5f97f01168795596020c Author: Tuukka Pasanen <[email protected]> AuthorDate: 2026-02-09 08:26:19 +0000 Commit: Ed Maste <[email protected]> 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. *