diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2018-01-24 16:37:29 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2018-01-24 16:37:29 +0000 |
| commit | 8eebe1bf66f9ed94d6f99e9679b98dffd0bdc219 (patch) | |
| tree | fba89503ac2afe70f1756ce0041155a00c6e449d /usr.sbin | |
| parent | 827904b134d4748f76a4afe78e2d10b600aeb833 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/ctld/chap.c | 2 | ||||
| -rw-r--r-- | usr.sbin/ctld/isns.c | 2 | ||||
| -rw-r--r-- | usr.sbin/ctld/uclparse.c | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/ctld/chap.c b/usr.sbin/ctld/chap.c index bf61f05c89b3..b8a68d5c1e37 100644 --- a/usr.sbin/ctld/chap.c +++ b/usr.sbin/ctld/chap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 The FreeBSD Foundation * All rights reserved. * diff --git a/usr.sbin/ctld/isns.c b/usr.sbin/ctld/isns.c index f7381a10e3d0..4d44ceaa05a9 100644 --- a/usr.sbin/ctld/isns.c +++ b/usr.sbin/ctld/isns.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Alexander Motin <mav@FreeBSD.org> * All rights reserved. * diff --git a/usr.sbin/ctld/uclparse.c b/usr.sbin/ctld/uclparse.c index 73d5c0a93197..f26e84903e15 100644 --- a/usr.sbin/ctld/uclparse.c +++ b/usr.sbin/ctld/uclparse.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2015 iXsystems Inc. * All rights reserved. * |
