aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-11-27 15:14:46 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2017-11-27 15:14:46 +0000
commit753c4e83fc761df9596fc66cfec6d7a6183ce7ba (patch)
tree2422009d420a2e926dd0c39d61f483507b499755
parent7f2d13d60721803155950276e0282fcd1e6bacc3 (diff)
downloadsrc-753c4e83fc761df9596fc66cfec6d7a6183ce7ba.tar.gz
src-753c4e83fc761df9596fc66cfec6d7a6183ce7ba.zip
sys/ddb: further adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts.
Notes
Notes: svn path=/head/; revision=326267
-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, 8 insertions, 0 deletions
diff --git a/sys/ddb/db_capture.c b/sys/ddb/db_capture.c
index de958d60a46d..056edef437cd 100644
--- a/sys/ddb/db_capture.c
+++ b/sys/ddb/db_capture.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/sys/ddb/db_script.c b/sys/ddb/db_script.c
index f84dfb936ea2..92e5b20ab2a1 100644
--- a/sys/ddb/db_script.c
+++ b/sys/ddb/db_script.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/sys/ddb/db_textdump.c b/sys/ddb/db_textdump.c
index ba7c387fed52..8845781621f7 100644
--- a/sys/ddb/db_textdump.c
+++ b/sys/ddb/db_textdump.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/sys/ddb/db_thread.c b/sys/ddb/db_thread.c
index e85d0cd7ab42..98f2aa258d37 100644
--- a/sys/ddb/db_thread.c
+++ b/sys/ddb/db_thread.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2004 Marcel Moolenaar
* All rights reserved.
*