Skip to content

Commit

Permalink
Merge pull request #640 from sanpeqf/docs-authors
Browse files Browse the repository at this point in the history
docs authors: update authors name
  • Loading branch information
sanpeqf authored Dec 2, 2024
2 parents bb204ec + 328c1b1 commit a103a27
Show file tree
Hide file tree
Showing 355 changed files with 355 additions and 355 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
-----------
Bfdev Designer Group

Name : John Sanpe
Name : Jalen Wong
Email : [email protected]
Represent : framework

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Copyright(c) 2023 ffashion <[email protected]>
# Copyright(c) 2023 John Sanpe <[email protected]>
# Copyright(c) 2023 Jalen Wong <[email protected]>
#

cmake_minimum_required(VERSION 3.12)
Expand Down
2 changes: 1 addition & 1 deletion arch/generic/build.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Copyright(c) 2023 John Sanpe <[email protected]>
# Copyright(c) 2023 Jalen Wong <[email protected]>
#

#
Expand Down
2 changes: 1 addition & 1 deletion arch/generic/include/bfdev/asm/bitops.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-3.0-or-later */
/*
* Copyright(c) 2024 John Sanpe <[email protected]>
* Copyright(c) 2024 Jalen Wong <[email protected]>
*/

#ifndef _BFDEV_ASM_BITOPS_H_
Expand Down
2 changes: 1 addition & 1 deletion build.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Copyright(c) 2023 John Sanpe <[email protected]>
# Copyright(c) 2023 Jalen Wong <[email protected]>
#

