From 753c4e83fc761df9596fc66cfec6d7a6183ce7ba Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Mon, 27 Nov 2017 15:14:46 +0000 Subject: [PATCH] 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. --- sys/ddb/db_capture.c | 2 ++ sys/ddb/db_script.c | 2 ++ sys/ddb/db_textdump.c | 2 ++ sys/ddb/db_thread.c | 2 ++ 4 files changed, 8 insertions(+) diff --git a/sys/ddb/db_capture.c b/sys/ddb/db_capture.c index de958d60a46..056edef437c 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 f84dfb936ea..92e5b20ab2a 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 ba7c387fed5..8845781621f 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 e85d0cd7ab4..98f2aa258d3 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. *