diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-27 15:15:37 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-27 15:15:37 +0000 |
commit | d63027b668c055c83bad6191a9986616380c86e4 (patch) | |
tree | 4c906fa2599048556e4f98917962901530c1f914 /sys/fs/nandfs/nandfs_ifile.c | |
parent | 753c4e83fc761df9596fc66cfec6d7a6183ce7ba (diff) |
sys/fs: 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=326268
Diffstat (limited to 'sys/fs/nandfs/nandfs_ifile.c')
-rw-r--r-- | sys/fs/nandfs/nandfs_ifile.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/fs/nandfs/nandfs_ifile.c b/sys/fs/nandfs/nandfs_ifile.c index 7e4db879f60d..2c10bbac1ffe 100644 --- a/sys/fs/nandfs/nandfs_ifile.c +++ b/sys/fs/nandfs/nandfs_ifile.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2012 Semihalf. * All rights reserved. * |