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/libmemstat | |
parent | efe67753ccbbbba0013dac241c79d2dc124d76a2 (diff) |
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/libmemstat')
-rw-r--r-- | lib/libmemstat/memstat.c | 2 | ||||
-rw-r--r-- | lib/libmemstat/memstat.h | 2 | ||||
-rw-r--r-- | lib/libmemstat/memstat_all.c | 2 | ||||
-rw-r--r-- | lib/libmemstat/memstat_internal.h | 2 | ||||
-rw-r--r-- | lib/libmemstat/memstat_malloc.c | 2 | ||||
-rw-r--r-- | lib/libmemstat/memstat_uma.c | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/lib/libmemstat/memstat.c b/lib/libmemstat/memstat.c index 40bdc9d19f0f..978a08189415 100644 --- a/lib/libmemstat/memstat.c +++ b/lib/libmemstat/memstat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Robert N. M. Watson * All rights reserved. * diff --git a/lib/libmemstat/memstat.h b/lib/libmemstat/memstat.h index 8394dc1c1221..98fc99f078f6 100644 --- a/lib/libmemstat/memstat.h +++ b/lib/libmemstat/memstat.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Robert N. M. Watson * All rights reserved. * diff --git a/lib/libmemstat/memstat_all.c b/lib/libmemstat/memstat_all.c index bd74b8acbe4c..b0eb50f81ccb 100644 --- a/lib/libmemstat/memstat_all.c +++ b/lib/libmemstat/memstat_all.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Robert N. M. Watson * All rights reserved. * diff --git a/lib/libmemstat/memstat_internal.h b/lib/libmemstat/memstat_internal.h index 9fdc22813b2a..12345d9f884c 100644 --- a/lib/libmemstat/memstat_internal.h +++ b/lib/libmemstat/memstat_internal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Robert N. M. Watson * All rights reserved. * diff --git a/lib/libmemstat/memstat_malloc.c b/lib/libmemstat/memstat_malloc.c index 1fd362114ebb..a8ca0d8bc802 100644 --- a/lib/libmemstat/memstat_malloc.c +++ b/lib/libmemstat/memstat_malloc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Robert N. M. Watson * All rights reserved. * diff --git a/lib/libmemstat/memstat_uma.c b/lib/libmemstat/memstat_uma.c index e54f25672d6f..4579a8152b04 100644 --- a/lib/libmemstat/memstat_uma.c +++ b/lib/libmemstat/memstat_uma.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2006 Robert N. M. Watson * All rights reserved. * |