From 10a8680b4e9a728a20825d1c8425487bc1a43700 Mon Sep 17 00:00:00 2001 From: Tuukka Pasanen Date: Mon, 9 Feb 2026 10:00:56 +0200 Subject: [PATCH] csh: Add SPDX-License-Identifier tags Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D55206 --- bin/csh/iconv_stub.c | 2 ++ bin/csh/iconv_stub.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/bin/csh/iconv_stub.c b/bin/csh/iconv_stub.c index 67659d9f20a..22a0fe3a030 100644 --- a/bin/csh/iconv_stub.c +++ b/bin/csh/iconv_stub.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2006 Hajimu UMEMOTO * All rights reserved. * diff --git a/bin/csh/iconv_stub.h b/bin/csh/iconv_stub.h index d85bcf3b113..ab9cf5a7197 100644 --- a/bin/csh/iconv_stub.h +++ b/bin/csh/iconv_stub.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2006 Hajimu UMEMOTO * All rights reserved. *