The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=d685228989020f7bceebdaf6ea79be09305d2954
commit d685228989020f7bceebdaf6ea79be09305d2954 Author: Tuukka Pasanen <[email protected]> AuthorDate: 2026-02-09 08:18:34 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2026-02-18 17:47:12 +0000 ifconfig: Add SPDX-License-Identifier tags Reviewed by: emaste Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D55272 --- sbin/ifconfig/ifipsec.c | 2 ++ sbin/ifconfig/ifstf.c | 2 ++ sbin/ifconfig/sfp.c | 2 ++ 3 files changed, 6 insertions(+) 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 <[email protected]> * 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
