git: bc362fd98393 - stable/15 - ifconfig: Add SPDX-License-Identifier tags

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Mon, 17 Aug 2026 13:08:38 UTC
The branch stable/15 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=bc362fd9839381d11655b814b7914c2bc8f960aa

commit bc362fd9839381d11655b814b7914c2bc8f960aa
Author:     Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-09 08:18:34 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-08-17 13:07:52 +0000

    ifconfig: Add SPDX-License-Identifier tags
    
    Reviewed by: emaste
    Sponsored by: The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D55272
    
    (cherry picked from commit d685228989020f7bceebdaf6ea79be09305d2954)
---
 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 <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