diff options
| author | Tuukka Pasanen <tuukka.pasanen@ilmi.fi> | 2026-02-09 08:18:34 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-02-18 17:47:12 +0000 |
| commit | d685228989020f7bceebdaf6ea79be09305d2954 (patch) | |
| tree | 6ac588c28883250e81552499149d2ab9b9c6af7a | |
| parent | 835813c88ab6e44590c2d47e2d66fe153cf9dfc5 (diff) | |
ifconfig: Add SPDX-License-Identifier tags
Reviewed by: emaste
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55272
| -rw-r--r-- | sbin/ifconfig/ifipsec.c | 2 | ||||
| -rw-r--r-- | sbin/ifconfig/ifstf.c | 2 | ||||
| -rw-r--r-- | sbin/ifconfig/sfp.c | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/sbin/ifconfig/ifipsec.c b/sbin/ifconfig/ifipsec.c index b8ab38d6165a..6d79e2738a34 100644 --- a/sbin/ifconfig/ifipsec.c +++ b/sbin/ifconfig/ifipsec.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2016 Yandex LLC * Copyright (c) 2016 Andrey V. Elsukov <ae@FreeBSD.org> * All rights reserved. diff --git a/sbin/ifconfig/ifstf.c b/sbin/ifconfig/ifstf.c index a99592b4801f..6d75bca75b1f 100644 --- a/sbin/ifconfig/ifstf.c +++ b/sbin/ifconfig/ifstf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright 2013 Ermal Luci * All rights reserved. * diff --git a/sbin/ifconfig/sfp.c b/sbin/ifconfig/sfp.c index 0dc1def751b1..b51393ea750e 100644 --- a/sbin/ifconfig/sfp.c +++ b/sbin/ifconfig/sfp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2014 Alexander V. Chernikov. All rights reserved. * * Redistribution and use in source and binary forms, with or without |
