diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-05-10 15:40:58 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-05-12 16:44:03 +0000 |
| commit | 4d846d260e2b9a3d4d0a701462568268cbfe7a5b (patch) | |
| tree | e06136ddd235d1b7d34c2926249174a5840ad842 /lib/libnetbsd | |
| parent | 2b519b170709b9c2bb9f66641737d1d80a5d2538 (diff) | |
Diffstat (limited to 'lib/libnetbsd')
| -rw-r--r-- | lib/libnetbsd/rmd160.h | 2 | ||||
| -rw-r--r-- | lib/libnetbsd/sha1.h | 2 | ||||
| -rw-r--r-- | lib/libnetbsd/sha2.h | 2 | ||||
| -rw-r--r-- | lib/libnetbsd/util.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/libnetbsd/rmd160.h b/lib/libnetbsd/rmd160.h index 105c1efdd92a..0eefac837f57 100644 --- a/lib/libnetbsd/rmd160.h +++ b/lib/libnetbsd/rmd160.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2012 SRI International * All rights reserved. diff --git a/lib/libnetbsd/sha1.h b/lib/libnetbsd/sha1.h index d75365fe108a..3dc7ce5536a5 100644 --- a/lib/libnetbsd/sha1.h +++ b/lib/libnetbsd/sha1.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2012 SRI International * All rights reserved. diff --git a/lib/libnetbsd/sha2.h b/lib/libnetbsd/sha2.h index 44c6c9945a88..84d79310e882 100644 --- a/lib/libnetbsd/sha2.h +++ b/lib/libnetbsd/sha2.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2012 SRI International * All rights reserved. diff --git a/lib/libnetbsd/util.c b/lib/libnetbsd/util.c index 30f306a4f15e..c737acd9cbc7 100644 --- a/lib/libnetbsd/util.c +++ b/lib/libnetbsd/util.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2012 SRI International * All rights reserved. |
