git: d5a896bfc209 - stable/15 - caesar: Add SPDX-License-Identifier tags
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Apr 2026 13:21:43 UTC
The branch stable/15 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=d5a896bfc2092b39e72d799059322dd32b52ad17
commit d5a896bfc2092b39e72d799059322dd32b52ad17
Author: Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-04-21 14:43:35 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-04-28 13:21:29 +0000
caesar: Add SPDX-License-Identifier tags
Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55461
(cherry picked from commit 3cc113c94fb9635ba9f11f5dd797530b9231ca58)
---
usr.bin/caesar/caesar.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/usr.bin/caesar/caesar.c b/usr.bin/caesar/caesar.c
index 011f9c8e0630..0717f2637646 100644
--- a/usr.bin/caesar/caesar.c
+++ b/usr.bin/caesar/caesar.c
@@ -1,4 +1,6 @@
/*
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*