diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2024-04-19 18:23:12 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2024-04-19 18:23:12 +0000 |
| commit | 563c72e2137cb8cb9eb0eabf78319e8fe9c8aedd (patch) | |
| tree | 799deeac36252e89659d3f7c5adfe2bb46e0d8a5 | |
| parent | d3b6d70e0dfaa4e9496bddcbc212d7d3ea392800 (diff) | |
LinuxKPI: utsname.h add missing SPDX-License-Identifier
Reported by: markj (2023-05-24; sorry took me a while)
MFC after: 3 days
| -rw-r--r-- | sys/compat/linuxkpi/common/include/linux/utsname.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/utsname.h b/sys/compat/linuxkpi/common/include/linux/utsname.h index e6c52f8a5020..3239801ca17b 100644 --- a/sys/compat/linuxkpi/common/include/linux/utsname.h +++ b/sys/compat/linuxkpi/common/include/linux/utsname.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2023 Bjoern A. Zeeb * * Redistribution and use in source and binary forms, with or without |
