aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuukka Pasanen <tuukka.pasanen@ilmi.fi>2026-04-21 14:43:35 +0000
committerEd Maste <emaste@FreeBSD.org>2026-04-21 14:43:35 +0000
commit3cc113c94fb9635ba9f11f5dd797530b9231ca58 (patch)
tree9a5b59ddb3b66ea00a3715ba0c20729cce586b44
parent0ac31026e1e0fb4e4b8a2eaa8ce2ead6a945dc6e (diff)
caesar: Add SPDX-License-Identifier tags
Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D55461
-rw-r--r--usr.bin/caesar/caesar.c2
1 files changed, 2 insertions, 0 deletions
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.
*