aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuukka Pasanen <tuukka.pasanen@ilmi.fi>2026-02-16 09:46:12 +0000
committerEd Maste <emaste@FreeBSD.org>2026-02-19 14:08:08 +0000
commitac8189e6de8fb5de31d5b662f1d406f27285ac74 (patch)
tree8ef6113f53a3f85c6df02e23ecdc74466be93c3c
parent7e8284c6ad95bb7a0fc84d4d945ee98737efdd36 (diff)
ypserv: Add SPDX-License-Identifier tags
Reviewed by: emaste Sponsored by: The FreeBSD Foundation
-rw-r--r--usr.sbin/ypserv/common/yplib_host.c2
-rw-r--r--usr.sbin/ypserv/common/yplib_host.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/ypserv/common/yplib_host.c b/usr.sbin/ypserv/common/yplib_host.c
index 2751c5950d87..a3eb6744f27f 100644
--- a/usr.sbin/ypserv/common/yplib_host.c
+++ b/usr.sbin/ypserv/common/yplib_host.c
@@ -1,6 +1,8 @@
/* $OpenBSD: yplib_host.c,v 1.18 2015/01/16 06:40:22 deraadt Exp $ */
/*
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
* Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com>
* All rights reserved.
*
diff --git a/usr.sbin/ypserv/common/yplib_host.h b/usr.sbin/ypserv/common/yplib_host.h
index eabafae9c1b9..db470dd299e0 100644
--- a/usr.sbin/ypserv/common/yplib_host.h
+++ b/usr.sbin/ypserv/common/yplib_host.h
@@ -1,6 +1,8 @@
/* $OpenBSD: yplib_host.h,v 1.8 2003/06/02 04:12:38 deraadt Exp $ */
/*
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
* Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com>
* All rights reserved.
*