diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-25 17:12:48 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-25 17:12:48 +0000 |
| commit | d915a14ef094c8dfc1a5aee70e135abfec01d0f1 (patch) | |
| tree | 5e4beb317f980d35e29d02e47e054d0158cb5770 /lib/libc/yp | |
| parent | e58eb3c437974277957187cfed4b9aa0c1a1e253 (diff) | |
Notes
Diffstat (limited to 'lib/libc/yp')
| -rw-r--r-- | lib/libc/yp/xdryp.c | 4 | ||||
| -rw-r--r-- | lib/libc/yp/yplib.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/yp/xdryp.c b/lib/libc/yp/xdryp.c index bb9096bb289f..aa7c7123a04b 100644 --- a/lib/libc/yp/xdryp.c +++ b/lib/libc/yp/xdryp.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992/3 Theo de Raadt <deraadt@fsa.ca> * All rights reserved. * diff --git a/lib/libc/yp/yplib.c b/lib/libc/yp/yplib.c index b04966f5c67c..4f3d921706f7 100644 --- a/lib/libc/yp/yplib.c +++ b/lib/libc/yp/yplib.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992/3 Theo de Raadt <deraadt@fsa.ca> * Copyright (c) 1998 Bill Paul <wpaul@ctr.columbia.edu> * All rights reserved. |
