diff --git a/LICENSE b/LICENSE index 06479cd..a1b416c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2021 Shuangquan Li. All Rights Reserved. +Copyright (c) 2021 Li Shuangquan. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/fmt.sh b/fmt.sh index 87c08f4..b45eb9d 100755 --- a/fmt.sh +++ b/fmt.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +# Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. # # Licensed under the MIT License (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of the License diff --git a/include/maglev/hasher/maglev_balancer.h b/include/maglev/hasher/maglev_balancer.h index 3097398..5e27d98 100644 --- a/include/maglev/hasher/maglev_balancer.h +++ b/include/maglev/hasher/maglev_balancer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/include/maglev/hasher/maglev_hasher.h b/include/maglev/hasher/maglev_hasher.h index a264e17..2a1b6a1 100644 --- a/include/maglev/hasher/maglev_hasher.h +++ b/include/maglev/hasher/maglev_hasher.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/include/maglev/hasher/slot_array.h b/include/maglev/hasher/slot_array.h index 7ecc01d..e23b5ab 100644 --- a/include/maglev/hasher/slot_array.h +++ b/include/maglev/hasher/slot_array.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/include/maglev/maglev.h b/include/maglev/maglev.h index cc10252..4d425a7 100644 --- a/include/maglev/maglev.h +++ b/include/maglev/maglev.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/include/maglev/node/node_base.h b/include/maglev/node/node_base.h index fa77ed0..9170bdb 100644 --- a/include/maglev/node/node_base.h +++ b/include/maglev/node/node_base.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/include/maglev/node/server_node_base.h b/include/maglev/node/server_node_base.h index c3310d8..2b0ec04 100644 --- a/include/maglev/node/server_node_base.h +++ b/include/maglev/node/server_node_base.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/include/maglev/node/slot_counted_node_wrapper.h b/include/maglev/node/slot_counted_node_wrapper.h index a99ee95..c6ba90f 100644 --- a/include/maglev/node/slot_counted_node_wrapper.h +++ b/include/maglev/node/slot_counted_node_wrapper.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/include/maglev/node/weighted_node_wrapper.h b/include/maglev/node/weighted_node_wrapper.h index f4ace2c..8a59385 100644 --- a/include/maglev/node/weighted_node_wrapper.h +++ b/include/maglev/node/weighted_node_wrapper.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/include/maglev/node_manager/node_manager_base.h b/include/maglev/node_manager/node_manager_base.h index fa04de4..afc1c44 100644 --- a/include/maglev/node_manager/node_manager_base.h +++ b/include/maglev/node_manager/node_manager_base.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/include/maglev/node_manager/weighted_node_manager_wrapper.h b/include/maglev/node_manager/weighted_node_manager_wrapper.h index ced28b7..3279e78 100644 --- a/include/maglev/node_manager/weighted_node_manager_wrapper.h +++ b/include/maglev/node_manager/weighted_node_manager_wrapper.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/include/maglev/permutation/permutation_generator.h b/include/maglev/permutation/permutation_generator.h index 91a4538..95248a3 100644 --- a/include/maglev/permutation/permutation_generator.h +++ b/include/maglev/permutation/permutation_generator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/include/maglev/stats/atomic_counter.h b/include/maglev/stats/atomic_counter.h index 621f385..0b044c8 100644 --- a/include/maglev/stats/atomic_counter.h +++ b/include/maglev/stats/atomic_counter.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/include/maglev/stats/cycle_array.h b/include/maglev/stats/cycle_array.h index 0b680e9..6237832 100644 --- a/include/maglev/stats/cycle_array.h +++ b/include/maglev/stats/cycle_array.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/include/maglev/stats/load_stats.h b/include/maglev/stats/load_stats.h index 7d2d7b2..994ae21 100644 --- a/include/maglev/stats/load_stats.h +++ b/include/maglev/stats/load_stats.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/include/maglev/stats/load_stats_wrapper.h b/include/maglev/stats/load_stats_wrapper.h index 8831258..b95be5f 100644 --- a/include/maglev/stats/load_stats_wrapper.h +++ b/include/maglev/stats/load_stats_wrapper.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/include/maglev/stats/sliding_window.h b/include/maglev/stats/sliding_window.h index d93c338..d74257e 100644 --- a/include/maglev/stats/sliding_window.h +++ b/include/maglev/stats/sliding_window.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/include/maglev/util/hash.h b/include/maglev/util/hash.h index 219a3b0..d6ecd97 100644 --- a/include/maglev/util/hash.h +++ b/include/maglev/util/hash.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/include/maglev/util/prime.h b/include/maglev/util/prime.h index 81cc3a8..388f3cf 100644 --- a/include/maglev/util/prime.h +++ b/include/maglev/util/prime.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/include/maglev/util/to_str.h b/include/maglev/util/to_str.h index bcf2079..30ac5d6 100644 --- a/include/maglev/util/to_str.h +++ b/include/maglev/util/to_str.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/include/maglev/util/type_traits.h b/include/maglev/util/type_traits.h index ec1c0d6..b515686 100644 --- a/include/maglev/util/type_traits.h +++ b/include/maglev/util/type_traits.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/include/maglev/wrapper/extra_wrapper.h b/include/maglev/wrapper/extra_wrapper.h index a494a25..9df09a1 100644 --- a/include/maglev/wrapper/extra_wrapper.h +++ b/include/maglev/wrapper/extra_wrapper.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/run_test.sh b/run_test.sh index 2ca02dd..0bedfe0 100755 --- a/run_test.sh +++ b/run_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +# Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. # # Licensed under the MIT License (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of the License diff --git a/test/installation_test/main.cpp b/test/installation_test/main.cpp index 75da1b2..64c7b2c 100644 --- a/test/installation_test/main.cpp +++ b/test/installation_test/main.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/test/performance_test/maglev_balancer_test.cpp b/test/performance_test/maglev_balancer_test.cpp index 1a60d74..5ba949d 100644 --- a/test/performance_test/maglev_balancer_test.cpp +++ b/test/performance_test/maglev_balancer_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/test/performance_test/maglev_hasher_test.cpp b/test/performance_test/maglev_hasher_test.cpp index 7a046e0..63f60d5 100644 --- a/test/performance_test/maglev_hasher_test.cpp +++ b/test/performance_test/maglev_hasher_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/test/performance_test/performance_test.cpp b/test/performance_test/performance_test.cpp index 4ccc833..8660815 100644 --- a/test/performance_test/performance_test.cpp +++ b/test/performance_test/performance_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/test/performance_test/performance_test.h b/test/performance_test/performance_test.h index 7d31dd3..accc3e0 100644 --- a/test/performance_test/performance_test.h +++ b/test/performance_test/performance_test.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/test/unit_test/hasher_test.cpp b/test/unit_test/hasher_test.cpp index b884931..f5cc4ed 100644 --- a/test/unit_test/hasher_test.cpp +++ b/test/unit_test/hasher_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/test/unit_test/load_stats_wrapper_test.cpp b/test/unit_test/load_stats_wrapper_test.cpp index b8b7d86..b9a23cd 100644 --- a/test/unit_test/load_stats_wrapper_test.cpp +++ b/test/unit_test/load_stats_wrapper_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/test/unit_test/node_manager_test.cpp b/test/unit_test/node_manager_test.cpp index fb1be51..4ba0f9d 100644 --- a/test/unit_test/node_manager_test.cpp +++ b/test/unit_test/node_manager_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/test/unit_test/node_test.cpp b/test/unit_test/node_test.cpp index ea68cc8..0b92d4c 100644 --- a/test/unit_test/node_test.cpp +++ b/test/unit_test/node_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/test/unit_test/permutation_test.cpp b/test/unit_test/permutation_test.cpp index acef374..37a6a66 100644 --- a/test/unit_test/permutation_test.cpp +++ b/test/unit_test/permutation_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/test/unit_test/stats_test.cpp b/test/unit_test/stats_test.cpp index e9967d5..eca9cc3 100644 --- a/test/unit_test/stats_test.cpp +++ b/test/unit_test/stats_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/test/unit_test/unit_test.cpp b/test/unit_test/unit_test.cpp index 4aba20d..b16713c 100644 --- a/test/unit_test/unit_test.cpp +++ b/test/unit_test/unit_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/test/unit_test/unit_test.h b/test/unit_test/unit_test.h index 7d31dd3..accc3e0 100644 --- a/test/unit_test/unit_test.h +++ b/test/unit_test/unit_test.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/test/unit_test/util_test.cpp b/test/unit_test/util_test.cpp index 2d36388..7462031 100644 --- a/test/unit_test/util_test.cpp +++ b/test/unit_test/util_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License diff --git a/test/unit_test/wrapper_test.cpp b/test/unit_test/wrapper_test.cpp index dc6748d..bf9c6e9 100644 --- a/test/unit_test/wrapper_test.cpp +++ b/test/unit_test/wrapper_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 Shuangquan Li. All Rights Reserved. +// Copyright (c) 2021-2022 Li Shuangquan. All Rights Reserved. // // Licensed under the MIT License (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License