diff options
Diffstat (limited to 'libexec/mknetid')
-rw-r--r-- | libexec/mknetid/hash.c | 4 | ||||
-rw-r--r-- | libexec/mknetid/hash.h | 4 | ||||
-rw-r--r-- | libexec/mknetid/mknetid.c | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/libexec/mknetid/hash.c b/libexec/mknetid/hash.c index b4a39cbc12ec..d340142aad90 100644 --- a/libexec/mknetid/hash.c +++ b/libexec/mknetid/hash.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/libexec/mknetid/hash.h b/libexec/mknetid/hash.h index 7918ae2e95f0..c1cf98cb2765 100644 --- a/libexec/mknetid/hash.h +++ b/libexec/mknetid/hash.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/libexec/mknetid/mknetid.c b/libexec/mknetid/mknetid.c index 66868664c3c5..3a39b4b3e675 100644 --- a/libexec/mknetid/mknetid.c +++ b/libexec/mknetid/mknetid.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * |