git: 01e90357f223 - stable/15 - csh: Add SPDX-License-Identifier tags
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Aug 2026 13:08:30 UTC
The branch stable/15 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=01e90357f223bac2a47303adc276850d3083b406
commit 01e90357f223bac2a47303adc276850d3083b406
Author: Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-09 08:00:56 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-08-17 13:07:51 +0000
csh: Add SPDX-License-Identifier tags
Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55206
(cherry picked from commit 10a8680b4e9a728a20825d1c8425487bc1a43700)
---
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 67659d9f20a3..22a0fe3a030d 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 <ume@FreeBSD.org>
* All rights reserved.
*
diff --git a/bin/csh/iconv_stub.h b/bin/csh/iconv_stub.h
index d85bcf3b113b..ab9cf5a71974 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 <ume@FreeBSD.org>
* All rights reserved.
*