diff options
Diffstat (limited to 'sbin/ddb')
-rw-r--r-- | sbin/ddb/ddb.c | 2 | ||||
-rw-r--r-- | sbin/ddb/ddb.h | 2 | ||||
-rw-r--r-- | sbin/ddb/ddb_capture.c | 2 | ||||
-rw-r--r-- | sbin/ddb/ddb_script.c | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/sbin/ddb/ddb.c b/sbin/ddb/ddb.c index edba7f8509a5..a90a693e1b03 100644 --- a/sbin/ddb/ddb.c +++ b/sbin/ddb/ddb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Robert N. M. Watson * All rights reserved. * diff --git a/sbin/ddb/ddb.h b/sbin/ddb/ddb.h index 8363bccfd889..6f9a6f99f04b 100644 --- a/sbin/ddb/ddb.h +++ b/sbin/ddb/ddb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Robert N. M. Watson * All rights reserved. * diff --git a/sbin/ddb/ddb_capture.c b/sbin/ddb/ddb_capture.c index 370fc0058ba9..d8836f52ac83 100644 --- a/sbin/ddb/ddb_capture.c +++ b/sbin/ddb/ddb_capture.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Robert N. M. Watson * All rights reserved. * diff --git a/sbin/ddb/ddb_script.c b/sbin/ddb/ddb_script.c index 13829049dbea..06f8a4e1644c 100644 --- a/sbin/ddb/ddb_script.c +++ b/sbin/ddb/ddb_script.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Robert N. M. Watson * All rights reserved. * |