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/libradius | |
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/libradius')
-rw-r--r-- | lib/libradius/radlib.c | 2 | ||||
-rw-r--r-- | lib/libradius/radlib.h | 2 | ||||
-rw-r--r-- | lib/libradius/radlib_private.h | 2 | ||||
-rw-r--r-- | lib/libradius/radlib_vs.h | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/lib/libradius/radlib.c b/lib/libradius/radlib.c index 55c6f5cb04a1..836111de29ce 100644 --- a/lib/libradius/radlib.c +++ b/lib/libradius/radlib.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 1998 Juniper Networks, Inc. * All rights reserved. * diff --git a/lib/libradius/radlib.h b/lib/libradius/radlib.h index e9b7a87f123d..0d17f3c61466 100644 --- a/lib/libradius/radlib.h +++ b/lib/libradius/radlib.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 1998 Juniper Networks, Inc. * All rights reserved. * diff --git a/lib/libradius/radlib_private.h b/lib/libradius/radlib_private.h index bfbbbd17ca89..858ce98c8346 100644 --- a/lib/libradius/radlib_private.h +++ b/lib/libradius/radlib_private.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 1998 Juniper Networks, Inc. * All rights reserved. * diff --git a/lib/libradius/radlib_vs.h b/lib/libradius/radlib_vs.h index 0acfb0e10e00..6b2d4c6486ed 100644 --- a/lib/libradius/radlib_vs.h +++ b/lib/libradius/radlib_vs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Brian Somers <brian@Awfulhak.org> * All rights reserved. * |