git: 5705d171dacc - main - kenv: Add SPDX-License-Identifier tags
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Feb 2026 15:50:59 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=5705d171dacc69bcdbfc17849a9dc898249dae2e
commit 5705d171dacc69bcdbfc17849a9dc898249dae2e
Author: Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-09 08:07:32 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-02-18 15:50:21 +0000
kenv: Add SPDX-License-Identifier tags
Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55210
---
bin/kenv/kenv.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/kenv/kenv.c b/bin/kenv/kenv.c
index fe7ec4236bfb..b92a443c29df 100644
--- a/bin/kenv/kenv.c
+++ b/bin/kenv/kenv.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
* Copyright (c) 2000 Peter Wemm <peter@freebsd.org>
*
* Redistribution and use in source and binary forms, with or without