aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nandfs/nandfs_buffer.c
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-11-27 15:15:37 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2017-11-27 15:15:37 +0000
commitd63027b668c055c83bad6191a9986616380c86e4 (patch)
tree4c906fa2599048556e4f98917962901530c1f914 /sys/fs/nandfs/nandfs_buffer.c
parent753c4e83fc761df9596fc66cfec6d7a6183ce7ba (diff)
downloadsrc-d63027b668c055c83bad6191a9986616380c86e4.tar.gz
src-d63027b668c055c83bad6191a9986616380c86e4.zip
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_buffer.c')
-rw-r--r--sys/fs/nandfs/nandfs_buffer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/fs/nandfs/nandfs_buffer.c b/sys/fs/nandfs/nandfs_buffer.c
index b0d72668df8d..57089718554f 100644
--- a/sys/fs/nandfs/nandfs_buffer.c
+++ b/sys/fs/nandfs/nandfs_buffer.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2010-2012 Semihalf.
* All rights reserved.
*