aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net/if_nameindex.c
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-12-13 16:13:17 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2017-12-13 16:13:17 +0000
commit9b10f59a10b7adff0a5ea3b0fd182d521c3da643 (patch)
tree7c9dda3c10a6033c206c8dc2cec370764c3a2b31 /lib/libc/net/if_nameindex.c
parent0118df5ecf3718e0dbb2c9943e72437908efada2 (diff)
downloadsrc-9b10f59a10b7adff0a5ea3b0fd182d521c3da643.tar.gz
src-9b10f59a10b7adff0a5ea3b0fd182d521c3da643.zip
SPDX: mostly fixes to previous changes.
Introduce the recently approved BSD-1-Clause and replace 0BSD which never did fit well our use cases.
Notes
Notes: svn path=/head/; revision=326823
Diffstat (limited to 'lib/libc/net/if_nameindex.c')
-rw-r--r--lib/libc/net/if_nameindex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/net/if_nameindex.c b/lib/libc/net/if_nameindex.c
index 138289c6814e..4b6b15ecefb1 100644
--- a/lib/libc/net/if_nameindex.c
+++ b/lib/libc/net/if_nameindex.c
@@ -1,6 +1,8 @@
/* $KAME: if_nameindex.c,v 1.8 2000/11/24 08:20:01 itojun Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-1-Clause
+ *
* Copyright (c) 1997, 2000
* Berkeley Software Design, Inc. All rights reserved.
*