diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-26 02:00:33 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-26 02:00:33 +0000 |
commit | 5e53a4f90f82c4345f277dd87cc9292f26e04a29 (patch) | |
tree | 10be8127dc8fe8e40344df4a1c8b85297442fba1 /lib/libufs | |
parent | efe67753ccbbbba0013dac241c79d2dc124d76a2 (diff) | |
download | src-5e53a4f90f82c4345f277dd87cc9292f26e04a29.tar.gz src-5e53a4f90f82c4345f277dd87cc9292f26e04a29.zip |
lib: further adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using mis-identified 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=326219
Diffstat (limited to 'lib/libufs')
-rw-r--r-- | lib/libufs/block.c | 4 | ||||
-rw-r--r-- | lib/libufs/cgroup.c | 4 | ||||
-rw-r--r-- | lib/libufs/inode.c | 4 | ||||
-rw-r--r-- | lib/libufs/libufs.h | 4 | ||||
-rw-r--r-- | lib/libufs/sblock.c | 4 | ||||
-rw-r--r-- | lib/libufs/type.c | 4 |
6 files changed, 18 insertions, 6 deletions
diff --git a/lib/libufs/block.c b/lib/libufs/block.c index 89b4f6c5749d..7accc8863693 100644 --- a/lib/libufs/block.c +++ b/lib/libufs/block.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Juli Mallett. All rights reserved. * * This software was written by Juli Mallett <jmallett@FreeBSD.org> for the diff --git a/lib/libufs/cgroup.c b/lib/libufs/cgroup.c index 622df059bb10..319629c338f4 100644 --- a/lib/libufs/cgroup.c +++ b/lib/libufs/cgroup.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Juli Mallett. All rights reserved. * * This software was written by Juli Mallett <jmallett@FreeBSD.org> for the diff --git a/lib/libufs/inode.c b/lib/libufs/inode.c index 6d94582b3e54..161b7cdbca5c 100644 --- a/lib/libufs/inode.c +++ b/lib/libufs/inode.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Juli Mallett. All rights reserved. * * This software was written by Juli Mallett <jmallett@FreeBSD.org> for the diff --git a/lib/libufs/libufs.h b/lib/libufs/libufs.h index 4a79207a519d..7201d00b2715 100644 --- a/lib/libufs/libufs.h +++ b/lib/libufs/libufs.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Juli Mallett. All rights reserved. * * This software was written by Juli Mallett <jmallett@FreeBSD.org> for the diff --git a/lib/libufs/sblock.c b/lib/libufs/sblock.c index d6bec3ed182e..06cf97d51581 100644 --- a/lib/libufs/sblock.c +++ b/lib/libufs/sblock.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Juli Mallett. All rights reserved. * * This software was written by Juli Mallett <jmallett@FreeBSD.org> for the diff --git a/lib/libufs/type.c b/lib/libufs/type.c index 05904b9e40b3..3fce7e26cec5 100644 --- a/lib/libufs/type.c +++ b/lib/libufs/type.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Juli Mallett. All rights reserved. * * This software was written by Juli Mallett <jmallett@FreeBSD.org> for the |