aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb')
-rw-r--r--sys/ddb/db_capture.c2
-rw-r--r--sys/ddb/db_script.c2
-rw-r--r--sys/ddb/db_textdump.c2
-rw-r--r--sys/ddb/db_thread.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/ddb/db_capture.c b/sys/ddb/db_capture.c
index 9cfef3865007..2cc230971d88 100644
--- a/sys/ddb/db_capture.c
+++ b/sys/ddb/db_capture.c
@@ -1,5 +1,5 @@
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ * SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 2007 Robert N. M. Watson
* All rights reserved.
diff --git a/sys/ddb/db_script.c b/sys/ddb/db_script.c
index 59e6ba676496..965bfed50d97 100644
--- a/sys/ddb/db_script.c
+++ b/sys/ddb/db_script.c
@@ -1,5 +1,5 @@
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ * SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 2007 Robert N. M. Watson
* All rights reserved.
diff --git a/sys/ddb/db_textdump.c b/sys/ddb/db_textdump.c
index aad8b6965318..4d007386cd99 100644
--- a/sys/ddb/db_textdump.c
+++ b/sys/ddb/db_textdump.c
@@ -1,5 +1,5 @@
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ * SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 2007 Robert N. M. Watson
* All rights reserved.
diff --git a/sys/ddb/db_thread.c b/sys/ddb/db_thread.c
index 17b74c989ede..fb629910e9ce 100644
--- a/sys/ddb/db_thread.c
+++ b/sys/ddb/db_thread.c
@@ -1,5 +1,5 @@
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ * SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 2004 Marcel Moolenaar
* All rights reserved.