From 328c1b147d6833cf3f43f54cffc3eff4f2788d6b Mon Sep 17 00:00:00 2001 From: John Sanpe Date: Mon, 2 Dec 2024 15:51:59 +0800 Subject: [PATCH] docs authors: update authors name Signed-off-by: John Sanpe --- AUTHORS | 2 +- CMakeLists.txt | 2 +- arch/generic/build.cmake | 2 +- arch/generic/include/bfdev/asm/bitops.h | 2 +- build.cmake | 2 +- cmake/config.h.in | 2 +- examples/action/simple.c | 2 +- examples/allocator/CMakeLists.txt | 2 +- examples/allocator/simple.c | 2 +- examples/arc4/CMakeLists.txt | 2 +- examples/arc4/bandwidth.c | 2 +- examples/array/simple.c | 2 +- examples/ascii85/CMakeLists.txt | 2 +- examples/ascii85/bandwidth.c | 2 +- examples/ascii85/utils.c | 2 +- examples/base32/CMakeLists.txt | 2 +- examples/base32/bandwidth.c | 2 +- examples/base32/utils.c | 2 +- examples/base64/CMakeLists.txt | 2 +- examples/base64/bandwidth.c | 2 +- examples/base64/utils.c | 2 +- examples/bfdev/CMakeLists.txt | 2 +- examples/bfdev/version.c | 2 +- examples/bloom/simple.c | 2 +- examples/btree/benchmark.c | 2 +- examples/btree/selftest.c | 2 +- examples/cache/CMakeLists.txt | 2 +- examples/cache/simple.c | 2 +- examples/circle/atomic.c | 2 +- examples/crc/CMakeLists.txt | 2 +- examples/crc/bandwidth.c | 2 +- examples/crypto/CMakeLists.txt | 2 +- examples/crypto/bandwidth.c | 2 +- examples/crypto/utils.c | 2 +- examples/fifo/atomic.c | 2 +- examples/fsm/console.c | 2 +- examples/guards/cleanup.c | 2 +- examples/hashmap/benchmark.c | 2 +- examples/hashmap/simple.c | 2 +- examples/hashtbl/simple.c | 2 +- examples/heap/benchmark.c | 2 +- examples/heap/selftest.c | 2 +- examples/hlist/simple.c | 2 +- examples/ilist/selftest.c | 2 +- examples/levenshtein/simple.c | 2 +- examples/list/benchmark.c | 2 +- examples/log/CMakeLists.txt | 2 +- examples/log/simple.c | 2 +- examples/log2/CMakeLists.txt | 2 +- examples/log2/selftest.c | 2 +- examples/matrix/benchmark.c | 2 +- examples/matrix/fibonacci.c | 2 +- examples/mpi/bbp.c | 2 +- examples/mpi/fibonacci.c | 2 +- examples/mpi/helper.h | 2 +- examples/mpi/machin.c | 2 +- examples/notifier/CMakeLists.txt | 2 +- examples/notifier/simple.c | 2 +- examples/once/simple.c | 2 +- examples/prandom/CMakeLists.txt | 2 +- examples/prandom/simple.c | 2 +- examples/radix/CMakeLists.txt | 2 +- examples/radix/benchmark.c | 2 +- examples/radix/simple.c | 2 +- examples/ratelimit/CMakeLists.txt | 2 +- examples/ratelimit/simple.c | 2 +- examples/rbtree/benchmark.c | 2 +- examples/rbtree/selftest.c | 2 +- examples/rbtree/simple.c | 2 +- examples/respool/CMakeLists.txt | 2 +- examples/respool/simple.c | 2 +- examples/ringbuf/simple.c | 2 +- examples/segtree/selftest.c | 2 +- examples/skiplist/benchmark.c | 2 +- examples/skiplist/selftest.c | 2 +- examples/slist/simple.c | 2 +- examples/sort/benchmark.c | 2 +- examples/sort/selftest.c | 2 +- examples/textsearch/simple.c | 2 +- examples/time.h | 2 +- examples/tokenbucket/CMakeLists.txt | 2 +- examples/tokenbucket/simple.c | 2 +- include/base.h | 2 +- include/bfdev/action.h | 2 +- include/bfdev/align.h | 2 +- include/bfdev/alloca.h | 2 +- include/bfdev/allocator.h | 2 +- include/bfdev/allocpool.h | 2 +- include/bfdev/arc4.h | 2 +- include/bfdev/argv.h | 2 +- include/bfdev/array.h | 2 +- include/bfdev/ascii.h | 2 +- include/bfdev/ascii85.h | 2 +- include/bfdev/asm-generic/atomic.h | 2 +- include/bfdev/asm-generic/bitops.h | 2 +- include/bfdev/asm-generic/bitsperlong.h | 2 +- include/bfdev/asm-generic/builtin-clz.h | 2 +- include/bfdev/asm-generic/builtin-ctz.h | 2 +- include/bfdev/asm-generic/builtin-ffs.h | 2 +- include/bfdev/asm-generic/builtin-ffsuf.h | 2 +- include/bfdev/asm-generic/builtin-fls.h | 2 +- include/bfdev/asm-generic/builtin-flsuf.h | 2 +- include/bfdev/asm-generic/byteorder.h | 2 +- include/bfdev/asm-generic/cmpxchg.h | 2 +- include/bfdev/asm-generic/dword.h | 2 +- include/bfdev/asm-generic/rwonce.h | 2 +- include/bfdev/asm-generic/swab.h | 2 +- include/bfdev/asm-generic/unaligned.h | 2 +- include/bfdev/atomic.h | 2 +- include/bfdev/base32.h | 2 +- include/bfdev/base64.h | 2 +- include/bfdev/bcd.h | 2 +- include/bfdev/bitfield.h | 2 +- include/bfdev/bitflags.h | 2 +- include/bfdev/bitmap-comp.h | 2 +- include/bfdev/bitmap.h | 2 +- include/bfdev/bitops-endian.h | 2 +- include/bfdev/bitops.h | 2 +- include/bfdev/bitrev.h | 2 +- include/bfdev/bits.h | 2 +- include/bfdev/bitwalk-comp.h | 2 +- include/bfdev/bitwalk.h | 2 +- include/bfdev/bloom.h | 2 +- include/bfdev/bsearch.h | 2 +- include/bfdev/btree.h | 2 +- include/bfdev/bug.h | 2 +- include/bfdev/byteorder.h | 2 +- include/bfdev/byteorder/big-endian.h | 2 +- include/bfdev/byteorder/little-endian.h | 2 +- include/bfdev/cache.h | 2 +- include/bfdev/callback.h | 2 +- include/bfdev/cdefs.h | 2 +- include/bfdev/circle.h | 2 +- include/bfdev/cmpxchg.h | 2 +- include/bfdev/compiler.h | 2 +- include/bfdev/compiler/attributes.h | 2 +- include/bfdev/compiler/types.h | 2 +- include/bfdev/const.h | 2 +- include/bfdev/container.h | 2 +- include/bfdev/crc.h | 2 +- include/bfdev/crypto/crc-ccitt-inline.h | 2 +- include/bfdev/crypto/crc-inline.h | 2 +- include/bfdev/crypto/crc-itut-inline.h | 2 +- include/bfdev/crypto/crc-rocksoft-inline.h | 2 +- include/bfdev/crypto/crc-t10dif-inline.h | 2 +- include/bfdev/crypto/crc16-inline.h | 2 +- include/bfdev/crypto/crc32-inline.h | 2 +- include/bfdev/crypto/crc4-inline.h | 2 +- include/bfdev/crypto/crc64-inline.h | 2 +- include/bfdev/crypto/crc7-inline.h | 2 +- include/bfdev/crypto/crc8-inline.h | 2 +- include/bfdev/crypto/md5-base.h | 2 +- include/bfdev/crypto/md5.h | 2 +- include/bfdev/crypto/sha1-base.h | 2 +- include/bfdev/crypto/sha1.h | 2 +- include/bfdev/crypto/sha2-base.h | 2 +- include/bfdev/crypto/sha2.h | 2 +- include/bfdev/ctype.h | 2 +- include/bfdev/dword.h | 2 +- include/bfdev/errname.h | 2 +- include/bfdev/errno.h | 2 +- include/bfdev/errptr.h | 2 +- include/bfdev/fifo.h | 2 +- include/bfdev/fsm.h | 2 +- include/bfdev/guards.h | 2 +- include/bfdev/hash.h | 2 +- include/bfdev/hashmap.h | 2 +- include/bfdev/hashtbl.h | 2 +- include/bfdev/heap.h | 2 +- include/bfdev/hlist.h | 2 +- include/bfdev/ilist.h | 2 +- include/bfdev/jhash.h | 2 +- include/bfdev/level.h | 2 +- include/bfdev/levenshtein.h | 2 +- include/bfdev/limits.h | 2 +- include/bfdev/list.h | 2 +- include/bfdev/llist.h | 2 +- include/bfdev/log.h | 2 +- include/bfdev/log2.h | 2 +- include/bfdev/macro.h | 2 +- include/bfdev/math.h | 2 +- include/bfdev/matrix.h | 2 +- include/bfdev/md5.h | 2 +- include/bfdev/memalloc.h | 2 +- include/bfdev/mhelper.h | 2 +- include/bfdev/minmax.h | 2 +- include/bfdev/mpi.h | 2 +- include/bfdev/notifier.h | 2 +- include/bfdev/once.h | 2 +- include/bfdev/overflow.h | 2 +- include/bfdev/poison.h | 2 +- include/bfdev/popcount.h | 2 +- include/bfdev/port/ctype.h | 2 +- include/bfdev/port/limits.h | 2 +- include/bfdev/port/stdarg.h | 2 +- include/bfdev/port/stdbool.h | 2 +- include/bfdev/port/stddef.h | 2 +- include/bfdev/port/stdint.h | 2 +- include/bfdev/port/stdio.h | 2 +- include/bfdev/port/stdlib.h | 2 +- include/bfdev/port/string.h | 2 +- include/bfdev/prandom.h | 2 +- include/bfdev/radix.h | 2 +- include/bfdev/ratelimit.h | 2 +- include/bfdev/rbtree.h | 2 +- include/bfdev/refcount.h | 2 +- include/bfdev/respool.h | 2 +- include/bfdev/ringbuf.h | 2 +- include/bfdev/scnprintf.h | 2 +- include/bfdev/segtree.h | 2 +- include/bfdev/sha1.h | 2 +- include/bfdev/sha2.h | 2 +- include/bfdev/size.h | 2 +- include/bfdev/skiplist.h | 2 +- include/bfdev/slist.h | 2 +- include/bfdev/sort.h | 2 +- include/bfdev/stdarg.h | 2 +- include/bfdev/stddef.h | 2 +- include/bfdev/stdio.h | 2 +- include/bfdev/stdlib.h | 2 +- include/bfdev/string.h | 2 +- include/bfdev/stringhash.h | 2 +- include/bfdev/stringify.h | 2 +- include/bfdev/struct.h | 2 +- include/bfdev/swab.h | 2 +- include/bfdev/textsearch.h | 2 +- include/bfdev/time.h | 2 +- include/bfdev/titer.h | 2 +- include/bfdev/tokenbucket.h | 2 +- include/bfdev/typecheck.h | 2 +- include/bfdev/types.h | 2 +- include/bfdev/unaligned.h | 2 +- include/bfdev/uplower.h | 2 +- include/export.h | 2 +- include/port/allocator.h | 2 +- include/port/log.h | 2 +- scripts/CMakeLists.txt | 2 +- scripts/asm-generic.cmake | 2 +- scripts/commit.cmake | 2 +- scripts/gen-crc.c | 2 +- scripts/gen-crc16.c | 2 +- scripts/gen-crc16be.c | 2 +- scripts/gen-crc32.c | 2 +- scripts/gen-crc32be.c | 2 +- scripts/gen-crc64.c | 2 +- scripts/gen-crc64be.c | 2 +- scripts/gen-crc8.c | 2 +- scripts/hostrule.cmake | 2 +- scripts/packed-header.cmake | 2 +- scripts/sanitize.cmake | 2 +- src/allocpool.c | 2 +- src/argv.c | 2 +- src/array.c | 2 +- src/bcd.c | 2 +- src/bitmap.c | 2 +- src/bitrev.c | 2 +- src/bitwalk.c | 2 +- src/bloom.c | 2 +- src/bsearch.c | 2 +- src/btree-utils.c | 2 +- src/btree.c | 2 +- src/build.cmake | 2 +- src/cache/build.cmake | 2 +- src/cache/cache.c | 2 +- src/cache/lfu.c | 2 +- src/cache/lru.c | 2 +- src/callback.c | 2 +- src/crypto/arc4.c | 2 +- src/crypto/ascii85.c | 2 +- src/crypto/base32.c | 2 +- src/crypto/base64.c | 2 +- src/crypto/build.cmake | 2 +- src/crypto/crc-ccitt.c | 2 +- src/crypto/crc-itut.c | 2 +- src/crypto/crc-rocksoft.c | 2 +- src/crypto/crc-t10dif.c | 2 +- src/crypto/crc16.c | 2 +- src/crypto/crc32.c | 2 +- src/crypto/crc4.c | 2 +- src/crypto/crc64.c | 2 +- src/crypto/crc7.c | 2 +- src/crypto/crc8.c | 2 +- src/crypto/md5.c | 2 +- src/crypto/sha1.c | 2 +- src/crypto/sha2.c | 2 +- src/dword.c | 2 +- src/errname.c | 2 +- src/fifo.c | 2 +- src/fsm.c | 2 +- src/hashmap.c | 2 +- src/heap-debug.c | 2 +- src/heap.c | 2 +- src/hlist-debug.c | 2 +- src/ilist.c | 2 +- src/jhash.c | 2 +- src/levenshtein.c | 2 +- src/libc/build.cmake | 2 +- src/libc/ctype.c | 2 +- src/libc/strdup.c | 2 +- src/libc/string.c | 2 +- src/list-debug.c | 2 +- src/list-sort.c | 2 +- src/llist.c | 2 +- src/log/build.cmake | 2 +- src/log/color.c | 2 +- src/log/level.c | 2 +- src/log/log.c | 2 +- src/matrix.c | 2 +- src/memalloc.c | 2 +- src/mpi.c | 2 +- src/notifier.c | 2 +- src/popcount.c | 2 +- src/prandom.c | 2 +- src/radix.c | 2 +- src/ratelimit.c | 2 +- src/rbtree-debug.c | 2 +- src/rbtree.c | 2 +- src/refcount.c | 2 +- src/respool.c | 2 +- src/ringbuf.c | 2 +- src/scnprintf.c | 2 +- src/segtree.c | 2 +- src/skiplist.c | 2 +- src/slist-debug.c | 2 +- src/sort.c | 2 +- src/stringhash.c | 2 +- src/textsearch/bm.c | 2 +- src/textsearch/build.cmake | 2 +- src/textsearch/kmp.c | 2 +- src/textsearch/linear.c | 2 +- src/textsearch/sunday.c | 2 +- src/textsearch/textsearch.c | 2 +- src/tokenbucket.c | 2 +- testsuite/CMakeLists.txt | 2 +- testsuite/array/CMakeLists.txt | 2 +- testsuite/array/fuzzy.c | 2 +- testsuite/bitwalk/CMakeLists.txt | 2 +- testsuite/bitwalk/fuzzy.c | 2 +- testsuite/build.cmake | 2 +- testsuite/fifo/CMakeLists.txt | 2 +- testsuite/fifo/selftest.c | 2 +- testsuite/hlist/CMakeLists.txt | 2 +- testsuite/hlist/iterator.c | 2 +- testsuite/list/CMakeLists.txt | 2 +- testsuite/list/iterator.c | 2 +- testsuite/memalloc/fuzzy.c | 2 +- testsuite/mpi/CMakeLists.txt | 2 +- testsuite/mpi/empty.c | 2 +- testsuite/mpi/fuzzy.c | 2 +- testsuite/randpool.h | 2 +- testsuite/slist/CMakeLists.txt | 2 +- testsuite/slist/iterator.c | 2 +- testsuite/testsuite.c | 2 +- testsuite/testsuite.cmake | 2 +- testsuite/testsuite.h | 2 +- 355 files changed, 355 insertions(+), 355 deletions(-) diff --git a/AUTHORS b/AUTHORS index babaa038..5b28abc4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -6,7 +6,7 @@ ----------- Bfdev Designer Group -Name : John Sanpe +Name : Jalen Wong Email : sanpeqf@gmail.com Represent : framework diff --git a/CMakeLists.txt b/CMakeLists.txt index 5427a1c8..742c40d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later # # Copyright(c) 2023 ffashion -# Copyright(c) 2023 John Sanpe +# Copyright(c) 2023 Jalen Wong # cmake_minimum_required(VERSION 3.12) diff --git a/arch/generic/build.cmake b/arch/generic/build.cmake index e94bbed1..67a76e3a 100644 --- a/arch/generic/build.cmake +++ b/arch/generic/build.cmake @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2023 John Sanpe +# Copyright(c) 2023 Jalen Wong # # diff --git a/arch/generic/include/bfdev/asm/bitops.h b/arch/generic/include/bfdev/asm/bitops.h index f5a528b2..00d3360c 100644 --- a/arch/generic/include/bfdev/asm/bitops.h +++ b/arch/generic/include/bfdev/asm/bitops.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #ifndef _BFDEV_ASM_BITOPS_H_ diff --git a/build.cmake b/build.cmake index 71447a6e..e34caf93 100644 --- a/build.cmake +++ b/build.cmake @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2023 John Sanpe +# Copyright(c) 2023 Jalen Wong # add_compile_options( diff --git a/cmake/config.h.in b/cmake/config.h.in index 333ccb3c..9a3f5b19 100644 --- a/cmake/config.h.in +++ b/cmake/config.h.in @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright(c) 2023 ffashion - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_CONFIG_H_ diff --git a/examples/action/simple.c b/examples/action/simple.c index 4b47530a..dff9b431 100644 --- a/examples/action/simple.c +++ b/examples/action/simple.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define MODULE_NAME "action-simple" diff --git a/examples/allocator/CMakeLists.txt b/examples/allocator/CMakeLists.txt index 99f7a7a1..ca7b63a9 100644 --- a/examples/allocator/CMakeLists.txt +++ b/examples/allocator/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2023 John Sanpe +# Copyright(c) 2023 Jalen Wong # add_executable(allocator-simple simple.c) diff --git a/examples/allocator/simple.c b/examples/allocator/simple.c index 6e68b8f7..074ad1bf 100644 --- a/examples/allocator/simple.c +++ b/examples/allocator/simple.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/examples/arc4/CMakeLists.txt b/examples/arc4/CMakeLists.txt index 69a1cf41..c7d99d85 100644 --- a/examples/arc4/CMakeLists.txt +++ b/examples/arc4/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2024 John Sanpe +# Copyright(c) 2024 Jalen Wong # add_executable(arc4-bandwidth bandwidth.c) diff --git a/examples/arc4/bandwidth.c b/examples/arc4/bandwidth.c index a6c7289a..4583f3f8 100644 --- a/examples/arc4/bandwidth.c +++ b/examples/arc4/bandwidth.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #define MODULE_NAME "arc4-bandwidth" diff --git a/examples/array/simple.c b/examples/array/simple.c index e70fc9c0..431a6ed4 100644 --- a/examples/array/simple.c +++ b/examples/array/simple.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/examples/ascii85/CMakeLists.txt b/examples/ascii85/CMakeLists.txt index 9b258bbd..a9d5843a 100644 --- a/examples/ascii85/CMakeLists.txt +++ b/examples/ascii85/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2024 John Sanpe +# Copyright(c) 2024 Jalen Wong # add_executable(ascii85-bandwidth bandwidth.c) diff --git a/examples/ascii85/bandwidth.c b/examples/ascii85/bandwidth.c index f3f4c0f1..500e2f7b 100644 --- a/examples/ascii85/bandwidth.c +++ b/examples/ascii85/bandwidth.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #define MODULE_NAME "ascii85-bandwidth" diff --git a/examples/ascii85/utils.c b/examples/ascii85/utils.c index 0ad9fa1e..63a42db2 100644 --- a/examples/ascii85/utils.c +++ b/examples/ascii85/utils.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #define MODULE_NAME "bfdev-ascii85" diff --git a/examples/base32/CMakeLists.txt b/examples/base32/CMakeLists.txt index 45b2084c..91f718c1 100644 --- a/examples/base32/CMakeLists.txt +++ b/examples/base32/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2023 John Sanpe +# Copyright(c) 2023 Jalen Wong # add_executable(base32-bandwidth bandwidth.c) diff --git a/examples/base32/bandwidth.c b/examples/base32/bandwidth.c index dc2a9300..b4e6f7a6 100644 --- a/examples/base32/bandwidth.c +++ b/examples/base32/bandwidth.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define MODULE_NAME "base32-bandwidth" diff --git a/examples/base32/utils.c b/examples/base32/utils.c index 1f59a919..fcdd192c 100644 --- a/examples/base32/utils.c +++ b/examples/base32/utils.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #define MODULE_NAME "bfdev-base32" diff --git a/examples/base64/CMakeLists.txt b/examples/base64/CMakeLists.txt index 58eaa203..eb69ffa4 100644 --- a/examples/base64/CMakeLists.txt +++ b/examples/base64/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2023 John Sanpe +# Copyright(c) 2023 Jalen Wong # add_executable(base64-bandwidth bandwidth.c) diff --git a/examples/base64/bandwidth.c b/examples/base64/bandwidth.c index c58d1685..ca295b98 100644 --- a/examples/base64/bandwidth.c +++ b/examples/base64/bandwidth.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define MODULE_NAME "base64-bandwidth" diff --git a/examples/base64/utils.c b/examples/base64/utils.c index aed82414..99cc2df9 100644 --- a/examples/base64/utils.c +++ b/examples/base64/utils.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #define MODULE_NAME "bfdev-base64" diff --git a/examples/bfdev/CMakeLists.txt b/examples/bfdev/CMakeLists.txt index 94f178c4..035f360a 100644 --- a/examples/bfdev/CMakeLists.txt +++ b/examples/bfdev/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2023 John Sanpe +# Copyright(c) 2023 Jalen Wong # add_executable(bfdev-version version.c) diff --git a/examples/bfdev/version.c b/examples/bfdev/version.c index e4e671ef..82e215a8 100644 --- a/examples/bfdev/version.c +++ b/examples/bfdev/version.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/examples/bloom/simple.c b/examples/bloom/simple.c index b94dc265..70fce472 100644 --- a/examples/bloom/simple.c +++ b/examples/bloom/simple.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/examples/btree/benchmark.c b/examples/btree/benchmark.c index 701a49ff..28e14907 100644 --- a/examples/btree/benchmark.c +++ b/examples/btree/benchmark.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2021 John Sanpe + * Copyright(c) 2021 Jalen Wong */ #define MODULE_NAME "btree-benchmark" diff --git a/examples/btree/selftest.c b/examples/btree/selftest.c index 97c1a1e3..2ea0f2ff 100644 --- a/examples/btree/selftest.c +++ b/examples/btree/selftest.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/examples/cache/CMakeLists.txt b/examples/cache/CMakeLists.txt index 666eccc5..1f4fa196 100644 --- a/examples/cache/CMakeLists.txt +++ b/examples/cache/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2023 John Sanpe +# Copyright(c) 2023 Jalen Wong # add_executable(cache-simple simple.c) diff --git a/examples/cache/simple.c b/examples/cache/simple.c index 77156c72..984433e5 100644 --- a/examples/cache/simple.c +++ b/examples/cache/simple.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define MODULE_NAME "cache-simple" diff --git a/examples/circle/atomic.c b/examples/circle/atomic.c index b6eeb2d0..9ffd99b4 100644 --- a/examples/circle/atomic.c +++ b/examples/circle/atomic.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2021 John Sanpe + * Copyright(c) 2021 Jalen Wong */ #include diff --git a/examples/crc/CMakeLists.txt b/examples/crc/CMakeLists.txt index 87e082ad..8531ccca 100644 --- a/examples/crc/CMakeLists.txt +++ b/examples/crc/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2023 John Sanpe +# Copyright(c) 2023 Jalen Wong # add_executable(crc-bandwidth bandwidth.c) diff --git a/examples/crc/bandwidth.c b/examples/crc/bandwidth.c index dd85130f..a50b2f86 100644 --- a/examples/crc/bandwidth.c +++ b/examples/crc/bandwidth.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define MODULE_NAME "crc-bandwidth" diff --git a/examples/crypto/CMakeLists.txt b/examples/crypto/CMakeLists.txt index 7ed58fee..aba3f205 100644 --- a/examples/crypto/CMakeLists.txt +++ b/examples/crypto/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2023 John Sanpe +# Copyright(c) 2023 Jalen Wong # add_executable(crypto-bandwidth bandwidth.c) diff --git a/examples/crypto/bandwidth.c b/examples/crypto/bandwidth.c index a2879c72..521b3ee4 100644 --- a/examples/crypto/bandwidth.c +++ b/examples/crypto/bandwidth.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #define MODULE_NAME "crypto-bandwidth" diff --git a/examples/crypto/utils.c b/examples/crypto/utils.c index 6897a567..e8cabe81 100644 --- a/examples/crypto/utils.c +++ b/examples/crypto/utils.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #define MODULE_NAME "bfdev-crypto" diff --git a/examples/fifo/atomic.c b/examples/fifo/atomic.c index e98676c6..d81f28c8 100644 --- a/examples/fifo/atomic.c +++ b/examples/fifo/atomic.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/examples/fsm/console.c b/examples/fsm/console.c index 44c0a288..d3717866 100644 --- a/examples/fsm/console.c +++ b/examples/fsm/console.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/examples/guards/cleanup.c b/examples/guards/cleanup.c index 463ccfcb..19b22b78 100644 --- a/examples/guards/cleanup.c +++ b/examples/guards/cleanup.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/examples/hashmap/benchmark.c b/examples/hashmap/benchmark.c index e93850dc..0206d95d 100644 --- a/examples/hashmap/benchmark.c +++ b/examples/hashmap/benchmark.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define MODULE_NAME "hashmap-benchmark" diff --git a/examples/hashmap/simple.c b/examples/hashmap/simple.c index 68b69147..9142a577 100644 --- a/examples/hashmap/simple.c +++ b/examples/hashmap/simple.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/examples/hashtbl/simple.c b/examples/hashtbl/simple.c index b9bb1b6b..6c36688a 100644 --- a/examples/hashtbl/simple.c +++ b/examples/hashtbl/simple.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2021 John Sanpe + * Copyright(c) 2021 Jalen Wong */ #include diff --git a/examples/heap/benchmark.c b/examples/heap/benchmark.c index 05a9ffc4..56d6d08d 100644 --- a/examples/heap/benchmark.c +++ b/examples/heap/benchmark.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2021 John Sanpe + * Copyright(c) 2021 Jalen Wong */ #define MODULE_NAME "heap-benchmark" diff --git a/examples/heap/selftest.c b/examples/heap/selftest.c index 8c846b0f..bee4aa31 100644 --- a/examples/heap/selftest.c +++ b/examples/heap/selftest.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #define MODULE_NAME "heap-selftest" diff --git a/examples/hlist/simple.c b/examples/hlist/simple.c index 56d86685..2bbdf793 100644 --- a/examples/hlist/simple.c +++ b/examples/hlist/simple.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2021 John Sanpe + * Copyright(c) 2021 Jalen Wong */ #include diff --git a/examples/ilist/selftest.c b/examples/ilist/selftest.c index 54db0bb0..ad77ce55 100644 --- a/examples/ilist/selftest.c +++ b/examples/ilist/selftest.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2021 John Sanpe + * Copyright(c) 2021 Jalen Wong */ #include diff --git a/examples/levenshtein/simple.c b/examples/levenshtein/simple.c index 7505222f..bb9620b4 100644 --- a/examples/levenshtein/simple.c +++ b/examples/levenshtein/simple.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/examples/list/benchmark.c b/examples/list/benchmark.c index f942cfa6..586e224d 100644 --- a/examples/list/benchmark.c +++ b/examples/list/benchmark.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2021 John Sanpe + * Copyright(c) 2021 Jalen Wong */ #define MODULE_NAME "list-benchmark" diff --git a/examples/log/CMakeLists.txt b/examples/log/CMakeLists.txt index 9e8d0477..f4edbbb6 100644 --- a/examples/log/CMakeLists.txt +++ b/examples/log/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2023 John Sanpe +# Copyright(c) 2023 Jalen Wong # add_executable(log-simple simple.c) diff --git a/examples/log/simple.c b/examples/log/simple.c index 6a3491f0..81e0fd14 100644 --- a/examples/log/simple.c +++ b/examples/log/simple.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define MODULE_NAME "log-simple" diff --git a/examples/log2/CMakeLists.txt b/examples/log2/CMakeLists.txt index 42df8480..e6c72455 100644 --- a/examples/log2/CMakeLists.txt +++ b/examples/log2/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2023 John Sanpe +# Copyright(c) 2023 Jalen Wong # add_executable(log2-selftest selftest.c) diff --git a/examples/log2/selftest.c b/examples/log2/selftest.c index 9d94f230..b49ac67f 100644 --- a/examples/log2/selftest.c +++ b/examples/log2/selftest.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/examples/matrix/benchmark.c b/examples/matrix/benchmark.c index fbd41302..10f6b49e 100644 --- a/examples/matrix/benchmark.c +++ b/examples/matrix/benchmark.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define MODULE_NAME "matrix-benchmark" diff --git a/examples/matrix/fibonacci.c b/examples/matrix/fibonacci.c index c4ee2a28..cc5fee15 100644 --- a/examples/matrix/fibonacci.c +++ b/examples/matrix/fibonacci.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/examples/mpi/bbp.c b/examples/mpi/bbp.c index 7cf31480..88e864c1 100644 --- a/examples/mpi/bbp.c +++ b/examples/mpi/bbp.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define MODULE_NAME "mpi-bbp" diff --git a/examples/mpi/fibonacci.c b/examples/mpi/fibonacci.c index 1429aff1..87a54c04 100644 --- a/examples/mpi/fibonacci.c +++ b/examples/mpi/fibonacci.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/examples/mpi/helper.h b/examples/mpi/helper.h index 46d2ecd4..1787aba2 100644 --- a/examples/mpi/helper.h +++ b/examples/mpi/helper.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #ifndef _MPI_PRINT_H_ diff --git a/examples/mpi/machin.c b/examples/mpi/machin.c index 6d488ea2..6b733be2 100644 --- a/examples/mpi/machin.c +++ b/examples/mpi/machin.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define MODULE_NAME "mpi-machin" diff --git a/examples/notifier/CMakeLists.txt b/examples/notifier/CMakeLists.txt index e8cc2218..c3912826 100644 --- a/examples/notifier/CMakeLists.txt +++ b/examples/notifier/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later */ # -# Copyright(c) 2024 John Sanpe +# Copyright(c) 2024 Jalen Wong # add_executable(notifier-simple simple.c) diff --git a/examples/notifier/simple.c b/examples/notifier/simple.c index 200c1815..c5600f48 100644 --- a/examples/notifier/simple.c +++ b/examples/notifier/simple.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define MODULE_NAME "notifier-simple" diff --git a/examples/once/simple.c b/examples/once/simple.c index 9d72ddc1..aae5889d 100644 --- a/examples/once/simple.c +++ b/examples/once/simple.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/examples/prandom/CMakeLists.txt b/examples/prandom/CMakeLists.txt index 3760993e..3c8a6a8b 100644 --- a/examples/prandom/CMakeLists.txt +++ b/examples/prandom/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2024 John Sanpe +# Copyright(c) 2024 Jalen Wong # add_executable(prandom-simple simple.c) diff --git a/examples/prandom/simple.c b/examples/prandom/simple.c index f431e750..5632f800 100644 --- a/examples/prandom/simple.c +++ b/examples/prandom/simple.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #define MODULE_NAME "prandom-simple" diff --git a/examples/radix/CMakeLists.txt b/examples/radix/CMakeLists.txt index f5695078..dbb35379 100644 --- a/examples/radix/CMakeLists.txt +++ b/examples/radix/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2023 John Sanpe +# Copyright(c) 2023 Jalen Wong # add_executable(radix-simple simple.c) diff --git a/examples/radix/benchmark.c b/examples/radix/benchmark.c index 2ed55835..df4939e5 100644 --- a/examples/radix/benchmark.c +++ b/examples/radix/benchmark.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define MODULE_NAME "radix-benchmark" diff --git a/examples/radix/simple.c b/examples/radix/simple.c index 3b14fc34..5bf42265 100644 --- a/examples/radix/simple.c +++ b/examples/radix/simple.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/examples/ratelimit/CMakeLists.txt b/examples/ratelimit/CMakeLists.txt index d9c8ec2f..f031c05c 100644 --- a/examples/ratelimit/CMakeLists.txt +++ b/examples/ratelimit/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2024 John Sanpe +# Copyright(c) 2024 Jalen Wong # add_executable(ratelimit-simple simple.c) diff --git a/examples/ratelimit/simple.c b/examples/ratelimit/simple.c index ff3fa96a..bfa9c9b9 100644 --- a/examples/ratelimit/simple.c +++ b/examples/ratelimit/simple.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #define MODULE_NAME "ratelimit-simple" diff --git a/examples/rbtree/benchmark.c b/examples/rbtree/benchmark.c index f8c0c194..c4c13d00 100644 --- a/examples/rbtree/benchmark.c +++ b/examples/rbtree/benchmark.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2021-2022 John Sanpe + * Copyright(c) 2021-2022 Jalen Wong */ #define MODULE_NAME "rbtree-benchmark" diff --git a/examples/rbtree/selftest.c b/examples/rbtree/selftest.c index 357ccbb0..f2e42169 100644 --- a/examples/rbtree/selftest.c +++ b/examples/rbtree/selftest.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/examples/rbtree/simple.c b/examples/rbtree/simple.c index 620de4c9..0ea42908 100644 --- a/examples/rbtree/simple.c +++ b/examples/rbtree/simple.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2021-2022 John Sanpe + * Copyright(c) 2021-2022 Jalen Wong */ #include diff --git a/examples/respool/CMakeLists.txt b/examples/respool/CMakeLists.txt index 677ce78e..abfe4bc4 100644 --- a/examples/respool/CMakeLists.txt +++ b/examples/respool/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2023 John Sanpe +# Copyright(c) 2023 Jalen Wong # add_executable(respool-simple simple.c) diff --git a/examples/respool/simple.c b/examples/respool/simple.c index a0827c34..0c06215d 100644 --- a/examples/respool/simple.c +++ b/examples/respool/simple.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #define MODULE_NAME "respool-simple" diff --git a/examples/ringbuf/simple.c b/examples/ringbuf/simple.c index 47d8fac4..389d9a2c 100644 --- a/examples/ringbuf/simple.c +++ b/examples/ringbuf/simple.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/examples/segtree/selftest.c b/examples/segtree/selftest.c index e0ae638a..66a32cda 100644 --- a/examples/segtree/selftest.c +++ b/examples/segtree/selftest.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/examples/skiplist/benchmark.c b/examples/skiplist/benchmark.c index f4f18550..802f9570 100644 --- a/examples/skiplist/benchmark.c +++ b/examples/skiplist/benchmark.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #define MODULE_NAME "skiplist-benchmark" diff --git a/examples/skiplist/selftest.c b/examples/skiplist/selftest.c index 4c6b9aaa..b7776526 100644 --- a/examples/skiplist/selftest.c +++ b/examples/skiplist/selftest.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/examples/slist/simple.c b/examples/slist/simple.c index 03c4c195..75e37bab 100644 --- a/examples/slist/simple.c +++ b/examples/slist/simple.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/examples/sort/benchmark.c b/examples/sort/benchmark.c index 0f65ee76..eff4f1a2 100644 --- a/examples/sort/benchmark.c +++ b/examples/sort/benchmark.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #define MODULE_NAME "sort-benchmark" diff --git a/examples/sort/selftest.c b/examples/sort/selftest.c index c65fe7c1..cc7aee46 100644 --- a/examples/sort/selftest.c +++ b/examples/sort/selftest.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #define MODULE_NAME "sort-benchmark" diff --git a/examples/textsearch/simple.c b/examples/textsearch/simple.c index ce04e469..6b782a34 100644 --- a/examples/textsearch/simple.c +++ b/examples/textsearch/simple.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/examples/time.h b/examples/time.h index f6836fc1..32c7d172 100644 --- a/examples/time.h +++ b/examples/time.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _EXAMPLES_TIME_H_ diff --git a/examples/tokenbucket/CMakeLists.txt b/examples/tokenbucket/CMakeLists.txt index 6461772d..716eb710 100644 --- a/examples/tokenbucket/CMakeLists.txt +++ b/examples/tokenbucket/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2024 John Sanpe +# Copyright(c) 2024 Jalen Wong # add_executable(tokenbucket-simple simple.c) diff --git a/examples/tokenbucket/simple.c b/examples/tokenbucket/simple.c index 6ee2bebb..3ae90da1 100644 --- a/examples/tokenbucket/simple.c +++ b/examples/tokenbucket/simple.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #define MODULE_NAME "tokenbucket-simple" diff --git a/include/base.h b/include/base.h index 151a8979..44a4cc9d 100644 --- a/include/base.h +++ b/include/base.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _LOCAL_BASE_H_ diff --git a/include/bfdev/action.h b/include/bfdev/action.h index a1723af3..1da09680 100644 --- a/include/bfdev/action.h +++ b/include/bfdev/action.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ACTION_H_ diff --git a/include/bfdev/align.h b/include/bfdev/align.h index eea4361b..de4fd78a 100644 --- a/include/bfdev/align.h +++ b/include/bfdev/align.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ALIGN_H_ diff --git a/include/bfdev/alloca.h b/include/bfdev/alloca.h index b77f83be..6d6028c3 100644 --- a/include/bfdev/alloca.h +++ b/include/bfdev/alloca.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ALLOCA_H_ diff --git a/include/bfdev/allocator.h b/include/bfdev/allocator.h index 9121aba5..0ac5768d 100644 --- a/include/bfdev/allocator.h +++ b/include/bfdev/allocator.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* * Copyright(c) 2023 ffashion - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ALLOCATOR_H_ diff --git a/include/bfdev/allocpool.h b/include/bfdev/allocpool.h index 396720a0..26480238 100644 --- a/include/bfdev/allocpool.h +++ b/include/bfdev/allocpool.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ALLOCPOOL_H_ diff --git a/include/bfdev/arc4.h b/include/bfdev/arc4.h index e31e4105..f36715db 100644 --- a/include/bfdev/arc4.h +++ b/include/bfdev/arc4.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #ifndef _BFDEV_ARC4_H_ diff --git a/include/bfdev/argv.h b/include/bfdev/argv.h index 303da194..24af78a5 100644 --- a/include/bfdev/argv.h +++ b/include/bfdev/argv.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ARGV_H_ diff --git a/include/bfdev/array.h b/include/bfdev/array.h index 74afab3f..ea624158 100644 --- a/include/bfdev/array.h +++ b/include/bfdev/array.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* * Copyright(c) 2023 ffashion - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ARRAY_H_ diff --git a/include/bfdev/ascii.h b/include/bfdev/ascii.h index 88d5cc36..9a6188aa 100644 --- a/include/bfdev/ascii.h +++ b/include/bfdev/ascii.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ASCII_H_ diff --git a/include/bfdev/ascii85.h b/include/bfdev/ascii85.h index 1db90872..c0b09a6d 100644 --- a/include/bfdev/ascii85.h +++ b/include/bfdev/ascii85.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ASCII85_H_ diff --git a/include/bfdev/asm-generic/atomic.h b/include/bfdev/asm-generic/atomic.h index 37f38875..718be0a8 100644 --- a/include/bfdev/asm-generic/atomic.h +++ b/include/bfdev/asm-generic/atomic.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ASM_GENERIC_ATOMIC_H_ diff --git a/include/bfdev/asm-generic/bitops.h b/include/bfdev/asm-generic/bitops.h index f477e7c6..52120cab 100644 --- a/include/bfdev/asm-generic/bitops.h +++ b/include/bfdev/asm-generic/bitops.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ASM_GENERIC_BITOPS_H_ diff --git a/include/bfdev/asm-generic/bitsperlong.h b/include/bfdev/asm-generic/bitsperlong.h index 967e60a4..86714daf 100644 --- a/include/bfdev/asm-generic/bitsperlong.h +++ b/include/bfdev/asm-generic/bitsperlong.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ASM_GENERIC_BITSPERLONG_H_ diff --git a/include/bfdev/asm-generic/builtin-clz.h b/include/bfdev/asm-generic/builtin-clz.h index c7826246..aacb8336 100644 --- a/include/bfdev/asm-generic/builtin-clz.h +++ b/include/bfdev/asm-generic/builtin-clz.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ASM_GENERIC_BUILTIN_CLZ_H_ diff --git a/include/bfdev/asm-generic/builtin-ctz.h b/include/bfdev/asm-generic/builtin-ctz.h index e03f89a1..b7ab4ec9 100644 --- a/include/bfdev/asm-generic/builtin-ctz.h +++ b/include/bfdev/asm-generic/builtin-ctz.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ASM_GENERIC_BUILTIN_CTZ_H_ diff --git a/include/bfdev/asm-generic/builtin-ffs.h b/include/bfdev/asm-generic/builtin-ffs.h index 55d88a13..3c9dbb1e 100644 --- a/include/bfdev/asm-generic/builtin-ffs.h +++ b/include/bfdev/asm-generic/builtin-ffs.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ASM_GENERIC_BUILTIN_FFS_H_ diff --git a/include/bfdev/asm-generic/builtin-ffsuf.h b/include/bfdev/asm-generic/builtin-ffsuf.h index e1c9ff3c..d0549eae 100644 --- a/include/bfdev/asm-generic/builtin-ffsuf.h +++ b/include/bfdev/asm-generic/builtin-ffsuf.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ASM_GENERIC_BUILTIN_FFSUF_H_ diff --git a/include/bfdev/asm-generic/builtin-fls.h b/include/bfdev/asm-generic/builtin-fls.h index e7df50d8..5ea2e717 100644 --- a/include/bfdev/asm-generic/builtin-fls.h +++ b/include/bfdev/asm-generic/builtin-fls.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ASM_GENERIC_BUILTIN_FLS_H_ diff --git a/include/bfdev/asm-generic/builtin-flsuf.h b/include/bfdev/asm-generic/builtin-flsuf.h index 914d233b..8f792549 100644 --- a/include/bfdev/asm-generic/builtin-flsuf.h +++ b/include/bfdev/asm-generic/builtin-flsuf.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ASM_GENERIC_BUILTIN_FLSUF_H_ diff --git a/include/bfdev/asm-generic/byteorder.h b/include/bfdev/asm-generic/byteorder.h index 1d40b74f..a6b509b5 100644 --- a/include/bfdev/asm-generic/byteorder.h +++ b/include/bfdev/asm-generic/byteorder.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ASM_GENERIC_BYTEORDER_H_ diff --git a/include/bfdev/asm-generic/cmpxchg.h b/include/bfdev/asm-generic/cmpxchg.h index d0a96ae5..6b2eee68 100644 --- a/include/bfdev/asm-generic/cmpxchg.h +++ b/include/bfdev/asm-generic/cmpxchg.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ASM_GENERIC_CMPXCHG_H_ diff --git a/include/bfdev/asm-generic/dword.h b/include/bfdev/asm-generic/dword.h index a0b2de5f..c4092663 100644 --- a/include/bfdev/asm-generic/dword.h +++ b/include/bfdev/asm-generic/dword.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #ifndef _BFDEV_ASM_GENERIC_DWORD_H_ diff --git a/include/bfdev/asm-generic/rwonce.h b/include/bfdev/asm-generic/rwonce.h index 859f4097..198ec4a1 100644 --- a/include/bfdev/asm-generic/rwonce.h +++ b/include/bfdev/asm-generic/rwonce.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ASM_GENERIC_RWONCE_H_ diff --git a/include/bfdev/asm-generic/swab.h b/include/bfdev/asm-generic/swab.h index 129b52bc..6892d323 100644 --- a/include/bfdev/asm-generic/swab.h +++ b/include/bfdev/asm-generic/swab.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ASM_GENERIC_SWAB_H_ diff --git a/include/bfdev/asm-generic/unaligned.h b/include/bfdev/asm-generic/unaligned.h index 79207609..50afb041 100644 --- a/include/bfdev/asm-generic/unaligned.h +++ b/include/bfdev/asm-generic/unaligned.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ASM_GENERIC_UNALIGNED_H_ diff --git a/include/bfdev/atomic.h b/include/bfdev/atomic.h index aba03f00..918f848e 100644 --- a/include/bfdev/atomic.h +++ b/include/bfdev/atomic.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ATOMIC_H_ diff --git a/include/bfdev/base32.h b/include/bfdev/base32.h index d7a939a8..78bdc0d0 100644 --- a/include/bfdev/base32.h +++ b/include/bfdev/base32.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #ifndef _BFDEV_BASE32_H_ diff --git a/include/bfdev/base64.h b/include/bfdev/base64.h index 1ce8d0a1..c4a00cc2 100644 --- a/include/bfdev/base64.h +++ b/include/bfdev/base64.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #ifndef _BFDEV_BASE64_H_ diff --git a/include/bfdev/bcd.h b/include/bfdev/bcd.h index ffb4a744..941c38f4 100644 --- a/include/bfdev/bcd.h +++ b/include/bfdev/bcd.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_BCD_H_ diff --git a/include/bfdev/bitfield.h b/include/bfdev/bitfield.h index 6dcd94ea..c9bfc748 100644 --- a/include/bfdev/bitfield.h +++ b/include/bfdev/bitfield.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_BITFIELD_H_ diff --git a/include/bfdev/bitflags.h b/include/bfdev/bitflags.h index 318292b6..d98eb2d5 100644 --- a/include/bfdev/bitflags.h +++ b/include/bfdev/bitflags.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_BITFLAGS_H_ diff --git a/include/bfdev/bitmap-comp.h b/include/bfdev/bitmap-comp.h index 7d9ea0ff..2dfafe98 100644 --- a/include/bfdev/bitmap-comp.h +++ b/include/bfdev/bitmap-comp.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_BITMAP_COMP_H_ diff --git a/include/bfdev/bitmap.h b/include/bfdev/bitmap.h index 70235e47..16f48896 100644 --- a/include/bfdev/bitmap.h +++ b/include/bfdev/bitmap.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_BITMAP_H_ diff --git a/include/bfdev/bitops-endian.h b/include/bfdev/bitops-endian.h index f86ef212..f3740e29 100644 --- a/include/bfdev/bitops-endian.h +++ b/include/bfdev/bitops-endian.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_BITOPS_ENDIAN_H_ diff --git a/include/bfdev/bitops.h b/include/bfdev/bitops.h index d1fa1e76..9d765506 100644 --- a/include/bfdev/bitops.h +++ b/include/bfdev/bitops.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_BITOPS_H_ diff --git a/include/bfdev/bitrev.h b/include/bfdev/bitrev.h index f278b727..556a2274 100644 --- a/include/bfdev/bitrev.h +++ b/include/bfdev/bitrev.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_BITREV_H_ diff --git a/include/bfdev/bits.h b/include/bfdev/bits.h index 0307cd96..fa71f924 100644 --- a/include/bfdev/bits.h +++ b/include/bfdev/bits.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_BITS_H_ diff --git a/include/bfdev/bitwalk-comp.h b/include/bfdev/bitwalk-comp.h index 3b867db0..a7815bbc 100644 --- a/include/bfdev/bitwalk-comp.h +++ b/include/bfdev/bitwalk-comp.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #ifndef _BFDEV_BITWALK_COMP_H_ diff --git a/include/bfdev/bitwalk.h b/include/bfdev/bitwalk.h index 496a2208..e593f871 100644 --- a/include/bfdev/bitwalk.h +++ b/include/bfdev/bitwalk.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_BITWALK_H_ diff --git a/include/bfdev/bloom.h b/include/bfdev/bloom.h index 0a12b150..99654a5f 100644 --- a/include/bfdev/bloom.h +++ b/include/bfdev/bloom.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_BLOOM_H_ diff --git a/include/bfdev/bsearch.h b/include/bfdev/bsearch.h index 6b927455..7c54dec8 100644 --- a/include/bfdev/bsearch.h +++ b/include/bfdev/bsearch.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_BSEARCH_H_ diff --git a/include/bfdev/btree.h b/include/bfdev/btree.h index d71b1b17..5a579087 100644 --- a/include/bfdev/btree.h +++ b/include/bfdev/btree.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #ifndef _BFDEV_BTREE_H_ diff --git a/include/bfdev/bug.h b/include/bfdev/bug.h index 4b5dc2d2..7af62494 100644 --- a/include/bfdev/bug.h +++ b/include/bfdev/bug.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #ifndef _BFDEV_BUG_H_ diff --git a/include/bfdev/byteorder.h b/include/bfdev/byteorder.h index 298c94b1..918cfe47 100644 --- a/include/bfdev/byteorder.h +++ b/include/bfdev/byteorder.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_BYTEORDER_H_ diff --git a/include/bfdev/byteorder/big-endian.h b/include/bfdev/byteorder/big-endian.h index ccda12e7..0912a7e5 100644 --- a/include/bfdev/byteorder/big-endian.h +++ b/include/bfdev/byteorder/big-endian.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_BYTEORDER_BIG_ENDIAN_H_ diff --git a/include/bfdev/byteorder/little-endian.h b/include/bfdev/byteorder/little-endian.h index a7504ab0..0b755efc 100644 --- a/include/bfdev/byteorder/little-endian.h +++ b/include/bfdev/byteorder/little-endian.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_BYTEORDER_LITTLE_ENDIAN_H_ diff --git a/include/bfdev/cache.h b/include/bfdev/cache.h index 02bb4e65..c0bc8500 100644 --- a/include/bfdev/cache.h +++ b/include/bfdev/cache.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_CACHE_H_ diff --git a/include/bfdev/callback.h b/include/bfdev/callback.h index 8c117a9b..549a6a5b 100644 --- a/include/bfdev/callback.h +++ b/include/bfdev/callback.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_CALLBACK_H_ diff --git a/include/bfdev/cdefs.h b/include/bfdev/cdefs.h index 7bfd10e1..b79003b7 100644 --- a/include/bfdev/cdefs.h +++ b/include/bfdev/cdefs.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_CDEFS_H_ diff --git a/include/bfdev/circle.h b/include/bfdev/circle.h index 01aeb9a8..af465cda 100644 --- a/include/bfdev/circle.h +++ b/include/bfdev/circle.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_CIRCLE_H_ diff --git a/include/bfdev/cmpxchg.h b/include/bfdev/cmpxchg.h index fe2fe193..5714a8bd 100644 --- a/include/bfdev/cmpxchg.h +++ b/include/bfdev/cmpxchg.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_CMPXCHG_H_ diff --git a/include/bfdev/compiler.h b/include/bfdev/compiler.h index 8c4bed0e..f313c784 100644 --- a/include/bfdev/compiler.h +++ b/include/bfdev/compiler.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_COMPILER_H_ diff --git a/include/bfdev/compiler/attributes.h b/include/bfdev/compiler/attributes.h index 21398103..05a89f66 100644 --- a/include/bfdev/compiler/attributes.h +++ b/include/bfdev/compiler/attributes.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_COMPILER_ATTRIBUTES_H_ diff --git a/include/bfdev/compiler/types.h b/include/bfdev/compiler/types.h index 863e81bf..00dd8a23 100644 --- a/include/bfdev/compiler/types.h +++ b/include/bfdev/compiler/types.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_COMPILER_TYPES_H_ diff --git a/include/bfdev/const.h b/include/bfdev/const.h index f25e6053..20edf302 100644 --- a/include/bfdev/const.h +++ b/include/bfdev/const.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_CONST_H_ diff --git a/include/bfdev/container.h b/include/bfdev/container.h index 39453b25..a3c1c54d 100644 --- a/include/bfdev/container.h +++ b/include/bfdev/container.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_CONTAINER_H_ diff --git a/include/bfdev/crc.h b/include/bfdev/crc.h index 5976a5e4..f2fa9470 100644 --- a/include/bfdev/crc.h +++ b/include/bfdev/crc.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_CRC_H_ diff --git a/include/bfdev/crypto/crc-ccitt-inline.h b/include/bfdev/crypto/crc-ccitt-inline.h index f432a575..153fdb6e 100644 --- a/include/bfdev/crypto/crc-ccitt-inline.h +++ b/include/bfdev/crypto/crc-ccitt-inline.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #ifndef _BFDEV_CRYPTO_CRC_CCITT_INLINE_H_ diff --git a/include/bfdev/crypto/crc-inline.h b/include/bfdev/crypto/crc-inline.h index 1e670e2a..48ee293e 100644 --- a/include/bfdev/crypto/crc-inline.h +++ b/include/bfdev/crypto/crc-inline.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_CRYPTO_CRC_INLINE_H_ diff --git a/include/bfdev/crypto/crc-itut-inline.h b/include/bfdev/crypto/crc-itut-inline.h index 610cfb2d..7737b3fe 100644 --- a/include/bfdev/crypto/crc-itut-inline.h +++ b/include/bfdev/crypto/crc-itut-inline.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #ifndef _BFDEV_CRYPTO_CRC_ITUT_INLINE_H_ diff --git a/include/bfdev/crypto/crc-rocksoft-inline.h b/include/bfdev/crypto/crc-rocksoft-inline.h index ab916327..c27e91cf 100644 --- a/include/bfdev/crypto/crc-rocksoft-inline.h +++ b/include/bfdev/crypto/crc-rocksoft-inline.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #ifndef _BFDEV_CRYPTO_CRC_ROCKSOFT_INLINE_H_ diff --git a/include/bfdev/crypto/crc-t10dif-inline.h b/include/bfdev/crypto/crc-t10dif-inline.h index fb10eb95..b0e7bebe 100644 --- a/include/bfdev/crypto/crc-t10dif-inline.h +++ b/include/bfdev/crypto/crc-t10dif-inline.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #ifndef _BFDEV_CRYPTO_CRC_T10DIF_INLINE_H_ diff --git a/include/bfdev/crypto/crc16-inline.h b/include/bfdev/crypto/crc16-inline.h index 9775e9d4..8ac3d474 100644 --- a/include/bfdev/crypto/crc16-inline.h +++ b/include/bfdev/crypto/crc16-inline.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #ifndef _BFDEV_CRYPTO_CRC16_INLINE_H_ diff --git a/include/bfdev/crypto/crc32-inline.h b/include/bfdev/crypto/crc32-inline.h index 2b957a90..8abd80d8 100644 --- a/include/bfdev/crypto/crc32-inline.h +++ b/include/bfdev/crypto/crc32-inline.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #ifndef _BFDEV_CRYPTO_CRC32_INLINE_H_ diff --git a/include/bfdev/crypto/crc4-inline.h b/include/bfdev/crypto/crc4-inline.h index eee84135..7a2b39c5 100644 --- a/include/bfdev/crypto/crc4-inline.h +++ b/include/bfdev/crypto/crc4-inline.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #ifndef _BFDEV_CRYPTO_CRC4_INLINE_H_ diff --git a/include/bfdev/crypto/crc64-inline.h b/include/bfdev/crypto/crc64-inline.h index 437cffea..65ce7e7f 100644 --- a/include/bfdev/crypto/crc64-inline.h +++ b/include/bfdev/crypto/crc64-inline.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #ifndef _BFDEV_CRYPTO_CRC64_INLINE_H_ diff --git a/include/bfdev/crypto/crc7-inline.h b/include/bfdev/crypto/crc7-inline.h index 58b1eb78..b32c9358 100644 --- a/include/bfdev/crypto/crc7-inline.h +++ b/include/bfdev/crypto/crc7-inline.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #ifndef _BFDEV_CRYPTO_CRC7_INLINE_H_ diff --git a/include/bfdev/crypto/crc8-inline.h b/include/bfdev/crypto/crc8-inline.h index 710a9295..48e50973 100644 --- a/include/bfdev/crypto/crc8-inline.h +++ b/include/bfdev/crypto/crc8-inline.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #ifndef _BFDEV_CRYPTO_CRC8_INLINE_H_ diff --git a/include/bfdev/crypto/md5-base.h b/include/bfdev/crypto/md5-base.h index 189e6e1c..147b7a19 100644 --- a/include/bfdev/crypto/md5-base.h +++ b/include/bfdev/crypto/md5-base.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(C) 2024 John Sanpe + * Copyright(C) 2024 Jalen Wong */ #ifndef _BFDEV_CRYPTO_MD5_BASE_H_ diff --git a/include/bfdev/crypto/md5.h b/include/bfdev/crypto/md5.h index 6bd346a7..56be6be0 100644 --- a/include/bfdev/crypto/md5.h +++ b/include/bfdev/crypto/md5.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(C) 2024 John Sanpe + * Copyright(C) 2024 Jalen Wong */ #ifndef _BFDEV_CRYPTO_MD5_H_ diff --git a/include/bfdev/crypto/sha1-base.h b/include/bfdev/crypto/sha1-base.h index 31ddeb9f..46aa7580 100644 --- a/include/bfdev/crypto/sha1-base.h +++ b/include/bfdev/crypto/sha1-base.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #ifndef _BFDEV_CRYPTO_SHA1_BASE_H_ diff --git a/include/bfdev/crypto/sha1.h b/include/bfdev/crypto/sha1.h index 06bcad8e..eb9a0a8e 100644 --- a/include/bfdev/crypto/sha1.h +++ b/include/bfdev/crypto/sha1.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #ifndef _BFDEV_CRYPTO_SHA1_H_ diff --git a/include/bfdev/crypto/sha2-base.h b/include/bfdev/crypto/sha2-base.h index 0a766d4c..c3d99edf 100644 --- a/include/bfdev/crypto/sha2-base.h +++ b/include/bfdev/crypto/sha2-base.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #ifndef _BFDEV_CRYPTO_SHA2_BASE_H_ diff --git a/include/bfdev/crypto/sha2.h b/include/bfdev/crypto/sha2.h index f23471ac..0b883515 100644 --- a/include/bfdev/crypto/sha2.h +++ b/include/bfdev/crypto/sha2.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #ifndef _BFDEV_CRYPTO_SHA2_H_ diff --git a/include/bfdev/ctype.h b/include/bfdev/ctype.h index fb30d45e..2acd8dc2 100644 --- a/include/bfdev/ctype.h +++ b/include/bfdev/ctype.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_CTYPE_H_ diff --git a/include/bfdev/dword.h b/include/bfdev/dword.h index a2aea744..058c01a4 100644 --- a/include/bfdev/dword.h +++ b/include/bfdev/dword.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_DWORD_H_ diff --git a/include/bfdev/errname.h b/include/bfdev/errname.h index fd983a12..2bf4f97a 100644 --- a/include/bfdev/errname.h +++ b/include/bfdev/errname.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ERRNAME_H_ diff --git a/include/bfdev/errno.h b/include/bfdev/errno.h index cfc78f5c..f3e59970 100644 --- a/include/bfdev/errno.h +++ b/include/bfdev/errno.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ERRNO_H_ diff --git a/include/bfdev/errptr.h b/include/bfdev/errptr.h index f2c4173d..e18f1990 100644 --- a/include/bfdev/errptr.h +++ b/include/bfdev/errptr.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ERRPTR_H_ diff --git a/include/bfdev/fifo.h b/include/bfdev/fifo.h index 7475dd1b..6c617861 100644 --- a/include/bfdev/fifo.h +++ b/include/bfdev/fifo.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_FIFO_H_ diff --git a/include/bfdev/fsm.h b/include/bfdev/fsm.h index ff85286e..33828274 100644 --- a/include/bfdev/fsm.h +++ b/include/bfdev/fsm.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_FSM_H_ diff --git a/include/bfdev/guards.h b/include/bfdev/guards.h index 737add79..32bd44f4 100644 --- a/include/bfdev/guards.h +++ b/include/bfdev/guards.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_GUARDS_H_ diff --git a/include/bfdev/hash.h b/include/bfdev/hash.h index dc2a887d..d2f7a6b4 100644 --- a/include/bfdev/hash.h +++ b/include/bfdev/hash.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_HASH_H_ diff --git a/include/bfdev/hashmap.h b/include/bfdev/hashmap.h index c3c5a2d0..0231cf37 100644 --- a/include/bfdev/hashmap.h +++ b/include/bfdev/hashmap.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_HASHMAP_H_ diff --git a/include/bfdev/hashtbl.h b/include/bfdev/hashtbl.h index a07f53b4..95909b07 100644 --- a/include/bfdev/hashtbl.h +++ b/include/bfdev/hashtbl.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_HASHTBL_H_ diff --git a/include/bfdev/heap.h b/include/bfdev/heap.h index 3c112727..4fa31d75 100644 --- a/include/bfdev/heap.h +++ b/include/bfdev/heap.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_HEAP_H_ diff --git a/include/bfdev/hlist.h b/include/bfdev/hlist.h index fe93023a..a394d361 100644 --- a/include/bfdev/hlist.h +++ b/include/bfdev/hlist.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_HLIST_H_ diff --git a/include/bfdev/ilist.h b/include/bfdev/ilist.h index a14ddc09..91f87a2a 100644 --- a/include/bfdev/ilist.h +++ b/include/bfdev/ilist.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ILIST_H_ diff --git a/include/bfdev/jhash.h b/include/bfdev/jhash.h index 4c15cdb7..d1bd10e3 100644 --- a/include/bfdev/jhash.h +++ b/include/bfdev/jhash.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #ifndef _BFDEV_JHASH_H_ diff --git a/include/bfdev/level.h b/include/bfdev/level.h index c3418a2f..568ddb21 100644 --- a/include/bfdev/level.h +++ b/include/bfdev/level.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_LEVEL_H_ diff --git a/include/bfdev/levenshtein.h b/include/bfdev/levenshtein.h index df556511..002b586b 100644 --- a/include/bfdev/levenshtein.h +++ b/include/bfdev/levenshtein.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_LEVENSHTEIN_H_ diff --git a/include/bfdev/limits.h b/include/bfdev/limits.h index 49592af1..7d8ddd6e 100644 --- a/include/bfdev/limits.h +++ b/include/bfdev/limits.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_LIMITS_H_ diff --git a/include/bfdev/list.h b/include/bfdev/list.h index 9b58a307..9bb1a11e 100644 --- a/include/bfdev/list.h +++ b/include/bfdev/list.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_LIST_H_ diff --git a/include/bfdev/llist.h b/include/bfdev/llist.h index 638f98d9..4e1abfdb 100644 --- a/include/bfdev/llist.h +++ b/include/bfdev/llist.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_LLIST_H_ diff --git a/include/bfdev/log.h b/include/bfdev/log.h index 91971561..7218ca5b 100644 --- a/include/bfdev/log.h +++ b/include/bfdev/log.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_LOG_H_ diff --git a/include/bfdev/log2.h b/include/bfdev/log2.h index cd4cc4f8..b2ce8812 100644 --- a/include/bfdev/log2.h +++ b/include/bfdev/log2.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_LOG2_H_ diff --git a/include/bfdev/macro.h b/include/bfdev/macro.h index 5e3844a5..2cf44b50 100644 --- a/include/bfdev/macro.h +++ b/include/bfdev/macro.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_MACRO_H_ diff --git a/include/bfdev/math.h b/include/bfdev/math.h index 36f17250..a82060a3 100644 --- a/include/bfdev/math.h +++ b/include/bfdev/math.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #ifndef _BFDEV_MATH_H_ diff --git a/include/bfdev/matrix.h b/include/bfdev/matrix.h index 740b66f3..1c3979d0 100644 --- a/include/bfdev/matrix.h +++ b/include/bfdev/matrix.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_MATRIX_H_ diff --git a/include/bfdev/md5.h b/include/bfdev/md5.h index 773d40f4..694958bc 100644 --- a/include/bfdev/md5.h +++ b/include/bfdev/md5.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_MD5_H_ diff --git a/include/bfdev/memalloc.h b/include/bfdev/memalloc.h index 9201a88f..48a66018 100644 --- a/include/bfdev/memalloc.h +++ b/include/bfdev/memalloc.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_MEMALLOC_H_ diff --git a/include/bfdev/mhelper.h b/include/bfdev/mhelper.h index afc1b86e..6ce20d4e 100644 --- a/include/bfdev/mhelper.h +++ b/include/bfdev/mhelper.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_MHELPER_H_ diff --git a/include/bfdev/minmax.h b/include/bfdev/minmax.h index 7cde6022..e479317a 100644 --- a/include/bfdev/minmax.h +++ b/include/bfdev/minmax.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_MINMAX_H_ diff --git a/include/bfdev/mpi.h b/include/bfdev/mpi.h index 6861c4b6..c3c32844 100644 --- a/include/bfdev/mpi.h +++ b/include/bfdev/mpi.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_MPI_H_ diff --git a/include/bfdev/notifier.h b/include/bfdev/notifier.h index b2bcc481..b1c12497 100644 --- a/include/bfdev/notifier.h +++ b/include/bfdev/notifier.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_NOTIFIER_H_ diff --git a/include/bfdev/once.h b/include/bfdev/once.h index d70a9032..cc873901 100644 --- a/include/bfdev/once.h +++ b/include/bfdev/once.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_ONCE_H_ diff --git a/include/bfdev/overflow.h b/include/bfdev/overflow.h index 2928f4d7..35818767 100644 --- a/include/bfdev/overflow.h +++ b/include/bfdev/overflow.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_OVERFLOW_H_ diff --git a/include/bfdev/poison.h b/include/bfdev/poison.h index 6859b997..61c7349f 100644 --- a/include/bfdev/poison.h +++ b/include/bfdev/poison.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_POISON_H_ diff --git a/include/bfdev/popcount.h b/include/bfdev/popcount.h index 38e4b296..7db9a075 100644 --- a/include/bfdev/popcount.h +++ b/include/bfdev/popcount.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_POPCOUNT_H_ diff --git a/include/bfdev/port/ctype.h b/include/bfdev/port/ctype.h index 883cc24f..14d89cc1 100644 --- a/include/bfdev/port/ctype.h +++ b/include/bfdev/port/ctype.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_PORT_CTYPE_H_ diff --git a/include/bfdev/port/limits.h b/include/bfdev/port/limits.h index d8a1351c..2a3e86b2 100644 --- a/include/bfdev/port/limits.h +++ b/include/bfdev/port/limits.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_PORT_LIMITS_H_ diff --git a/include/bfdev/port/stdarg.h b/include/bfdev/port/stdarg.h index aa8103d6..bacea75d 100644 --- a/include/bfdev/port/stdarg.h +++ b/include/bfdev/port/stdarg.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_PORT_STDARG_H_ diff --git a/include/bfdev/port/stdbool.h b/include/bfdev/port/stdbool.h index 63026efe..72255662 100644 --- a/include/bfdev/port/stdbool.h +++ b/include/bfdev/port/stdbool.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_PORT_STDBOOL_H_ diff --git a/include/bfdev/port/stddef.h b/include/bfdev/port/stddef.h index cb9d6460..d4f3c0e6 100644 --- a/include/bfdev/port/stddef.h +++ b/include/bfdev/port/stddef.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_PORT_STDDEF_H_ diff --git a/include/bfdev/port/stdint.h b/include/bfdev/port/stdint.h index 470d33a4..504ae6c1 100644 --- a/include/bfdev/port/stdint.h +++ b/include/bfdev/port/stdint.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_PORT_STDINT_H_ diff --git a/include/bfdev/port/stdio.h b/include/bfdev/port/stdio.h index 6f288eb7..20ac7736 100644 --- a/include/bfdev/port/stdio.h +++ b/include/bfdev/port/stdio.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_PORT_STDIO_H_ diff --git a/include/bfdev/port/stdlib.h b/include/bfdev/port/stdlib.h index 466d1267..3e8554b5 100644 --- a/include/bfdev/port/stdlib.h +++ b/include/bfdev/port/stdlib.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_PORT_STDLIB_H_ diff --git a/include/bfdev/port/string.h b/include/bfdev/port/string.h index 155bdd32..44392c41 100644 --- a/include/bfdev/port/string.h +++ b/include/bfdev/port/string.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_PORT_STRING_H_ diff --git a/include/bfdev/prandom.h b/include/bfdev/prandom.h index c241b1eb..a38f1c32 100644 --- a/include/bfdev/prandom.h +++ b/include/bfdev/prandom.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_PRANDOM_H_ diff --git a/include/bfdev/radix.h b/include/bfdev/radix.h index 21655374..b6a9fe92 100644 --- a/include/bfdev/radix.h +++ b/include/bfdev/radix.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_RADIX_H_ diff --git a/include/bfdev/ratelimit.h b/include/bfdev/ratelimit.h index 30e73b2f..a9529f8c 100644 --- a/include/bfdev/ratelimit.h +++ b/include/bfdev/ratelimit.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #ifndef _BFDEV_RATELIMIT_H_ diff --git a/include/bfdev/rbtree.h b/include/bfdev/rbtree.h index f8ef9fcc..898a8076 100644 --- a/include/bfdev/rbtree.h +++ b/include/bfdev/rbtree.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_RBTREE_H_ diff --git a/include/bfdev/refcount.h b/include/bfdev/refcount.h index ad9dd2c7..6b5bb71d 100644 --- a/include/bfdev/refcount.h +++ b/include/bfdev/refcount.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_REFCNT_H_ diff --git a/include/bfdev/respool.h b/include/bfdev/respool.h index a619d3c6..77fe8072 100644 --- a/include/bfdev/respool.h +++ b/include/bfdev/respool.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_RESPOOL_H_ diff --git a/include/bfdev/ringbuf.h b/include/bfdev/ringbuf.h index 19e46b71..cc67059d 100644 --- a/include/bfdev/ringbuf.h +++ b/include/bfdev/ringbuf.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_RINGBUF_H_ diff --git a/include/bfdev/scnprintf.h b/include/bfdev/scnprintf.h index bc7ad8bd..ce623b3d 100644 --- a/include/bfdev/scnprintf.h +++ b/include/bfdev/scnprintf.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_SCNPRINTF_H_ diff --git a/include/bfdev/segtree.h b/include/bfdev/segtree.h index d536671a..8be5b04c 100644 --- a/include/bfdev/segtree.h +++ b/include/bfdev/segtree.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_SEGTREE_H_ diff --git a/include/bfdev/sha1.h b/include/bfdev/sha1.h index 1d237915..30147e58 100644 --- a/include/bfdev/sha1.h +++ b/include/bfdev/sha1.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_SHA1_H_ diff --git a/include/bfdev/sha2.h b/include/bfdev/sha2.h index 1cbe7072..3b404241 100644 --- a/include/bfdev/sha2.h +++ b/include/bfdev/sha2.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #ifndef _BFDEV_SHA2_H_ diff --git a/include/bfdev/size.h b/include/bfdev/size.h index f32496d2..203048dc 100644 --- a/include/bfdev/size.h +++ b/include/bfdev/size.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_SIZE_H_ diff --git a/include/bfdev/skiplist.h b/include/bfdev/skiplist.h index 0f122275..1ad8e32a 100644 --- a/include/bfdev/skiplist.h +++ b/include/bfdev/skiplist.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_SKIPLIST_H_ diff --git a/include/bfdev/slist.h b/include/bfdev/slist.h index b239fa3e..fbcacc3a 100644 --- a/include/bfdev/slist.h +++ b/include/bfdev/slist.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_SLIST_H_ diff --git a/include/bfdev/sort.h b/include/bfdev/sort.h index 5c9b7384..3b2363cc 100644 --- a/include/bfdev/sort.h +++ b/include/bfdev/sort.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_SORT_H_ diff --git a/include/bfdev/stdarg.h b/include/bfdev/stdarg.h index b3d5f1dd..ba52a21f 100644 --- a/include/bfdev/stdarg.h +++ b/include/bfdev/stdarg.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_STDARG_H_ diff --git a/include/bfdev/stddef.h b/include/bfdev/stddef.h index ee049b3a..b65e9a1a 100644 --- a/include/bfdev/stddef.h +++ b/include/bfdev/stddef.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_STDDEF_H_ diff --git a/include/bfdev/stdio.h b/include/bfdev/stdio.h index 42e20ca1..e1a91a18 100644 --- a/include/bfdev/stdio.h +++ b/include/bfdev/stdio.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_STDIO_H_ diff --git a/include/bfdev/stdlib.h b/include/bfdev/stdlib.h index a0a60815..1184cb9e 100644 --- a/include/bfdev/stdlib.h +++ b/include/bfdev/stdlib.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_STDLIB_H_ diff --git a/include/bfdev/string.h b/include/bfdev/string.h index a0413b68..484e0955 100644 --- a/include/bfdev/string.h +++ b/include/bfdev/string.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_STRING_H_ diff --git a/include/bfdev/stringhash.h b/include/bfdev/stringhash.h index 4aff8eff..1bcd0b05 100644 --- a/include/bfdev/stringhash.h +++ b/include/bfdev/stringhash.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_STRINGHASH_H_ diff --git a/include/bfdev/stringify.h b/include/bfdev/stringify.h index 16246b7b..41535e8a 100644 --- a/include/bfdev/stringify.h +++ b/include/bfdev/stringify.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_STRINGIFY_H_ diff --git a/include/bfdev/struct.h b/include/bfdev/struct.h index e26a925b..58a27df3 100644 --- a/include/bfdev/struct.h +++ b/include/bfdev/struct.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_STRUCT_H_ diff --git a/include/bfdev/swab.h b/include/bfdev/swab.h index 6a42972f..558909e3 100644 --- a/include/bfdev/swab.h +++ b/include/bfdev/swab.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_SWAB_H_ diff --git a/include/bfdev/textsearch.h b/include/bfdev/textsearch.h index 26cb08f7..c215a726 100644 --- a/include/bfdev/textsearch.h +++ b/include/bfdev/textsearch.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_TEXTSEARCH_H_ diff --git a/include/bfdev/time.h b/include/bfdev/time.h index 11bd7895..92000696 100644 --- a/include/bfdev/time.h +++ b/include/bfdev/time.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #ifndef _BFDEV_TIME_H_ diff --git a/include/bfdev/titer.h b/include/bfdev/titer.h index eb10379a..c496be92 100644 --- a/include/bfdev/titer.h +++ b/include/bfdev/titer.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_TITER_H_ diff --git a/include/bfdev/tokenbucket.h b/include/bfdev/tokenbucket.h index 2a19a80d..f3ed9943 100644 --- a/include/bfdev/tokenbucket.h +++ b/include/bfdev/tokenbucket.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #ifndef _BFDEV_TOKENBUCKET_H_ diff --git a/include/bfdev/typecheck.h b/include/bfdev/typecheck.h index 83c6e32f..e70f6dc0 100644 --- a/include/bfdev/typecheck.h +++ b/include/bfdev/typecheck.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_TYPECHECK_H_ diff --git a/include/bfdev/types.h b/include/bfdev/types.h index 29226fca..7fb91bb1 100644 --- a/include/bfdev/types.h +++ b/include/bfdev/types.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_TYPES_H_ diff --git a/include/bfdev/unaligned.h b/include/bfdev/unaligned.h index 0c0595d4..869f5234 100644 --- a/include/bfdev/unaligned.h +++ b/include/bfdev/unaligned.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_UNALIGNED_H_ diff --git a/include/bfdev/uplower.h b/include/bfdev/uplower.h index 3c516ee6..d656f3eb 100644 --- a/include/bfdev/uplower.h +++ b/include/bfdev/uplower.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _BFDEV_UPLOWER_ diff --git a/include/export.h b/include/export.h index b032eee8..241de3b1 100644 --- a/include/export.h +++ b/include/export.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _LOCAL_EXPORT_H_ diff --git a/include/port/allocator.h b/include/port/allocator.h index 810f90b5..333f8f6e 100644 --- a/include/port/allocator.h +++ b/include/port/allocator.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #ifndef _LOCAL_PORT_ALLOCATOR_H_ diff --git a/include/port/log.h b/include/port/log.h index e5e3d38a..9063a7bb 100644 --- a/include/port/log.h +++ b/include/port/log.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #ifndef _LOCAL_PORT_LOG_H_ diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index 62f936d3..cb487901 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2023 John Sanpe +# Copyright(c) 2023 Jalen Wong # set(HOST_C_FLAGS diff --git a/scripts/asm-generic.cmake b/scripts/asm-generic.cmake index bd4b1b86..174a00f5 100644 --- a/scripts/asm-generic.cmake +++ b/scripts/asm-generic.cmake @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2023 John Sanpe +# Copyright(c) 2023 Jalen Wong # function(asm_generic prefix generated compare source) diff --git a/scripts/commit.cmake b/scripts/commit.cmake index 108d1bd2..c804d002 100644 --- a/scripts/commit.cmake +++ b/scripts/commit.cmake @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2023 John Sanpe +# Copyright(c) 2023 Jalen Wong # macro(commit_hash hash) diff --git a/scripts/gen-crc.c b/scripts/gen-crc.c index 1b93623b..7b30ee23 100644 --- a/scripts/gen-crc.c +++ b/scripts/gen-crc.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/scripts/gen-crc16.c b/scripts/gen-crc16.c index ad90da1d..12a90af9 100644 --- a/scripts/gen-crc16.c +++ b/scripts/gen-crc16.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define GENCRC_NAME crc16 diff --git a/scripts/gen-crc16be.c b/scripts/gen-crc16be.c index 74d35666..c5684e37 100644 --- a/scripts/gen-crc16be.c +++ b/scripts/gen-crc16be.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define GENCRC_NAME crc16be diff --git a/scripts/gen-crc32.c b/scripts/gen-crc32.c index 80744ac2..8a9879a1 100644 --- a/scripts/gen-crc32.c +++ b/scripts/gen-crc32.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define GENCRC_NAME crc32 diff --git a/scripts/gen-crc32be.c b/scripts/gen-crc32be.c index 132a65ff..8626c5cd 100644 --- a/scripts/gen-crc32be.c +++ b/scripts/gen-crc32be.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define GENCRC_NAME crc32be diff --git a/scripts/gen-crc64.c b/scripts/gen-crc64.c index 0888ac18..78ad9399 100644 --- a/scripts/gen-crc64.c +++ b/scripts/gen-crc64.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define GENCRC_NAME crc64 diff --git a/scripts/gen-crc64be.c b/scripts/gen-crc64be.c index 0d7fcfb9..7822ec58 100644 --- a/scripts/gen-crc64be.c +++ b/scripts/gen-crc64be.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define GENCRC_NAME crc64be diff --git a/scripts/gen-crc8.c b/scripts/gen-crc8.c index 2c398b4f..ef957917 100644 --- a/scripts/gen-crc8.c +++ b/scripts/gen-crc8.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define GENCRC_NAME crc8 diff --git a/scripts/hostrule.cmake b/scripts/hostrule.cmake index 6ec0ea1a..f8974d96 100644 --- a/scripts/hostrule.cmake +++ b/scripts/hostrule.cmake @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2023 John Sanpe +# Copyright(c) 2023 Jalen Wong # function(host_target target) diff --git a/scripts/packed-header.cmake b/scripts/packed-header.cmake index 45d0a9f0..5c4e7bcf 100644 --- a/scripts/packed-header.cmake +++ b/scripts/packed-header.cmake @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2023 John Sanpe +# Copyright(c) 2023 Jalen Wong # function(packed_header prefix name genfile source) diff --git a/scripts/sanitize.cmake b/scripts/sanitize.cmake index a9cda3cf..1ddf841b 100644 --- a/scripts/sanitize.cmake +++ b/scripts/sanitize.cmake @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2024 John Sanpe +# Copyright(c) 2024 Jalen Wong # if(BFDEV_ASAN) diff --git a/src/allocpool.c b/src/allocpool.c index b5f63dc4..56e7b8fb 100644 --- a/src/allocpool.c +++ b/src/allocpool.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/argv.c b/src/argv.c index e22fb53f..db684a86 100644 --- a/src/argv.c +++ b/src/argv.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/array.c b/src/array.c index 2088850b..f67e39c9 100644 --- a/src/array.c +++ b/src/array.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* * Copyright(c) 2023 ffashion - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/bcd.c b/src/bcd.c index 4ad1794d..1c0969a6 100644 --- a/src/bcd.c +++ b/src/bcd.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/bitmap.c b/src/bitmap.c index a6312201..ba77e274 100644 --- a/src/bitmap.c +++ b/src/bitmap.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2021 John Sanpe + * Copyright(c) 2021 Jalen Wong */ #include diff --git a/src/bitrev.c b/src/bitrev.c index a673055d..d66dae19 100644 --- a/src/bitrev.c +++ b/src/bitrev.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/bitwalk.c b/src/bitwalk.c index 78466e1a..c8c04954 100644 --- a/src/bitwalk.c +++ b/src/bitwalk.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2021 John Sanpe + * Copyright(c) 2021 Jalen Wong */ #include diff --git a/src/bloom.c b/src/bloom.c index 391e01f8..90deaddf 100644 --- a/src/bloom.c +++ b/src/bloom.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/bsearch.c b/src/bsearch.c index 2001bb3a..a8f8bb59 100644 --- a/src/bsearch.c +++ b/src/bsearch.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/btree-utils.c b/src/btree-utils.c index 0ce956be..639bfa42 100644 --- a/src/btree-utils.c +++ b/src/btree-utils.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/src/btree.c b/src/btree.c index 744c83de..63b6e293 100644 --- a/src/btree.c +++ b/src/btree.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/src/build.cmake b/src/build.cmake index 9199e15d..2f070f32 100644 --- a/src/build.cmake +++ b/src/build.cmake @@ -1,6 +1,6 @@ # SPDX-License-Identifier: LGPL-3.0-or-later # -# Copyright(c) 2023 John Sanpe +# Copyright(c) 2023 Jalen Wong # set(BFDEV_SOURCE diff --git a/src/cache/build.cmake b/src/cache/build.cmake index b1568eaa..524d724f 100644 --- a/src/cache/build.cmake +++ b/src/cache/build.cmake @@ -1,6 +1,6 @@ # SPDX-License-Identifier: LGPL-3.0-or-later # -# Copyright(c) 2023 John Sanpe +# Copyright(c) 2023 Jalen Wong # set(BFDEV_SOURCE diff --git a/src/cache/cache.c b/src/cache/cache.c index 71ab16a6..c0e00c34 100644 --- a/src/cache/cache.c +++ b/src/cache/cache.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/src/cache/lfu.c b/src/cache/lfu.c index cb03e173..c12c7f3e 100644 --- a/src/cache/lfu.c +++ b/src/cache/lfu.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/src/cache/lru.c b/src/cache/lru.c index b1b77aa9..00f19faa 100644 --- a/src/cache/lru.c +++ b/src/cache/lru.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/src/callback.c b/src/callback.c index 48e1db39..97bd5f78 100644 --- a/src/callback.c +++ b/src/callback.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/src/crypto/arc4.c b/src/crypto/arc4.c index f6c88c93..b1cc1f1c 100644 --- a/src/crypto/arc4.c +++ b/src/crypto/arc4.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #include diff --git a/src/crypto/ascii85.c b/src/crypto/ascii85.c index 965e4a1a..f3a79a80 100644 --- a/src/crypto/ascii85.c +++ b/src/crypto/ascii85.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/src/crypto/base32.c b/src/crypto/base32.c index c0f90dbe..8ad32f47 100644 --- a/src/crypto/base32.c +++ b/src/crypto/base32.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/src/crypto/base64.c b/src/crypto/base64.c index ca18446b..6e273c3a 100644 --- a/src/crypto/base64.c +++ b/src/crypto/base64.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/src/crypto/build.cmake b/src/crypto/build.cmake index c94a49fc..d92ab3a8 100644 --- a/src/crypto/build.cmake +++ b/src/crypto/build.cmake @@ -1,6 +1,6 @@ # SPDX-License-Identifier: LGPL-3.0-or-later # -# Copyright(c) 2023 John Sanpe +# Copyright(c) 2023 Jalen Wong # set(BFDEV_SOURCE diff --git a/src/crypto/crc-ccitt.c b/src/crypto/crc-ccitt.c index b6922b94..6f7f38c0 100644 --- a/src/crypto/crc-ccitt.c +++ b/src/crypto/crc-ccitt.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/src/crypto/crc-itut.c b/src/crypto/crc-itut.c index 99449d60..8447e27a 100644 --- a/src/crypto/crc-itut.c +++ b/src/crypto/crc-itut.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/src/crypto/crc-rocksoft.c b/src/crypto/crc-rocksoft.c index b2adec2f..ea8be932 100644 --- a/src/crypto/crc-rocksoft.c +++ b/src/crypto/crc-rocksoft.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/src/crypto/crc-t10dif.c b/src/crypto/crc-t10dif.c index fab0dad7..ae8c556d 100644 --- a/src/crypto/crc-t10dif.c +++ b/src/crypto/crc-t10dif.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/src/crypto/crc16.c b/src/crypto/crc16.c index 4f01ae0a..6c4936d0 100644 --- a/src/crypto/crc16.c +++ b/src/crypto/crc16.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/src/crypto/crc32.c b/src/crypto/crc32.c index ca50f3c9..4a3c5450 100644 --- a/src/crypto/crc32.c +++ b/src/crypto/crc32.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/src/crypto/crc4.c b/src/crypto/crc4.c index f32568db..cb53db3d 100644 --- a/src/crypto/crc4.c +++ b/src/crypto/crc4.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/src/crypto/crc64.c b/src/crypto/crc64.c index f2aadf52..707251bf 100644 --- a/src/crypto/crc64.c +++ b/src/crypto/crc64.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/src/crypto/crc7.c b/src/crypto/crc7.c index 69f376a0..4896fbcb 100644 --- a/src/crypto/crc7.c +++ b/src/crypto/crc7.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/src/crypto/crc8.c b/src/crypto/crc8.c index f576de79..861cb7ba 100644 --- a/src/crypto/crc8.c +++ b/src/crypto/crc8.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/src/crypto/md5.c b/src/crypto/md5.c index 87096ba2..2510f320 100644 --- a/src/crypto/md5.c +++ b/src/crypto/md5.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #include diff --git a/src/crypto/sha1.c b/src/crypto/sha1.c index 85695a4f..54200bc0 100644 --- a/src/crypto/sha1.c +++ b/src/crypto/sha1.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #include diff --git a/src/crypto/sha2.c b/src/crypto/sha2.c index 7c3b89b5..e1521d41 100644 --- a/src/crypto/sha2.c +++ b/src/crypto/sha2.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #include diff --git a/src/dword.c b/src/dword.c index dad90244..f488272a 100644 --- a/src/dword.c +++ b/src/dword.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #define MODULE_NAME "bfdev-dword" diff --git a/src/errname.c b/src/errname.c index 79a8bced..4bc514ec 100644 --- a/src/errname.c +++ b/src/errname.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/fifo.c b/src/fifo.c index ec1adc4d..1940a2a3 100644 --- a/src/fifo.c +++ b/src/fifo.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/fsm.c b/src/fsm.c index 2ed65319..eb5012fb 100644 --- a/src/fsm.c +++ b/src/fsm.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/hashmap.c b/src/hashmap.c index 748147a2..b308e986 100644 --- a/src/hashmap.c +++ b/src/hashmap.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/heap-debug.c b/src/heap-debug.c index 316f36cb..bf0c0a1b 100644 --- a/src/heap-debug.c +++ b/src/heap-debug.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define MODULE_NAME "bfdev-heap" diff --git a/src/heap.c b/src/heap.c index 4470b9c1..484dec21 100644 --- a/src/heap.c +++ b/src/heap.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/hlist-debug.c b/src/hlist-debug.c index 5db1855c..1f7b14db 100644 --- a/src/hlist-debug.c +++ b/src/hlist-debug.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define MODULE_NAME "bfdev-hlist" diff --git a/src/ilist.c b/src/ilist.c index 815d096e..9412b63b 100644 --- a/src/ilist.c +++ b/src/ilist.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define MODULE_NAME "bfdev-ilist" diff --git a/src/jhash.c b/src/jhash.c index 5c9c2f01..e42123d6 100644 --- a/src/jhash.c +++ b/src/jhash.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #include diff --git a/src/levenshtein.c b/src/levenshtein.c index 6755f823..9402855c 100644 --- a/src/levenshtein.c +++ b/src/levenshtein.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/libc/build.cmake b/src/libc/build.cmake index 78630027..3248077d 100644 --- a/src/libc/build.cmake +++ b/src/libc/build.cmake @@ -1,6 +1,6 @@ # SPDX-License-Identifier: LGPL-3.0-or-later # -# Copyright(c) 2023 John Sanpe +# Copyright(c) 2023 Jalen Wong # set(BFDEV_SOURCE diff --git a/src/libc/ctype.c b/src/libc/ctype.c index d97d87f8..8346d715 100644 --- a/src/libc/ctype.c +++ b/src/libc/ctype.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/libc/strdup.c b/src/libc/strdup.c index 93859dd6..842575d8 100644 --- a/src/libc/strdup.c +++ b/src/libc/strdup.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/libc/string.c b/src/libc/string.c index 6e147ae4..824d0c27 100644 --- a/src/libc/string.c +++ b/src/libc/string.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/list-debug.c b/src/list-debug.c index 3a4ba172..879572b3 100644 --- a/src/list-debug.c +++ b/src/list-debug.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define MODULE_NAME "bfdev-list" diff --git a/src/list-sort.c b/src/list-sort.c index 68873beb..8bcca886 100644 --- a/src/list-sort.c +++ b/src/list-sort.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/llist.c b/src/llist.c index c1842f9c..314ef8c3 100644 --- a/src/llist.c +++ b/src/llist.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/src/log/build.cmake b/src/log/build.cmake index ce1b82dd..1beeecf1 100644 --- a/src/log/build.cmake +++ b/src/log/build.cmake @@ -1,6 +1,6 @@ # SPDX-License-Identifier: LGPL-3.0-or-later # -# Copyright(c) 2023 John Sanpe +# Copyright(c) 2023 Jalen Wong # set(BFDEV_SOURCE diff --git a/src/log/color.c b/src/log/color.c index 1ad2c875..1e95bc6c 100644 --- a/src/log/color.c +++ b/src/log/color.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #define COLOR_BLACK 0 diff --git a/src/log/level.c b/src/log/level.c index dcb8c160..9445f416 100644 --- a/src/log/level.c +++ b/src/log/level.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ static const char * const diff --git a/src/log/log.c b/src/log/log.c index efc692c9..1c38ced5 100644 --- a/src/log/log.c +++ b/src/log/log.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/matrix.c b/src/matrix.c index 4db64903..41c31d42 100644 --- a/src/matrix.c +++ b/src/matrix.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/memalloc.c b/src/memalloc.c index 31018d75..7b6febaa 100644 --- a/src/memalloc.c +++ b/src/memalloc.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2021 John Sanpe + * Copyright(c) 2021 Jalen Wong */ #define MODULE_NAME "bfdev-memalloc" diff --git a/src/mpi.c b/src/mpi.c index 5695cb94..e5ab4335 100644 --- a/src/mpi.c +++ b/src/mpi.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #define MODULE_NAME "bfdev-mpi" diff --git a/src/notifier.c b/src/notifier.c index 7888fa6c..93aaca7d 100644 --- a/src/notifier.c +++ b/src/notifier.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2021 John Sanpe + * Copyright(c) 2021 Jalen Wong */ #include diff --git a/src/popcount.c b/src/popcount.c index de1b4da5..f8be7e10 100644 --- a/src/popcount.c +++ b/src/popcount.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/prandom.c b/src/prandom.c index 10dbb64c..39f38bf6 100644 --- a/src/prandom.c +++ b/src/prandom.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/radix.c b/src/radix.c index c29b3522..b746e01f 100644 --- a/src/radix.c +++ b/src/radix.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/ratelimit.c b/src/ratelimit.c index 6908623a..7fc9c10f 100644 --- a/src/ratelimit.c +++ b/src/ratelimit.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #include diff --git a/src/rbtree-debug.c b/src/rbtree-debug.c index ff6ae75f..fca2dec7 100644 --- a/src/rbtree-debug.c +++ b/src/rbtree-debug.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define MODULE_NAME "bfdev-rbtree" diff --git a/src/rbtree.c b/src/rbtree.c index 581abfd6..8a734380 100644 --- a/src/rbtree.c +++ b/src/rbtree.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/refcount.c b/src/refcount.c index c03495ee..6bbcef3a 100644 --- a/src/refcount.c +++ b/src/refcount.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define MODULE_NAME "bfdev-refcount" diff --git a/src/respool.c b/src/respool.c index 6ce5bca0..527eb1ea 100644 --- a/src/respool.c +++ b/src/respool.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/ringbuf.c b/src/ringbuf.c index b78a6fea..d6ae0fac 100644 --- a/src/ringbuf.c +++ b/src/ringbuf.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/scnprintf.c b/src/scnprintf.c index 13d08027..da8665a6 100644 --- a/src/scnprintf.c +++ b/src/scnprintf.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/segtree.c b/src/segtree.c index fe7adcc5..2ee2c2d9 100644 --- a/src/segtree.c +++ b/src/segtree.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/skiplist.c b/src/skiplist.c index 2e38c458..6d115fc1 100644 --- a/src/skiplist.c +++ b/src/skiplist.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/slist-debug.c b/src/slist-debug.c index fb642d2e..2fc37d72 100644 --- a/src/slist-debug.c +++ b/src/slist-debug.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define MODULE_NAME "bfdev-slist" diff --git a/src/sort.c b/src/sort.c index 0cca137a..cb635dce 100644 --- a/src/sort.c +++ b/src/sort.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/stringhash.c b/src/stringhash.c index 63b7d87f..2f6bd2c1 100644 --- a/src/stringhash.c +++ b/src/stringhash.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #include diff --git a/src/textsearch/bm.c b/src/textsearch/bm.c index 24cdeda3..177f6731 100644 --- a/src/textsearch/bm.c +++ b/src/textsearch/bm.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/src/textsearch/build.cmake b/src/textsearch/build.cmake index 64bb06b6..0d1342a6 100644 --- a/src/textsearch/build.cmake +++ b/src/textsearch/build.cmake @@ -1,6 +1,6 @@ # SPDX-License-Identifier: LGPL-3.0-or-later # -# Copyright(c) 2023 John Sanpe +# Copyright(c) 2023 Jalen Wong # set(BFDEV_SOURCE diff --git a/src/textsearch/kmp.c b/src/textsearch/kmp.c index d6592b19..ed845c9f 100644 --- a/src/textsearch/kmp.c +++ b/src/textsearch/kmp.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/src/textsearch/linear.c b/src/textsearch/linear.c index c575d44e..a3d8bf00 100644 --- a/src/textsearch/linear.c +++ b/src/textsearch/linear.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/src/textsearch/sunday.c b/src/textsearch/sunday.c index 1a3d7b31..59b08632 100644 --- a/src/textsearch/sunday.c +++ b/src/textsearch/sunday.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/src/textsearch/textsearch.c b/src/textsearch/textsearch.c index 2720e3fa..01328d97 100644 --- a/src/textsearch/textsearch.c +++ b/src/textsearch/textsearch.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2022 John Sanpe + * Copyright(c) 2022 Jalen Wong */ #include diff --git a/src/tokenbucket.c b/src/tokenbucket.c index 0ee5544d..e548281f 100644 --- a/src/tokenbucket.c +++ b/src/tokenbucket.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #include diff --git a/testsuite/CMakeLists.txt b/testsuite/CMakeLists.txt index fa0f4a41..4f055385 100644 --- a/testsuite/CMakeLists.txt +++ b/testsuite/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2024 John Sanpe +# Copyright(c) 2024 Jalen Wong # include(build.cmake) diff --git a/testsuite/array/CMakeLists.txt b/testsuite/array/CMakeLists.txt index 26d95bce..e46595da 100644 --- a/testsuite/array/CMakeLists.txt +++ b/testsuite/array/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2024 John Sanpe +# Copyright(c) 2024 Jalen Wong # testsuite_target(array-fuzzy diff --git a/testsuite/array/fuzzy.c b/testsuite/array/fuzzy.c index ad27b167..d61915f9 100644 --- a/testsuite/array/fuzzy.c +++ b/testsuite/array/fuzzy.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #include diff --git a/testsuite/bitwalk/CMakeLists.txt b/testsuite/bitwalk/CMakeLists.txt index 8b40f5ef..c307ed61 100644 --- a/testsuite/bitwalk/CMakeLists.txt +++ b/testsuite/bitwalk/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2024 John Sanpe +# Copyright(c) 2024 Jalen Wong # add_executable(bitwalk-fuzzy fuzzy.c) diff --git a/testsuite/bitwalk/fuzzy.c b/testsuite/bitwalk/fuzzy.c index decd02b8..d03ec768 100644 --- a/testsuite/bitwalk/fuzzy.c +++ b/testsuite/bitwalk/fuzzy.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define MODULE_NAME "bitwalk-fuzzy" diff --git a/testsuite/build.cmake b/testsuite/build.cmake index 54b44375..d3704eb6 100644 --- a/testsuite/build.cmake +++ b/testsuite/build.cmake @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2024 John Sanpe +# Copyright(c) 2024 Jalen Wong # set(TESTSUITE_SOURCE diff --git a/testsuite/fifo/CMakeLists.txt b/testsuite/fifo/CMakeLists.txt index cbbcba82..2ad1f743 100644 --- a/testsuite/fifo/CMakeLists.txt +++ b/testsuite/fifo/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2024 John Sanpe +# Copyright(c) 2024 Jalen Wong # add_executable(fifo-selftest selftest.c) diff --git a/testsuite/fifo/selftest.c b/testsuite/fifo/selftest.c index 5d6f28ba..8aeda258 100644 --- a/testsuite/fifo/selftest.c +++ b/testsuite/fifo/selftest.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier GPL-2.0-or-later */ /* - * Copyright(c) 2022-2024 John Sanpe + * Copyright(c) 2022-2024 Jalen Wong */ #define MODULE_NAME "bitwalk-selftest" diff --git a/testsuite/hlist/CMakeLists.txt b/testsuite/hlist/CMakeLists.txt index 86d023f3..896cf3da 100644 --- a/testsuite/hlist/CMakeLists.txt +++ b/testsuite/hlist/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2024 John Sanpe +# Copyright(c) 2024 Jalen Wong # add_executable(hlist-iterator iterator.c) diff --git a/testsuite/hlist/iterator.c b/testsuite/hlist/iterator.c index b6dbac37..7f019bf3 100644 --- a/testsuite/hlist/iterator.c +++ b/testsuite/hlist/iterator.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define MODULE_NAME "hlist-iterator" diff --git a/testsuite/list/CMakeLists.txt b/testsuite/list/CMakeLists.txt index bf74ae51..20b5c71c 100644 --- a/testsuite/list/CMakeLists.txt +++ b/testsuite/list/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2024 John Sanpe +# Copyright(c) 2024 Jalen Wong # add_executable(list-iterator iterator.c) diff --git a/testsuite/list/iterator.c b/testsuite/list/iterator.c index 7fc43748..3725725d 100644 --- a/testsuite/list/iterator.c +++ b/testsuite/list/iterator.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define MODULE_NAME "list-iterator" diff --git a/testsuite/memalloc/fuzzy.c b/testsuite/memalloc/fuzzy.c index 84442386..40eb974f 100644 --- a/testsuite/memalloc/fuzzy.c +++ b/testsuite/memalloc/fuzzy.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define MODULE_NAME "memalloc-fuzzy" diff --git a/testsuite/mpi/CMakeLists.txt b/testsuite/mpi/CMakeLists.txt index 7b9948e9..9edbb7bd 100644 --- a/testsuite/mpi/CMakeLists.txt +++ b/testsuite/mpi/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2024 John Sanpe +# Copyright(c) 2024 Jalen Wong # add_executable(mpi-fuzzy fuzzy.c) diff --git a/testsuite/mpi/empty.c b/testsuite/mpi/empty.c index 94548eef..da66f969 100644 --- a/testsuite/mpi/empty.c +++ b/testsuite/mpi/empty.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #include diff --git a/testsuite/mpi/fuzzy.c b/testsuite/mpi/fuzzy.c index d9a7ff97..66031852 100644 --- a/testsuite/mpi/fuzzy.c +++ b/testsuite/mpi/fuzzy.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #include diff --git a/testsuite/randpool.h b/testsuite/randpool.h index e8aa5b30..5fb0c930 100644 --- a/testsuite/randpool.h +++ b/testsuite/randpool.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #ifndef _TESTSUITE_RANDPOOL_H_ diff --git a/testsuite/slist/CMakeLists.txt b/testsuite/slist/CMakeLists.txt index 117713b1..ebede870 100644 --- a/testsuite/slist/CMakeLists.txt +++ b/testsuite/slist/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2024 John Sanpe +# Copyright(c) 2024 Jalen Wong # add_executable(slist-iterator iterator.c) diff --git a/testsuite/slist/iterator.c b/testsuite/slist/iterator.c index 78c52dfa..4c126471 100644 --- a/testsuite/slist/iterator.c +++ b/testsuite/slist/iterator.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2023 John Sanpe + * Copyright(c) 2023 Jalen Wong */ #define MODULE_NAME "slist-iterator" diff --git a/testsuite/testsuite.c b/testsuite/testsuite.c index 47cf55df..02b62245 100644 --- a/testsuite/testsuite.c +++ b/testsuite/testsuite.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #define MODULE_NAME "bfdev-testsuite" diff --git a/testsuite/testsuite.cmake b/testsuite/testsuite.cmake index 08b10f98..5abfaa28 100644 --- a/testsuite/testsuite.cmake +++ b/testsuite/testsuite.cmake @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Copyright(c) 2024 John Sanpe +# Copyright(c) 2024 Jalen Wong # function(testsuite_target name src replace) diff --git a/testsuite/testsuite.h b/testsuite/testsuite.h index ed2152ac..acb8ec74 100644 --- a/testsuite/testsuite.h +++ b/testsuite/testsuite.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Copyright(c) 2024 John Sanpe + * Copyright(c) 2024 Jalen Wong */ #ifndef _BFDEV_TESTSUITE_H_