git: 3cc113c94fb9 - main - caesar: Add SPDX-License-Identifier tags
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Apr 2026 14:44:14 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=3cc113c94fb9635ba9f11f5dd797530b9231ca58
commit 3cc113c94fb9635ba9f11f5dd797530b9231ca58
Author: Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-04-21 14:43:35 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-04-21 14:43:35 +0000
caesar: Add SPDX-License-Identifier tags
Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55461
---
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.
*