diff options
| author | Tuukka Pasanen <tuukka.pasanen@ilmi.fi> | 2026-02-09 08:27:55 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-02-19 13:27:23 +0000 |
| commit | 2d1c5f43a2a5a4d3021530c7048e72f39b2ab8d0 (patch) | |
| tree | e76c7be83a7c1f66cb8d33c79b8a9e3a56c4338b | |
| parent | 878cee8d9b9b4c7c5530b0960306c04b1b691325 (diff) | |
etdump: Add SPDX-License-Identifier tags
Reviewed by: emaste
Sponsored by: The FreeBSD Foundation
| -rw-r--r-- | usr.bin/etdump/etdump.c | 2 | ||||
| -rw-r--r-- | usr.bin/etdump/etdump.h | 2 | ||||
| -rw-r--r-- | usr.bin/etdump/output_shell.c | 2 | ||||
| -rw-r--r-- | usr.bin/etdump/output_text.c | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/etdump/etdump.c b/usr.bin/etdump/etdump.c index 6c4a256e15f5..dce2d70bf0ec 100644 --- a/usr.bin/etdump/etdump.c +++ b/usr.bin/etdump/etdump.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2018 iXsystems, Inc. * All rights reserved. * diff --git a/usr.bin/etdump/etdump.h b/usr.bin/etdump/etdump.h index c61070d05018..8e4acc13dd77 100644 --- a/usr.bin/etdump/etdump.h +++ b/usr.bin/etdump/etdump.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2018 iXsystems, Inc. * All rights reserved. * diff --git a/usr.bin/etdump/output_shell.c b/usr.bin/etdump/output_shell.c index d709684c02dc..1d5ec4af998b 100644 --- a/usr.bin/etdump/output_shell.c +++ b/usr.bin/etdump/output_shell.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2018 iXsystems, Inc. * All rights reserved. * diff --git a/usr.bin/etdump/output_text.c b/usr.bin/etdump/output_text.c index aafc6d702a54..b538a2097a31 100644 --- a/usr.bin/etdump/output_text.c +++ b/usr.bin/etdump/output_text.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2018 iXsystems, Inc. * All rights reserved. * |
