diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-20 19:43:44 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-20 19:43:44 +0000 |
commit | 51369649b03ece2aed3eb61b0c8214b9aa5b2fa2 (patch) | |
tree | 645c2905a7f379f437a29af98a1c312cedb94482 /sys/nfsclient | |
parent | 7282444b103e0b3e7c8cd053413ff6c068831cc6 (diff) |
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/nfsclient')
-rw-r--r-- | sys/nfsclient/nfs.h | 2 | ||||
-rw-r--r-- | sys/nfsclient/nfsargs.h | 2 | ||||
-rw-r--r-- | sys/nfsclient/nfsm_subs.h | 2 | ||||
-rw-r--r-- | sys/nfsclient/nfsmount.h | 2 | ||||
-rw-r--r-- | sys/nfsclient/nfsnode.h | 2 | ||||
-rw-r--r-- | sys/nfsclient/nfsstats.h | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/sys/nfsclient/nfs.h b/sys/nfsclient/nfs.h index ab5b2a592ace..ab50d896d155 100644 --- a/sys/nfsclient/nfs.h +++ b/sys/nfsclient/nfs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/nfsclient/nfsargs.h b/sys/nfsclient/nfsargs.h index f3e3856df7f6..4635694e8a02 100644 --- a/sys/nfsclient/nfsargs.h +++ b/sys/nfsclient/nfsargs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/nfsclient/nfsm_subs.h b/sys/nfsclient/nfsm_subs.h index 11154ffa71c8..b918e78ae728 100644 --- a/sys/nfsclient/nfsm_subs.h +++ b/sys/nfsclient/nfsm_subs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/nfsclient/nfsmount.h b/sys/nfsclient/nfsmount.h index de47b756fab0..b048c1044ba7 100644 --- a/sys/nfsclient/nfsmount.h +++ b/sys/nfsclient/nfsmount.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/nfsclient/nfsnode.h b/sys/nfsclient/nfsnode.h index ad7a36529b30..4839f6e50d0e 100644 --- a/sys/nfsclient/nfsnode.h +++ b/sys/nfsclient/nfsnode.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/nfsclient/nfsstats.h b/sys/nfsclient/nfsstats.h index 314ab886382d..c65ae6de2c6f 100644 --- a/sys/nfsclient/nfsstats.h +++ b/sys/nfsclient/nfsstats.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993, 1995 * The Regents of the University of California. All rights reserved. * |