diff --git a/.github/actions/compile/action.yml b/.github/actions/compile/action.yml index 7d9b45ce..202cefb7 100644 --- a/.github/actions/compile/action.yml +++ b/.github/actions/compile/action.yml @@ -22,7 +22,7 @@ runs: shell: bash run: | mkdir build && cd build - git config --global user.email "ponyma@tencent.com" - git config --global user.name "ponyma" + git config --global user.email "example@example.com" + git config --global user.name "example" cmake -DTENDIS_DEBUG=ON .. cmake --build . -j20 diff --git a/LICENSE.txt b/LICENSE.txt index 0fc4238f..6efef057 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,9 +1,10 @@ Tencent is pleased to support the open source community by making tendis available. -Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2020 Tencent. All rights reserved. -tendis is licensed under the GNU General Public License Version 3.0 except for the third-party components listed below. +The copyright notice pertaining to the Tencent code in this repo was previously in the name of “THL A29 Limited.” That entity has now been de-registered. You should treat all previously distributed copies of the code as if the copyright notice was in the name of “Tencent.” +tendis is licensed under the GNU General Public License Version 3.0 except for the third-party components listed below. Terms of the GNU General Public License Version 3.0: -------------------------------------------------------------------- diff --git a/README.md b/README.md index 342128a3..6ad0e896 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Tendis is a high-performance distributed storage system which is fully compatibl - [Contributing](#Contributing) - [Support](#Support) - [License](#License) + ## Introduction Tendis is a high-performance distributed storage system which is fully compatible with the Redis protocol. It uses RocksDB as the storage engine, and all data is stored to disks through RocksDB. Users can access Tendis using a Redis client, and the application hardly needs to be changed. In addition, Tendis supports storage capacity far exceeding memory, which can greatly reduce user storage costs. @@ -137,3 +138,5 @@ Checkout [support](http://tendis.cn/#/support) for FAQs or join our discussion g ## License Tendis is licensed under the GNU General Public License Version 3.0. Copyright and license information can be found in the file [LICENSE.txt](LICENSE.txt). + +The copyright notice pertaining to the Tencent code in this repo was previously in the name of “THL A29 Limited.” That entity has now been de-registered. You should treat all previously distributed copies of the code as if the copyright notice was in the name of “Tencent.” diff --git a/mkreleasehdr.sh b/mkreleasehdr.sh index 5eee6019..5dce9997 100755 --- a/mkreleasehdr.sh +++ b/mkreleasehdr.sh @@ -15,7 +15,7 @@ test -f ${h_file} || touch ${h_file} (cat ${h_file} | grep SHA1 | grep $GIT_SHA1) && \ (cat ${h_file} | grep DIRTY | grep $GIT_DIRTY) && exit 0 # Already up-to-date -echo "// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved." > ${h_file} +echo "// Copyright (C) 2020 Tencent. All rights reserved." > ${h_file} echo "// Please refer to the license text that comes with this tendis open source" >> ${h_file} echo "// project for additional information." >> ${h_file} echo "" >> ${h_file} diff --git a/src/tendisplus/cluster/cluster_manager.cpp b/src/tendisplus/cluster/cluster_manager.cpp index 058ac4a4..f46c761e 100644 --- a/src/tendisplus/cluster/cluster_manager.cpp +++ b/src/tendisplus/cluster/cluster_manager.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/cluster/cluster_manager.h b/src/tendisplus/cluster/cluster_manager.h index c9ad8e43..b5e7e17b 100644 --- a/src/tendisplus/cluster/cluster_manager.h +++ b/src/tendisplus/cluster/cluster_manager.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/cluster/cluster_test.cpp b/src/tendisplus/cluster/cluster_test.cpp index f6299e73..d4095c8a 100644 --- a/src/tendisplus/cluster/cluster_test.cpp +++ b/src/tendisplus/cluster/cluster_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/cluster/gc_manager.cpp b/src/tendisplus/cluster/gc_manager.cpp index 92d36abf..b787dc8b 100644 --- a/src/tendisplus/cluster/gc_manager.cpp +++ b/src/tendisplus/cluster/gc_manager.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/cluster/gc_manager.h b/src/tendisplus/cluster/gc_manager.h index a44d9cbe..553af84a 100644 --- a/src/tendisplus/cluster/gc_manager.h +++ b/src/tendisplus/cluster/gc_manager.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/cluster/migrate_batch.cpp b/src/tendisplus/cluster/migrate_batch.cpp index c1fc9e8f..b8acccba 100644 --- a/src/tendisplus/cluster/migrate_batch.cpp +++ b/src/tendisplus/cluster/migrate_batch.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/cluster/migrate_batch.h b/src/tendisplus/cluster/migrate_batch.h index 5edeb71c..d28745da 100644 --- a/src/tendisplus/cluster/migrate_batch.h +++ b/src/tendisplus/cluster/migrate_batch.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/cluster/migrate_manager.cpp b/src/tendisplus/cluster/migrate_manager.cpp index 7d687a84..cf16f7c5 100644 --- a/src/tendisplus/cluster/migrate_manager.cpp +++ b/src/tendisplus/cluster/migrate_manager.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/cluster/migrate_manager.h b/src/tendisplus/cluster/migrate_manager.h index acc37221..5a9627be 100644 --- a/src/tendisplus/cluster/migrate_manager.h +++ b/src/tendisplus/cluster/migrate_manager.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/cluster/migrate_receiver.cpp b/src/tendisplus/cluster/migrate_receiver.cpp index 523cc239..26ac6c29 100644 --- a/src/tendisplus/cluster/migrate_receiver.cpp +++ b/src/tendisplus/cluster/migrate_receiver.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/cluster/migrate_receiver.h b/src/tendisplus/cluster/migrate_receiver.h index da4702da..28bdc7e4 100644 --- a/src/tendisplus/cluster/migrate_receiver.h +++ b/src/tendisplus/cluster/migrate_receiver.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/cluster/migrate_sender.cpp b/src/tendisplus/cluster/migrate_sender.cpp index 243cf5c7..f12de988 100644 --- a/src/tendisplus/cluster/migrate_sender.cpp +++ b/src/tendisplus/cluster/migrate_sender.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/cluster/migrate_sender.h b/src/tendisplus/cluster/migrate_sender.h index 2133013c..d32a0cde 100644 --- a/src/tendisplus/cluster/migrate_sender.h +++ b/src/tendisplus/cluster/migrate_sender.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/cluster/migrate_test.cpp b/src/tendisplus/cluster/migrate_test.cpp index ad9f8a3c..10d6bce2 100644 --- a/src/tendisplus/cluster/migrate_test.cpp +++ b/src/tendisplus/cluster/migrate_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/commands/auth.cpp b/src/tendisplus/commands/auth.cpp index da6227ad..59a3ecb2 100644 --- a/src/tendisplus/commands/auth.cpp +++ b/src/tendisplus/commands/auth.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/commands/cluster.cpp b/src/tendisplus/commands/cluster.cpp index 52ca2975..550ca47b 100644 --- a/src/tendisplus/commands/cluster.cpp +++ b/src/tendisplus/commands/cluster.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/commands/command.cpp b/src/tendisplus/commands/command.cpp index 20ee53bd..bcf8761a 100644 --- a/src/tendisplus/commands/command.cpp +++ b/src/tendisplus/commands/command.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/commands/command.h b/src/tendisplus/commands/command.h index 2ba3eb4e..7fe52c47 100644 --- a/src/tendisplus/commands/command.h +++ b/src/tendisplus/commands/command.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/commands/command_test.cpp b/src/tendisplus/commands/command_test.cpp index e06c388b..68b62e95 100644 --- a/src/tendisplus/commands/command_test.cpp +++ b/src/tendisplus/commands/command_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/commands/debug.cpp b/src/tendisplus/commands/debug.cpp index 644a5e4c..f9017d9f 100644 --- a/src/tendisplus/commands/debug.cpp +++ b/src/tendisplus/commands/debug.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/commands/del.cpp b/src/tendisplus/commands/del.cpp index a4914226..ecd5a937 100644 --- a/src/tendisplus/commands/del.cpp +++ b/src/tendisplus/commands/del.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/commands/dump.cpp b/src/tendisplus/commands/dump.cpp index 35bd1a00..729a36ff 100644 --- a/src/tendisplus/commands/dump.cpp +++ b/src/tendisplus/commands/dump.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/commands/dump.h b/src/tendisplus/commands/dump.h index 5a6a69e2..26de1675 100644 --- a/src/tendisplus/commands/dump.h +++ b/src/tendisplus/commands/dump.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/commands/expire.cpp b/src/tendisplus/commands/expire.cpp index 2de3e119..0ba1ad01 100644 --- a/src/tendisplus/commands/expire.cpp +++ b/src/tendisplus/commands/expire.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/commands/hash.cpp b/src/tendisplus/commands/hash.cpp index 3af61d4d..aaa02281 100644 --- a/src/tendisplus/commands/hash.cpp +++ b/src/tendisplus/commands/hash.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/commands/kv.cpp b/src/tendisplus/commands/kv.cpp index 93f620bc..731a36cd 100644 --- a/src/tendisplus/commands/kv.cpp +++ b/src/tendisplus/commands/kv.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/commands/list.cpp b/src/tendisplus/commands/list.cpp index f5bbc20d..6fdbdaa2 100644 --- a/src/tendisplus/commands/list.cpp +++ b/src/tendisplus/commands/list.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/commands/pf.cpp b/src/tendisplus/commands/pf.cpp index 8d07a330..185c7cab 100644 --- a/src/tendisplus/commands/pf.cpp +++ b/src/tendisplus/commands/pf.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/commands/pubsub.cpp b/src/tendisplus/commands/pubsub.cpp index cfd0fe3e..acecc67b 100644 --- a/src/tendisplus/commands/pubsub.cpp +++ b/src/tendisplus/commands/pubsub.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2024 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2024 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/commands/release.cpp b/src/tendisplus/commands/release.cpp index b0f33aad..e72eaf06 100644 --- a/src/tendisplus/commands/release.cpp +++ b/src/tendisplus/commands/release.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/commands/release.h b/src/tendisplus/commands/release.h index 457df352..9613573e 100644 --- a/src/tendisplus/commands/release.h +++ b/src/tendisplus/commands/release.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/commands/repl.cpp b/src/tendisplus/commands/repl.cpp index 6d1a161f..42177d6f 100644 --- a/src/tendisplus/commands/repl.cpp +++ b/src/tendisplus/commands/repl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/commands/scan.cpp b/src/tendisplus/commands/scan.cpp index d5877431..2a1744ca 100644 --- a/src/tendisplus/commands/scan.cpp +++ b/src/tendisplus/commands/scan.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/commands/script.cpp b/src/tendisplus/commands/script.cpp index 26e7adbf..f39e8c7f 100644 --- a/src/tendisplus/commands/script.cpp +++ b/src/tendisplus/commands/script.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/commands/set.cpp b/src/tendisplus/commands/set.cpp index c1efa34f..00170f7d 100644 --- a/src/tendisplus/commands/set.cpp +++ b/src/tendisplus/commands/set.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/commands/sort.cpp b/src/tendisplus/commands/sort.cpp index 7d0ce5bb..106fb9d0 100644 --- a/src/tendisplus/commands/sort.cpp +++ b/src/tendisplus/commands/sort.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/commands/tbitmap.cpp b/src/tendisplus/commands/tbitmap.cpp index 7822fcb0..74099df7 100644 --- a/src/tendisplus/commands/tbitmap.cpp +++ b/src/tendisplus/commands/tbitmap.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/commands/version.h b/src/tendisplus/commands/version.h index 14a68808..cba8b798 100644 --- a/src/tendisplus/commands/version.h +++ b/src/tendisplus/commands/version.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/commands/zset.cpp b/src/tendisplus/commands/zset.cpp index 015a1097..1119fb5c 100644 --- a/src/tendisplus/commands/zset.cpp +++ b/src/tendisplus/commands/zset.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/include/endian.h b/src/tendisplus/include/endian.h index 7613bea5..d2cdf661 100644 --- a/src/tendisplus/include/endian.h +++ b/src/tendisplus/include/endian.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/include/optional.h b/src/tendisplus/include/optional.h index a6187c93..66346d02 100644 --- a/src/tendisplus/include/optional.h +++ b/src/tendisplus/include/optional.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/include/unistd.h b/src/tendisplus/include/unistd.h index b9ed29b8..8c08e559 100644 --- a/src/tendisplus/include/unistd.h +++ b/src/tendisplus/include/unistd.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/integrate_test/adminHeartbeat.go b/src/tendisplus/integrate_test/adminHeartbeat.go index 48a9c1fb..d9812a4b 100644 --- a/src/tendisplus/integrate_test/adminHeartbeat.go +++ b/src/tendisplus/integrate_test/adminHeartbeat.go @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/integrate_test/clustertest.go b/src/tendisplus/integrate_test/clustertest.go index 91c64fd3..d16d04b5 100644 --- a/src/tendisplus/integrate_test/clustertest.go +++ b/src/tendisplus/integrate_test/clustertest.go @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/integrate_test/clustertestFailover.go b/src/tendisplus/integrate_test/clustertestFailover.go index 8d6f7f27..32d6c16a 100644 --- a/src/tendisplus/integrate_test/clustertestFailover.go +++ b/src/tendisplus/integrate_test/clustertestFailover.go @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/integrate_test/clustertestRestore.go b/src/tendisplus/integrate_test/clustertestRestore.go index 11eb58e6..3bde0f9e 100644 --- a/src/tendisplus/integrate_test/clustertestRestore.go +++ b/src/tendisplus/integrate_test/clustertestRestore.go @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/integrate_test/common.go b/src/tendisplus/integrate_test/common.go index 077fc0f0..bcb39722 100644 --- a/src/tendisplus/integrate_test/common.go +++ b/src/tendisplus/integrate_test/common.go @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/integrate_test/common_cluster.go b/src/tendisplus/integrate_test/common_cluster.go index dc2cc178..0d62d178 100644 --- a/src/tendisplus/integrate_test/common_cluster.go +++ b/src/tendisplus/integrate_test/common_cluster.go @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/integrate_test/deletefilesinrange.go b/src/tendisplus/integrate_test/deletefilesinrange.go index e1de1dfe..44bf9129 100644 --- a/src/tendisplus/integrate_test/deletefilesinrange.go +++ b/src/tendisplus/integrate_test/deletefilesinrange.go @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/integrate_test/memorylimit.go b/src/tendisplus/integrate_test/memorylimit.go index d4a22111..e7032ab1 100644 --- a/src/tendisplus/integrate_test/memorylimit.go +++ b/src/tendisplus/integrate_test/memorylimit.go @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/integrate_test/pubsubtest.go b/src/tendisplus/integrate_test/pubsubtest.go index 0a02227d..9e3a6a76 100644 --- a/src/tendisplus/integrate_test/pubsubtest.go +++ b/src/tendisplus/integrate_test/pubsubtest.go @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/integrate_test/repl.go b/src/tendisplus/integrate_test/repl.go index db65cf73..4eae1957 100644 --- a/src/tendisplus/integrate_test/repl.go +++ b/src/tendisplus/integrate_test/repl.go @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/integrate_test/repltest.go b/src/tendisplus/integrate_test/repltest.go index a6a2ae2e..2e071cb6 100644 --- a/src/tendisplus/integrate_test/repltest.go +++ b/src/tendisplus/integrate_test/repltest.go @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/integrate_test/restore.go b/src/tendisplus/integrate_test/restore.go index e704bd8f..20bcf587 100644 --- a/src/tendisplus/integrate_test/restore.go +++ b/src/tendisplus/integrate_test/restore.go @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/integrate_test/restoretest.go b/src/tendisplus/integrate_test/restoretest.go index db2653e8..43e9e6af 100644 --- a/src/tendisplus/integrate_test/restoretest.go +++ b/src/tendisplus/integrate_test/restoretest.go @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/integrate_test/versiontest.go b/src/tendisplus/integrate_test/versiontest.go index a1a321d3..70c3dfa9 100644 --- a/src/tendisplus/integrate_test/versiontest.go +++ b/src/tendisplus/integrate_test/versiontest.go @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/lock/lock.cpp b/src/tendisplus/lock/lock.cpp index 870ad15f..661ffdb7 100644 --- a/src/tendisplus/lock/lock.cpp +++ b/src/tendisplus/lock/lock.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/lock/lock.h b/src/tendisplus/lock/lock.h index 2d2d6561..eea33cd1 100644 --- a/src/tendisplus/lock/lock.h +++ b/src/tendisplus/lock/lock.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/lock/lock_test.cpp b/src/tendisplus/lock/lock_test.cpp index 7d75556c..16d6137a 100644 --- a/src/tendisplus/lock/lock_test.cpp +++ b/src/tendisplus/lock/lock_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/lock/mgl/lock_defines.h b/src/tendisplus/lock/mgl/lock_defines.h index dad6a934..bc0f77b1 100644 --- a/src/tendisplus/lock/mgl/lock_defines.h +++ b/src/tendisplus/lock/mgl/lock_defines.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/lock/mgl/mgl.cpp b/src/tendisplus/lock/mgl/mgl.cpp index 85f975c3..31ca86e2 100644 --- a/src/tendisplus/lock/mgl/mgl.cpp +++ b/src/tendisplus/lock/mgl/mgl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/lock/mgl/mgl.h b/src/tendisplus/lock/mgl/mgl.h index 8841bb80..c0be8625 100644 --- a/src/tendisplus/lock/mgl/mgl.h +++ b/src/tendisplus/lock/mgl/mgl.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/lock/mgl/mgl_mgr.cpp b/src/tendisplus/lock/mgl/mgl_mgr.cpp index ae309cb2..2b8a9ed3 100644 --- a/src/tendisplus/lock/mgl/mgl_mgr.cpp +++ b/src/tendisplus/lock/mgl/mgl_mgr.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/lock/mgl/mgl_mgr.h b/src/tendisplus/lock/mgl/mgl_mgr.h index b5acf8cf..aa953a05 100644 --- a/src/tendisplus/lock/mgl/mgl_mgr.h +++ b/src/tendisplus/lock/mgl/mgl_mgr.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/lock/mgl/mgl_test.cpp b/src/tendisplus/lock/mgl/mgl_test.cpp index 32b87fdc..eb1fe78f 100644 --- a/src/tendisplus/lock/mgl/mgl_test.cpp +++ b/src/tendisplus/lock/mgl/mgl_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/misc/compare_instances.go b/src/tendisplus/misc/compare_instances.go index 0ce72d5a..c6310384 100644 --- a/src/tendisplus/misc/compare_instances.go +++ b/src/tendisplus/misc/compare_instances.go @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/misc/tendisbroker.go b/src/tendisplus/misc/tendisbroker.go index c1c4cf67..993b660e 100644 --- a/src/tendisplus/misc/tendisbroker.go +++ b/src/tendisplus/misc/tendisbroker.go @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/misc/tendisplusrestore.go b/src/tendisplus/misc/tendisplusrestore.go index 164055e8..c6c01cf5 100644 --- a/src/tendisplus/misc/tendisplusrestore.go +++ b/src/tendisplus/misc/tendisplusrestore.go @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/network/blocking_tcp_client.cpp b/src/tendisplus/network/blocking_tcp_client.cpp index ad772046..db75a412 100644 --- a/src/tendisplus/network/blocking_tcp_client.cpp +++ b/src/tendisplus/network/blocking_tcp_client.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/network/blocking_tcp_client.h b/src/tendisplus/network/blocking_tcp_client.h index c0a1ab0d..76eb14b7 100644 --- a/src/tendisplus/network/blocking_tcp_client.h +++ b/src/tendisplus/network/blocking_tcp_client.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/network/latency_record.cpp b/src/tendisplus/network/latency_record.cpp index c2846771..3b45a920 100644 --- a/src/tendisplus/network/latency_record.cpp +++ b/src/tendisplus/network/latency_record.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/network/latency_record.h b/src/tendisplus/network/latency_record.h index 76c1a779..9fb5f588 100644 --- a/src/tendisplus/network/latency_record.h +++ b/src/tendisplus/network/latency_record.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/network/network.cpp b/src/tendisplus/network/network.cpp index dfbdfed0..016a4d73 100644 --- a/src/tendisplus/network/network.cpp +++ b/src/tendisplus/network/network.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/network/network.h b/src/tendisplus/network/network.h index 16dcfd9e..cb2128b5 100644 --- a/src/tendisplus/network/network.h +++ b/src/tendisplus/network/network.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/network/network_test.cpp b/src/tendisplus/network/network_test.cpp index bc898455..63ee5ac9 100644 --- a/src/tendisplus/network/network_test.cpp +++ b/src/tendisplus/network/network_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/network/session_ctx.cpp b/src/tendisplus/network/session_ctx.cpp index c39964d2..f470f60c 100644 --- a/src/tendisplus/network/session_ctx.cpp +++ b/src/tendisplus/network/session_ctx.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/network/session_ctx.h b/src/tendisplus/network/session_ctx.h index a7fbd2d6..eb7748c3 100644 --- a/src/tendisplus/network/session_ctx.h +++ b/src/tendisplus/network/session_ctx.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/network/worker_pool.cpp b/src/tendisplus/network/worker_pool.cpp index 0ec84bbd..479c58fa 100644 --- a/src/tendisplus/network/worker_pool.cpp +++ b/src/tendisplus/network/worker_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/network/worker_pool.h b/src/tendisplus/network/worker_pool.h index 3142d4b1..3158700f 100644 --- a/src/tendisplus/network/worker_pool.h +++ b/src/tendisplus/network/worker_pool.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/network/worker_pool_test.cpp b/src/tendisplus/network/worker_pool_test.cpp index e41b010b..6af1c64a 100644 --- a/src/tendisplus/network/worker_pool_test.cpp +++ b/src/tendisplus/network/worker_pool_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/replication/binlog_tool.cpp b/src/tendisplus/replication/binlog_tool.cpp index 54a0b075..76f5d9c4 100644 --- a/src/tendisplus/replication/binlog_tool.cpp +++ b/src/tendisplus/replication/binlog_tool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/replication/mpov.cpp b/src/tendisplus/replication/mpov.cpp index 9acf70fc..dea65da7 100644 --- a/src/tendisplus/replication/mpov.cpp +++ b/src/tendisplus/replication/mpov.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/replication/repl_manager.cpp b/src/tendisplus/replication/repl_manager.cpp index 525ff32a..20c89760 100644 --- a/src/tendisplus/replication/repl_manager.cpp +++ b/src/tendisplus/replication/repl_manager.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/replication/repl_manager.h b/src/tendisplus/replication/repl_manager.h index b0f6ff62..007b1c65 100644 --- a/src/tendisplus/replication/repl_manager.h +++ b/src/tendisplus/replication/repl_manager.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/replication/repl_util.cpp b/src/tendisplus/replication/repl_util.cpp index cd8bfd60..3833cdf0 100644 --- a/src/tendisplus/replication/repl_util.cpp +++ b/src/tendisplus/replication/repl_util.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/replication/repl_util.h b/src/tendisplus/replication/repl_util.h index a54dc057..f2fb97a3 100644 --- a/src/tendisplus/replication/repl_util.h +++ b/src/tendisplus/replication/repl_util.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/replication/spov.cpp b/src/tendisplus/replication/spov.cpp index 0d2b9522..6acd7f64 100644 --- a/src/tendisplus/replication/spov.cpp +++ b/src/tendisplus/replication/spov.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/script/lua_state.cpp b/src/tendisplus/script/lua_state.cpp index 7ef5c3e3..2f1103ed 100644 --- a/src/tendisplus/script/lua_state.cpp +++ b/src/tendisplus/script/lua_state.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/script/lua_state.h b/src/tendisplus/script/lua_state.h index 0b86de38..0976e0e8 100644 --- a/src/tendisplus/script/lua_state.h +++ b/src/tendisplus/script/lua_state.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/script/rand.cpp b/src/tendisplus/script/rand.cpp index 259d2995..c08c9312 100644 --- a/src/tendisplus/script/rand.cpp +++ b/src/tendisplus/script/rand.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/script/rand.h b/src/tendisplus/script/rand.h index 16ca8c7e..ff7a0452 100644 --- a/src/tendisplus/script/rand.h +++ b/src/tendisplus/script/rand.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/script/script_manager.cpp b/src/tendisplus/script/script_manager.cpp index 10bc317e..127ade78 100644 --- a/src/tendisplus/script/script_manager.cpp +++ b/src/tendisplus/script/script_manager.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/script/script_manager.h b/src/tendisplus/script/script_manager.h index 56a49325..a3960960 100644 --- a/src/tendisplus/script/script_manager.h +++ b/src/tendisplus/script/script_manager.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/script/script_test.cpp b/src/tendisplus/script/script_test.cpp index 3d10a500..374d3f79 100644 --- a/src/tendisplus/script/script_test.cpp +++ b/src/tendisplus/script/script_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/script/sha1.c b/src/tendisplus/script/sha1.c index 359f15aa..83093f14 100644 --- a/src/tendisplus/script/sha1.c +++ b/src/tendisplus/script/sha1.c @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/script/sha1.h b/src/tendisplus/script/sha1.h index c316d021..477e0e5e 100644 --- a/src/tendisplus/script/sha1.h +++ b/src/tendisplus/script/sha1.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/server/db_stress.cpp b/src/tendisplus/server/db_stress.cpp index 79681082..549da4ac 100644 --- a/src/tendisplus/server/db_stress.cpp +++ b/src/tendisplus/server/db_stress.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/server/index_manager.cpp b/src/tendisplus/server/index_manager.cpp index 8530b715..da052fb8 100644 --- a/src/tendisplus/server/index_manager.cpp +++ b/src/tendisplus/server/index_manager.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/server/index_manager.h b/src/tendisplus/server/index_manager.h index 85c7af30..9773be5a 100644 --- a/src/tendisplus/server/index_manager.h +++ b/src/tendisplus/server/index_manager.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/server/index_manager_test.cpp b/src/tendisplus/server/index_manager_test.cpp index 374c1eea..2d0a858b 100644 --- a/src/tendisplus/server/index_manager_test.cpp +++ b/src/tendisplus/server/index_manager_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/server/latency_monitor.cpp b/src/tendisplus/server/latency_monitor.cpp index c456011d..3f844cc3 100644 --- a/src/tendisplus/server/latency_monitor.cpp +++ b/src/tendisplus/server/latency_monitor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/server/latency_monitor.h b/src/tendisplus/server/latency_monitor.h index ff26efe3..533a539b 100644 --- a/src/tendisplus/server/latency_monitor.h +++ b/src/tendisplus/server/latency_monitor.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/server/main.cpp b/src/tendisplus/server/main.cpp index bbf04df3..4805c497 100644 --- a/src/tendisplus/server/main.cpp +++ b/src/tendisplus/server/main.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/server/repl_test.cpp b/src/tendisplus/server/repl_test.cpp index 76ec5fa4..5e74da38 100644 --- a/src/tendisplus/server/repl_test.cpp +++ b/src/tendisplus/server/repl_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/server/restore_test.cpp b/src/tendisplus/server/restore_test.cpp index b9db9855..e39bd514 100644 --- a/src/tendisplus/server/restore_test.cpp +++ b/src/tendisplus/server/restore_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/server/segment_manager.cpp b/src/tendisplus/server/segment_manager.cpp index b4af29cd..02f04ca3 100644 --- a/src/tendisplus/server/segment_manager.cpp +++ b/src/tendisplus/server/segment_manager.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/server/segment_manager.h b/src/tendisplus/server/segment_manager.h index 76ab4243..f14802b2 100644 --- a/src/tendisplus/server/segment_manager.h +++ b/src/tendisplus/server/segment_manager.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/server/server_entry.cpp b/src/tendisplus/server/server_entry.cpp index f3b02ca6..b8dab0a8 100644 --- a/src/tendisplus/server/server_entry.cpp +++ b/src/tendisplus/server/server_entry.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/server/server_entry.h b/src/tendisplus/server/server_entry.h index cc9498a6..8f9d7fb2 100644 --- a/src/tendisplus/server/server_entry.h +++ b/src/tendisplus/server/server_entry.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/server/server_params.cpp b/src/tendisplus/server/server_params.cpp index 9816636b..ab5051ce 100644 --- a/src/tendisplus/server/server_params.cpp +++ b/src/tendisplus/server/server_params.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/server/server_params.h b/src/tendisplus/server/server_params.h index 66c01db8..44767154 100644 --- a/src/tendisplus/server/server_params.h +++ b/src/tendisplus/server/server_params.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/server/server_params_test.cpp b/src/tendisplus/server/server_params_test.cpp index 6ed3c228..5d75b834 100644 --- a/src/tendisplus/server/server_params_test.cpp +++ b/src/tendisplus/server/server_params_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/server/session.cpp b/src/tendisplus/server/session.cpp index 3217d779..4f6ecdb8 100644 --- a/src/tendisplus/server/session.cpp +++ b/src/tendisplus/server/session.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/server/session.h b/src/tendisplus/server/session.h index ecc1c9b3..c4d26bc6 100644 --- a/src/tendisplus/server/session.h +++ b/src/tendisplus/server/session.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/storage/catalog.cpp b/src/tendisplus/storage/catalog.cpp index 20eb1ef0..50a5b7d2 100644 --- a/src/tendisplus/storage/catalog.cpp +++ b/src/tendisplus/storage/catalog.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/storage/catalog.h b/src/tendisplus/storage/catalog.h index 71c78efa..d6ad12b6 100644 --- a/src/tendisplus/storage/catalog.h +++ b/src/tendisplus/storage/catalog.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/storage/kvstore.cpp b/src/tendisplus/storage/kvstore.cpp index 32782ac4..e3203a57 100644 --- a/src/tendisplus/storage/kvstore.cpp +++ b/src/tendisplus/storage/kvstore.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/storage/kvstore.h b/src/tendisplus/storage/kvstore.h index 1b4208a9..b5a39d24 100644 --- a/src/tendisplus/storage/kvstore.h +++ b/src/tendisplus/storage/kvstore.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/storage/pessimistic.cpp b/src/tendisplus/storage/pessimistic.cpp index 859a227b..888e5df2 100644 --- a/src/tendisplus/storage/pessimistic.cpp +++ b/src/tendisplus/storage/pessimistic.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/storage/pessimistic.h b/src/tendisplus/storage/pessimistic.h index cd59060b..b5592f01 100644 --- a/src/tendisplus/storage/pessimistic.h +++ b/src/tendisplus/storage/pessimistic.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/storage/record.cpp b/src/tendisplus/storage/record.cpp index 64c6ebdd..c91a33bd 100644 --- a/src/tendisplus/storage/record.cpp +++ b/src/tendisplus/storage/record.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/storage/record.h b/src/tendisplus/storage/record.h index 222cf476..f4c6eed1 100644 --- a/src/tendisplus/storage/record.h +++ b/src/tendisplus/storage/record.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/storage/record_test.cpp b/src/tendisplus/storage/record_test.cpp index 0ecd8f0e..d0e30a53 100644 --- a/src/tendisplus/storage/record_test.cpp +++ b/src/tendisplus/storage/record_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/storage/repllog.cpp b/src/tendisplus/storage/repllog.cpp index fb898beb..a9799d13 100644 --- a/src/tendisplus/storage/repllog.cpp +++ b/src/tendisplus/storage/repllog.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/storage/rocks/rocks_kvstore.cpp b/src/tendisplus/storage/rocks/rocks_kvstore.cpp index 4020d591..fa086b94 100644 --- a/src/tendisplus/storage/rocks/rocks_kvstore.cpp +++ b/src/tendisplus/storage/rocks/rocks_kvstore.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/storage/rocks/rocks_kvstore.h b/src/tendisplus/storage/rocks/rocks_kvstore.h index 0b1193cf..0f55aa14 100644 --- a/src/tendisplus/storage/rocks/rocks_kvstore.h +++ b/src/tendisplus/storage/rocks/rocks_kvstore.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/storage/rocks/rocks_kvstore_test.cpp b/src/tendisplus/storage/rocks/rocks_kvstore_test.cpp index 551d6ba7..7ead24f4 100644 --- a/src/tendisplus/storage/rocks/rocks_kvstore_test.cpp +++ b/src/tendisplus/storage/rocks/rocks_kvstore_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/storage/rocks/rocks_kvttlcompactfilter.cpp b/src/tendisplus/storage/rocks/rocks_kvttlcompactfilter.cpp index c2f85384..8f5c0fe3 100644 --- a/src/tendisplus/storage/rocks/rocks_kvttlcompactfilter.cpp +++ b/src/tendisplus/storage/rocks/rocks_kvttlcompactfilter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/storage/rocks/rocks_kvttlcompactfilter.h b/src/tendisplus/storage/rocks/rocks_kvttlcompactfilter.h index c9b9f601..e3306855 100644 --- a/src/tendisplus/storage/rocks/rocks_kvttlcompactfilter.h +++ b/src/tendisplus/storage/rocks/rocks_kvttlcompactfilter.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/storage/skiplist.cpp b/src/tendisplus/storage/skiplist.cpp index 98b83d14..fc826555 100644 --- a/src/tendisplus/storage/skiplist.cpp +++ b/src/tendisplus/storage/skiplist.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/storage/skiplist.h b/src/tendisplus/storage/skiplist.h index 0f5410ce..67d9cd84 100644 --- a/src/tendisplus/storage/skiplist.h +++ b/src/tendisplus/storage/skiplist.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/storage/skiplist_test.cpp b/src/tendisplus/storage/skiplist_test.cpp index f348a9c7..cacca234 100644 --- a/src/tendisplus/storage/skiplist_test.cpp +++ b/src/tendisplus/storage/skiplist_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/storage/varint.cpp b/src/tendisplus/storage/varint.cpp index 788d6b0d..541c5a41 100644 --- a/src/tendisplus/storage/varint.cpp +++ b/src/tendisplus/storage/varint.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/storage/varint.h b/src/tendisplus/storage/varint.h index ecea977d..69f7c109 100644 --- a/src/tendisplus/storage/varint.h +++ b/src/tendisplus/storage/varint.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/storage/varint_test.cpp b/src/tendisplus/storage/varint_test.cpp index 29a357d5..8b98db2a 100644 --- a/src/tendisplus/storage/varint_test.cpp +++ b/src/tendisplus/storage/varint_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/tools/ldb_tendis.cpp b/src/tendisplus/tools/ldb_tendis.cpp index 5b87fdfe..2374ee55 100644 --- a/src/tendisplus/tools/ldb_tendis.cpp +++ b/src/tendisplus/tools/ldb_tendis.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/atomic_utility.h b/src/tendisplus/utils/atomic_utility.h index 2573df54..96c02a61 100644 --- a/src/tendisplus/utils/atomic_utility.h +++ b/src/tendisplus/utils/atomic_utility.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/atomic_utility_test.cpp b/src/tendisplus/utils/atomic_utility_test.cpp index b96af74f..f306107a 100644 --- a/src/tendisplus/utils/atomic_utility_test.cpp +++ b/src/tendisplus/utils/atomic_utility_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/base64.cpp b/src/tendisplus/utils/base64.cpp index 786f8e4d..d4fad3c4 100644 --- a/src/tendisplus/utils/base64.cpp +++ b/src/tendisplus/utils/base64.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/base64.h b/src/tendisplus/utils/base64.h index abae6f0e..7c329774 100644 --- a/src/tendisplus/utils/base64.h +++ b/src/tendisplus/utils/base64.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/cursor_map.cpp b/src/tendisplus/utils/cursor_map.cpp index efcaeb3c..31191e16 100644 --- a/src/tendisplus/utils/cursor_map.cpp +++ b/src/tendisplus/utils/cursor_map.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/cursor_map.h b/src/tendisplus/utils/cursor_map.h index 301c1713..7d0e4969 100644 --- a/src/tendisplus/utils/cursor_map.h +++ b/src/tendisplus/utils/cursor_map.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/dummy.cpp b/src/tendisplus/utils/dummy.cpp index 75a23ab3..0f210223 100644 --- a/src/tendisplus/utils/dummy.cpp +++ b/src/tendisplus/utils/dummy.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/file.cpp b/src/tendisplus/utils/file.cpp index 2151d329..907ad839 100644 --- a/src/tendisplus/utils/file.cpp +++ b/src/tendisplus/utils/file.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/file.h b/src/tendisplus/utils/file.h index 3d445ae2..6147fcf3 100644 --- a/src/tendisplus/utils/file.h +++ b/src/tendisplus/utils/file.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/hyperloglog.cpp b/src/tendisplus/utils/hyperloglog.cpp index be3a9343..ae854f8a 100644 --- a/src/tendisplus/utils/hyperloglog.cpp +++ b/src/tendisplus/utils/hyperloglog.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/invariant.h b/src/tendisplus/utils/invariant.h index 7ddc5556..d6d37443 100644 --- a/src/tendisplus/utils/invariant.h +++ b/src/tendisplus/utils/invariant.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/lzf.h b/src/tendisplus/utils/lzf.h index a838db92..afcb8b25 100644 --- a/src/tendisplus/utils/lzf.h +++ b/src/tendisplus/utils/lzf.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/lzfP.h b/src/tendisplus/utils/lzfP.h index c09c7ec3..70f0016d 100644 --- a/src/tendisplus/utils/lzfP.h +++ b/src/tendisplus/utils/lzfP.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/lzf_d.cpp b/src/tendisplus/utils/lzf_d.cpp index 9bace55c..c411ed46 100644 --- a/src/tendisplus/utils/lzf_d.cpp +++ b/src/tendisplus/utils/lzf_d.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/param_manager.cpp b/src/tendisplus/utils/param_manager.cpp index ec19060b..3f546d07 100644 --- a/src/tendisplus/utils/param_manager.cpp +++ b/src/tendisplus/utils/param_manager.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/param_manager.h b/src/tendisplus/utils/param_manager.h index cb344e1d..7b308331 100644 --- a/src/tendisplus/utils/param_manager.h +++ b/src/tendisplus/utils/param_manager.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/rate_limiter.h b/src/tendisplus/utils/rate_limiter.h index ecf1de2f..5cf2d1b6 100644 --- a/src/tendisplus/utils/rate_limiter.h +++ b/src/tendisplus/utils/rate_limiter.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/redis_port.cpp b/src/tendisplus/utils/redis_port.cpp index 4534fb2b..51872495 100644 --- a/src/tendisplus/utils/redis_port.cpp +++ b/src/tendisplus/utils/redis_port.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/redis_port.h b/src/tendisplus/utils/redis_port.h index d424fbdd..e307e7c9 100644 --- a/src/tendisplus/utils/redis_port.h +++ b/src/tendisplus/utils/redis_port.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/scopeguard.h b/src/tendisplus/utils/scopeguard.h index bea83c2e..6f3f4757 100644 --- a/src/tendisplus/utils/scopeguard.h +++ b/src/tendisplus/utils/scopeguard.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/status.cpp b/src/tendisplus/utils/status.cpp index 9c0bb247..0a2c7170 100644 --- a/src/tendisplus/utils/status.cpp +++ b/src/tendisplus/utils/status.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/status.h b/src/tendisplus/utils/status.h index eb085d79..d172411c 100644 --- a/src/tendisplus/utils/status.h +++ b/src/tendisplus/utils/status.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/status_test.cpp b/src/tendisplus/utils/status_test.cpp index 846be60a..0e5fe168 100644 --- a/src/tendisplus/utils/status_test.cpp +++ b/src/tendisplus/utils/status_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/string.cpp b/src/tendisplus/utils/string.cpp index ff1b06e5..2835c8e2 100644 --- a/src/tendisplus/utils/string.cpp +++ b/src/tendisplus/utils/string.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/string.h b/src/tendisplus/utils/string.h index 9a71d194..b666c997 100644 --- a/src/tendisplus/utils/string.h +++ b/src/tendisplus/utils/string.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/sync_point.cpp b/src/tendisplus/utils/sync_point.cpp index f69dc673..3175e50e 100644 --- a/src/tendisplus/utils/sync_point.cpp +++ b/src/tendisplus/utils/sync_point.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/sync_point.h b/src/tendisplus/utils/sync_point.h index 8f57d737..c87bcb71 100644 --- a/src/tendisplus/utils/sync_point.h +++ b/src/tendisplus/utils/sync_point.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/test_util.cpp b/src/tendisplus/utils/test_util.cpp index 67f29cdd..244b2f1e 100644 --- a/src/tendisplus/utils/test_util.cpp +++ b/src/tendisplus/utils/test_util.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/test_util.h b/src/tendisplus/utils/test_util.h index 297cded0..ca31a07f 100644 --- a/src/tendisplus/utils/test_util.h +++ b/src/tendisplus/utils/test_util.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/time.cpp b/src/tendisplus/utils/time.cpp index a1f27c2c..a5f930e7 100644 --- a/src/tendisplus/utils/time.cpp +++ b/src/tendisplus/utils/time.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/time.h b/src/tendisplus/utils/time.h index 6aaf92e7..67632022 100644 --- a/src/tendisplus/utils/time.h +++ b/src/tendisplus/utils/time.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/time_record.h b/src/tendisplus/utils/time_record.h index 31275c1c..dc468110 100644 --- a/src/tendisplus/utils/time_record.h +++ b/src/tendisplus/utils/time_record.h @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/unistd.cpp b/src/tendisplus/utils/unistd.cpp index 0f048f37..dd9a5754 100644 --- a/src/tendisplus/utils/unistd.cpp +++ b/src/tendisplus/utils/unistd.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/tendisplus/utils/utils_common_test.cpp b/src/tendisplus/utils/utils_common_test.cpp index 45c0b6d1..b49a0ce9 100644 --- a/src/tendisplus/utils/utils_common_test.cpp +++ b/src/tendisplus/utils/utils_common_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2020 Tencent. All rights reserved. // Please refer to the license text that comes with this tendis open source // project for additional information. diff --git a/src/thirdparty/patch/0002-add-latency-statistic-log.patch b/src/thirdparty/patch/0002-add-latency-statistic-log.patch index 48c56d5e..2ea36769 100644 --- a/src/thirdparty/patch/0002-add-latency-statistic-log.patch +++ b/src/thirdparty/patch/0002-add-latency-statistic-log.patch @@ -248,7 +248,7 @@ index 000000000..be880a2e2 --- /dev/null +++ b/env/tendis_extension.cc @@ -0,0 +1,30 @@ -+// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. ++// Copyright (C) 2020 Tencent. All rights reserved. +// Please refer to the license text that comes with this tendis open source +// project for additional information. + @@ -284,7 +284,7 @@ index 000000000..7f43abcee --- /dev/null +++ b/include/rocksdb/tendis_extension.h @@ -0,0 +1,85 @@ -+// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. ++// Copyright (C) 2020 Tencent. All rights reserved. +// Please refer to the license text that comes with this tendis open source +// project for additional information. +