aboutsummaryrefslogtreecommitdiff
path: root/sys/tools
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-11-20 19:43:44 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2017-11-20 19:43:44 +0000
commit51369649b03ece2aed3eb61b0c8214b9aa5b2fa2 (patch)
tree645c2905a7f379f437a29af98a1c312cedb94482 /sys/tools
parent7282444b103e0b3e7c8cd053413ff6c068831cc6 (diff)
downloadsrc-51369649b03ece2aed3eb61b0c8214b9aa5b2fa2.tar.gz
src-51369649b03ece2aed3eb61b0c8214b9aa5b2fa2.zip
sys: further adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 3-Clause license. 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. Special thanks to Wind River for providing access to "The Duke of Highlander" tool: an older (2014) run over FreeBSD tree was useful as a starting point.
Notes
Notes: svn path=/head/; revision=326023
Diffstat (limited to 'sys/tools')
-rw-r--r--sys/tools/makeobjops.awk2
-rw-r--r--sys/tools/vnode_if.awk2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/tools/makeobjops.awk b/sys/tools/makeobjops.awk
index 140b6467b327..367354148a3e 100644
--- a/sys/tools/makeobjops.awk
+++ b/sys/tools/makeobjops.awk
@@ -1,6 +1,8 @@
#!/usr/bin/awk -f
#-
+# SPDX-License-Identifier: BSD-3-Clause
+#
# Copyright (c) 1992, 1993
# The Regents of the University of California. All rights reserved.
#
diff --git a/sys/tools/vnode_if.awk b/sys/tools/vnode_if.awk
index 37dbb8e5ba23..966d0a951e98 100644
--- a/sys/tools/vnode_if.awk
+++ b/sys/tools/vnode_if.awk
@@ -1,6 +1,8 @@
#!/usr/bin/awk -f
#-
+# SPDX-License-Identifier: BSD-3-Clause
+#
# Copyright (c) 1992, 1993
# The Regents of the University of California. All rights reserved.
#