diff options
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. * |