aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-05-10 15:40:58 +0000
committerWarner Losh <imp@FreeBSD.org>2023-05-12 16:44:03 +0000
commit4d846d260e2b9a3d4d0a701462568268cbfe7a5b (patch)
treee06136ddd235d1b7d34c2926249174a5840ad842 /usr.bin/systat
parent2b519b170709b9c2bb9f66641737d1d80a5d2538 (diff)
Diffstat (limited to 'usr.bin/systat')
-rw-r--r--usr.bin/systat/devs.h2
-rw-r--r--usr.bin/systat/proc.c2
-rw-r--r--usr.bin/systat/sysput.c2
-rw-r--r--usr.bin/systat/zarc.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/systat/devs.h b/usr.bin/systat/devs.h
index 79a44a6c3f5e..745616039c80 100644
--- a/usr.bin/systat/devs.h
+++ b/usr.bin/systat/devs.h
@@ -1,5 +1,5 @@
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ * SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 1998 David E. O'Brien
* 2015, 2021 Yoshihiro Ota
diff --git a/usr.bin/systat/proc.c b/usr.bin/systat/proc.c
index deb27fc2f4bb..b42d5236927f 100644
--- a/usr.bin/systat/proc.c
+++ b/usr.bin/systat/proc.c
@@ -1,5 +1,5 @@
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ * SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 2021 Yoshihiro Ota <ota@j.email.ne.jp>
*
diff --git a/usr.bin/systat/sysput.c b/usr.bin/systat/sysput.c
index ae05a1bfe115..491c4223e2d2 100644
--- a/usr.bin/systat/sysput.c
+++ b/usr.bin/systat/sysput.c
@@ -1,5 +1,5 @@
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ * SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 2019, 2020 Yoshihiro Ota
*
diff --git a/usr.bin/systat/zarc.c b/usr.bin/systat/zarc.c
index 41efe136779d..8eb3849a9172 100644
--- a/usr.bin/systat/zarc.c
+++ b/usr.bin/systat/zarc.c
@@ -1,5 +1,5 @@
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ * SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 2014 - 2017, 2019 Yoshihiro Ota
*