From 52d48b9ea39a990295fdaf53dea492637051bd10 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Mon, 28 Oct 2024 00:02:20 -0600 Subject: s/Licence/License/g --- libmisc/include/libmisc/endian.h | 2 +- libmisc/include/libmisc/hash.h | 2 +- libmisc/include/libmisc/vcall.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libmisc/include') diff --git a/libmisc/include/libmisc/endian.h b/libmisc/include/libmisc/endian.h index 9d172ba..24d7d42 100644 --- a/libmisc/include/libmisc/endian.h +++ b/libmisc/include/libmisc/endian.h @@ -1,7 +1,7 @@ /* libmisc/endian.h - Endian-conversion helpers * * Copyright (C) 2024 Luke T. Shumaker - * SPDX-Licence-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-or-later */ #ifndef _LIBMISC_ENDIAN_H_ diff --git a/libmisc/include/libmisc/hash.h b/libmisc/include/libmisc/hash.h index 5940e64..91e6b10 100644 --- a/libmisc/include/libmisc/hash.h +++ b/libmisc/include/libmisc/hash.h @@ -1,7 +1,7 @@ /* libmisc/hash.h - General-purpose hash utilities * * Copyright (C) 2024 Luke T. Shumaker - * SPDX-Licence-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-or-later */ #ifndef _LIBMISC_HASH_H_ diff --git a/libmisc/include/libmisc/vcall.h b/libmisc/include/libmisc/vcall.h index c3562ee..ea9402e 100644 --- a/libmisc/include/libmisc/vcall.h +++ b/libmisc/include/libmisc/vcall.h @@ -1,7 +1,7 @@ /* libmisc/vcall.h - A simple Go-ish object system built on GCC -fplan9-extensions * * Copyright (C) 2024 Luke T. Shumaker - * SPDX-Licence-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-or-later */ #ifndef _LIBMISC_VCALL_H_ -- cgit v1.2.3-2-g168b