add_compile_options(
Expand Down
2 changes: 1 addition & 1 deletion cmake/config.h.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2023 ffashion <[email protected]>
* Copyright(c) 2023 John Sanpe <[email protected]>
* Copyright(c) 2023 Jalen Wong <[email protected]>
*/

#ifndef _BFDEV_CONFIG_H_
Expand Down
2 changes: 1 addition & 1 deletion examples/action/simple.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2023 John Sanpe <[email protected]>
* Copyright(c) 2023 Jalen Wong <[email protected]>
*/

#define MODULE_NAME "action-simple"
Expand Down
2 changes: 1 addition & 1 deletion examples/allocator/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Copyright(c) 2023 John Sanpe <[email protected]>
# Copyright(c) 2023 Jalen Wong <[email protected]>
#

add_executable(allocator-simple simple.c)
Expand Down
2 changes: 1 addition & 1 deletion examples/allocator/simple.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2023 John Sanpe <[email protected]>
* Copyright(c) 2023 Jalen Wong <[email protected]>
*/

#include <stdlib.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/arc4/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Copyright(c) 2024 John Sanpe <[email protected]>
# Copyright(c) 2024 Jalen Wong <[email protected]>
#

add_executable(arc4-bandwidth bandwidth.c)
Expand Down
2 changes: 1 addition & 1 deletion examples/arc4/bandwidth.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2024 John Sanpe <[email protected]>
* Copyright(c) 2024 Jalen Wong <[email protected]>
*/

#define MODULE_NAME "arc4-bandwidth"
Expand Down
2 changes: 1 addition & 1 deletion examples/array/simple.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2023 John Sanpe <[email protected]>
* Copyright(c) 2023 Jalen Wong <[email protected]>
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/ascii85/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Copyright(c) 2024 John Sanpe <[email protected]>
# Copyright(c) 2024 Jalen Wong <[email protected]>
#

add_executable(ascii85-bandwidth bandwidth.c)
Expand Down
2 changes: 1 addition & 1 deletion examples/ascii85/bandwidth.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2024 John Sanpe <[email protected]>
* Copyright(c) 2024 Jalen Wong <[email protected]>
*/

#define MODULE_NAME "ascii85-bandwidth"
Expand Down
2 changes: 1 addition & 1 deletion examples/ascii85/utils.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2024 John Sanpe <[email protected]>
* Copyright(c) 2024 Jalen Wong <[email protected]>
*/

#define MODULE_NAME "bfdev-ascii85"
Expand Down
2 changes: 1 addition & 1 deletion examples/base32/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Copyright(c) 2023 John Sanpe <[email protected]>
# Copyright(c) 2023 Jalen Wong <[email protected]>
#

add_executable(base32-bandwidth bandwidth.c)
Expand Down
2 changes: 1 addition & 1 deletion examples/base32/bandwidth.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2023 John Sanpe <[email protected]>
* Copyright(c) 2023 Jalen Wong <[email protected]>
*/

#define MODULE_NAME "base32-bandwidth"
Expand Down
2 changes: 1 addition & 1 deletion examples/base32/utils.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2024 John Sanpe <[email protected]>
* Copyright(c) 2024 Jalen Wong <[email protected]>
*/

#define MODULE_NAME "bfdev-base32"
Expand Down
2 changes: 1 addition & 1 deletion examples/base64/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Copyright(c) 2023 John Sanpe <[email protected]>
# Copyright(c) 2023 Jalen Wong <[email protected]>
#

add_executable(base64-bandwidth bandwidth.c)
Expand Down
2 changes: 1 addition & 1 deletion examples/base64/bandwidth.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2023 John Sanpe <[email protected]>
* Copyright(c) 2023 Jalen Wong <[email protected]>
*/

#define MODULE_NAME "base64-bandwidth"
Expand Down
2 changes: 1 addition & 1 deletion examples/base64/utils.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2024 John Sanpe <[email protected]>
* Copyright(c) 2024 Jalen Wong <[email protected]>
*/

#define MODULE_NAME "bfdev-base64"
Expand Down
2 changes: 1 addition & 1 deletion examples/bfdev/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Copyright(c) 2023 John Sanpe <[email protected]>
# Copyright(c) 2023 Jalen Wong <[email protected]>
#

add_executable(bfdev-version version.c)
Expand Down
2 changes: 1 addition & 1 deletion examples/bfdev/version.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2023 John Sanpe <[email protected]>
* Copyright(c) 2023 Jalen Wong <[email protected]>
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/bloom/simple.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2023 John Sanpe <[email protected]>
* Copyright(c) 2023 Jalen Wong <[email protected]>
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/btree/benchmark.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2021 John Sanpe <[email protected]>
* Copyright(c) 2021 Jalen Wong <[email protected]>
*/

#define MODULE_NAME "btree-benchmark"
Expand Down
2 changes: 1 addition & 1 deletion examples/btree/selftest.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2022 John Sanpe <[email protected]>
* Copyright(c) 2022 Jalen Wong <[email protected]>
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/cache/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Copyright(c) 2023 John Sanpe <[email protected]>
# Copyright(c) 2023 Jalen Wong <[email protected]>
#

add_executable(cache-simple simple.c)
Expand Down
2 changes: 1 addition & 1 deletion examples/cache/simple.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2023 John Sanpe <[email protected]>
* Copyright(c) 2023 Jalen Wong <[email protected]>
*/

#define MODULE_NAME "cache-simple"
Expand Down
2 changes: 1 addition & 1 deletion examples/circle/atomic.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2021 John Sanpe <[email protected]>
* Copyright(c) 2021 Jalen Wong <[email protected]>
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/crc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Copyright(c) 2023 John Sanpe <[email protected]>
# Copyright(c) 2023 Jalen Wong <[email protected]>
#

add_executable(crc-bandwidth bandwidth.c)
Expand Down
2 changes: 1 addition & 1 deletion examples/crc/bandwidth.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2023 John Sanpe <[email protected]>
* Copyright(c) 2023 Jalen Wong <[email protected]>
*/

#define MODULE_NAME "crc-bandwidth"
Expand Down
2 changes: 1 addition & 1 deletion examples/crypto/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Copyright(c) 2023 John Sanpe <[email protected]>
# Copyright(c) 2023 Jalen Wong <[email protected]>
#

add_executable(crypto-bandwidth bandwidth.c)
Expand Down
2 changes: 1 addition & 1 deletion examples/crypto/bandwidth.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2024 John Sanpe <[email protected]>
* Copyright(c) 2024 Jalen Wong <[email protected]>
*/

#define MODULE_NAME "crypto-bandwidth"
Expand Down
2 changes: 1 addition & 1 deletion examples/crypto/utils.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2024 John Sanpe <[email protected]>
* Copyright(c) 2024 Jalen Wong <[email protected]>
*/

#define MODULE_NAME "bfdev-crypto"
Expand Down
2 changes: 1 addition & 1 deletion examples/fifo/atomic.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2022 John Sanpe <[email protected]>
* Copyright(c) 2022 Jalen Wong <[email protected]>
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/fsm/console.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2023 John Sanpe <[email protected]>
* Copyright(c) 2023 Jalen Wong <[email protected]>
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/guards/cleanup.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2023 John Sanpe <[email protected]>
* Copyright(c) 2023 Jalen Wong <[email protected]>
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/hashmap/benchmark.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2023 John Sanpe <[email protected]>
* Copyright(c) 2023 Jalen Wong <[email protected]>
*/

#define MODULE_NAME "hashmap-benchmark"
Expand Down
2 changes: 1 addition & 1 deletion examples/hashmap/simple.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2023 John Sanpe <[email protected]>
* Copyright(c) 2023 Jalen Wong <[email protected]>
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/hashtbl/simple.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2021 John Sanpe <[email protected]>
* Copyright(c) 2021 Jalen Wong <[email protected]>
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/heap/benchmark.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2021 John Sanpe <[email protected]>
* Copyright(c) 2021 Jalen Wong <[email protected]>
*/

#define MODULE_NAME "heap-benchmark"
Expand Down
2 changes: 1 addition & 1 deletion examples/heap/selftest.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2022 John Sanpe <[email protected]>
* Copyright(c) 2022 Jalen Wong <[email protected]>
*/

#define MODULE_NAME "heap-selftest"
Expand Down
2 changes: 1 addition & 1 deletion examples/hlist/simple.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2021 John Sanpe <[email protected]>
* Copyright(c) 2021 Jalen Wong <[email protected]>
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/ilist/selftest.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2021 John Sanpe <[email protected]>
* Copyright(c) 2021 Jalen Wong <[email protected]>
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/levenshtein/simple.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2023 John Sanpe <[email protected]>
* Copyright(c) 2023 Jalen Wong <[email protected]>
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/list/benchmark.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2021 John Sanpe <[email protected]>
* Copyright(c) 2021 Jalen Wong <[email protected]>
*/

#define MODULE_NAME "list-benchmark"
Expand Down
2 changes: 1 addition & 1 deletion examples/log/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Copyright(c) 2023 John Sanpe <[email protected]>
# Copyright(c) 2023 Jalen Wong <[email protected]>
#

add_executable(log-simple simple.c)
Expand Down
2 changes: 1 addition & 1 deletion examples/log/simple.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright(c) 2023 John Sanpe <[email protected]>
* Copyright(c) 2023 Jalen Wong <[email protected]>
*/

#define MODULE_NAME "log-simple"
Expand Down
2 changes: 1 addition & 1 deletion examples/log2/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Copyright(c) 2023 John Sanpe <[email protected]>
# Copyright(c) 2023 Jalen Wong <[email protected]>
#

add_executable(log2-selftest selftest.c)
Expand Down
Loading

0 comments on commit a103a27

Please sign in to comment.