From 476d3d800d85a822d78b26d6fe0294548be85b95 Mon Sep 17 00:00:00 2001 From: Olivia110120 Date: Thu, 15 Aug 2024 11:26:15 +0800 Subject: [PATCH] fix comment (#418) --- CMakeLists.txt | 2 +- LICENSE.md | 2 +- cmake/braft.cmake | 2 +- cmake/brpc.cmake | 2 +- cmake/findTools.cmake | 2 +- cmake/fmt.cmake | 2 +- cmake/gflags.cmake | 2 +- cmake/gtest.cmake | 2 +- cmake/leveldb.cmake | 2 +- cmake/llhttp.cmake | 2 +- cmake/lz4.cmake | 2 +- cmake/openssl.cmake | 2 +- cmake/protobuf.cmake | 2 +- cmake/rocksdb.cmake | 2 +- cmake/snappy.cmake | 2 +- cmake/spdlog.cmake | 2 +- cmake/zlib.cmake | 2 +- cmake/zstd.cmake | 2 +- src/CMakeLists.txt | 2 +- src/base_cmd.cc | 2 +- src/base_cmd.h | 2 +- src/client.cc | 2 +- src/client.h | 2 +- src/cmd_admin.cc | 2 +- src/cmd_admin.h | 2 +- src/cmd_hash.cc | 2 +- src/cmd_hash.h | 2 +- src/cmd_keys.cc | 2 +- src/cmd_keys.h | 2 +- src/cmd_kv.cc | 2 +- src/cmd_kv.h | 2 +- src/cmd_list.cc | 2 +- src/cmd_list.h | 2 +- src/cmd_raft.cc | 2 +- src/cmd_raft.h | 2 +- src/cmd_set.cc | 2 +- src/cmd_set.h | 2 +- src/cmd_table_manager.cc | 2 +- src/cmd_table_manager.h | 2 +- src/cmd_thread_pool.cc | 2 +- src/cmd_thread_pool.h | 2 +- src/cmd_thread_pool_worker.cc | 2 +- src/cmd_thread_pool_worker.h | 2 +- src/cmd_zset.cc | 2 +- src/cmd_zset.h | 2 +- src/common.cc | 2 +- src/common.h | 2 +- src/config.cc | 2 +- src/config.h | 2 +- src/config_parser.cc | 2 +- src/config_parser.h | 2 +- src/db.cc | 2 +- src/db.h | 2 +- src/helper.cc | 2 +- src/helper.h | 2 +- src/multi.cc | 2 +- src/multi.h | 2 +- src/net/CMakeLists.txt | 2 +- src/net/base_event.h | 2 +- src/net/base_socket.cc | 2 +- src/net/base_socket.h | 2 +- src/net/callback_function.h | 2 +- src/net/client_socket.cc | 2 +- src/net/client_socket.h | 2 +- src/net/config.h | 2 +- src/net/epoll_event.cc | 2 +- src/net/epoll_event.h | 2 +- src/net/event_server.cc | 2 +- src/net/event_server.h | 2 +- src/net/io_thread.cc | 2 +- src/net/io_thread.h | 2 +- src/net/kqueue_event.cc | 2 +- src/net/kqueue_event.h | 2 +- src/net/listen_socket.cc | 2 +- src/net/listen_socket.h | 2 +- src/net/net_event.h | 2 +- src/net/socket_addr.h | 2 +- src/net/stream_socket.cc | 2 +- src/net/stream_socket.h | 2 +- src/net/thread_manager.h | 2 +- src/net/timer.cc | 2 +- src/net/timer.h | 2 +- src/net/timer_task.h | 2 +- src/pikiwidb.cc | 2 +- src/pikiwidb.h | 2 +- src/pikiwidb_logo.h | 2 +- src/praft/CMakeLists.txt | 2 +- src/praft/praft.cc | 2 +- src/praft/praft.h | 2 +- src/praft/praft_service.h | 2 +- src/praft/psnapshot.cc | 2 +- src/praft/psnapshot.h | 2 +- src/proto_parser.cc | 2 +- src/proto_parser.h | 2 +- src/pstd/CMakeLists.txt | 2 +- src/pstd/env.cc | 2 +- src/pstd/env.h | 2 +- src/pstd/lock_mgr.cc | 2 +- src/pstd/lock_mgr.h | 2 +- src/pstd/log.h | 2 +- src/pstd/memory_file.cc | 2 +- src/pstd/memory_file.h | 2 +- src/pstd/mutex.h | 2 +- src/pstd/mutex_impl.cc | 2 +- src/pstd/mutex_impl.h | 2 +- src/pstd/noncopyable.h | 2 +- src/pstd/pikiwidb_slot.h | 2 +- src/pstd/pstd_defer.h | 2 +- src/pstd/pstd_hash.cc | 2 +- src/pstd/pstd_hash.h | 2 +- src/pstd/pstd_mutex.h | 2 +- src/pstd/pstd_slice.h | 2 +- src/pstd/pstd_status.h | 2 +- src/pstd/pstd_string.cc | 2 +- src/pstd/pstd_string.h | 2 +- src/pstd/pstd_util.cc | 2 +- src/pstd/pstd_util.h | 2 +- src/pstd/scope_record_lock.cc | 2 +- src/pstd/scope_record_lock.h | 2 +- src/pstd/tests/CMakeLists.txt | 2 +- src/pstd/tests/pstd_string_test.cc | 2 +- src/pstd/tests/pstd_util_test.cc | 2 +- src/pstd/thread_pool.cc | 2 +- src/pstd/thread_pool.h | 2 +- src/pubsub.cc | 2 +- src/pubsub.h | 2 +- src/replication.cc | 2 +- src/replication.h | 2 +- src/server_command.cc | 2 +- src/slow_log.cc | 2 +- src/slow_log.h | 2 +- src/storage/CMakeLists.txt | 2 +- src/storage/include/storage/build_version.h | 2 +- src/storage/include/storage/slot_indexer.h | 2 +- src/storage/include/storage/storage.h | 2 +- src/storage/include/storage/version.h | 2 +- src/storage/src/base_data_key_format.h | 2 +- src/storage/src/base_data_value_format.h | 2 +- src/storage/src/base_filter.h | 2 +- src/storage/src/base_key_format.h | 2 +- src/storage/src/base_meta_value_format.h | 2 +- src/storage/src/base_value_format.h | 2 +- src/storage/src/batch.h | 2 +- src/storage/src/build_version.cc.in | 2 +- src/storage/src/coding.h | 2 +- src/storage/src/custom_comparator.h | 2 +- src/storage/src/debug.h | 2 +- src/storage/src/lists_data_key_format.h | 2 +- src/storage/src/lists_filter.h | 2 +- src/storage/src/lists_meta_value_format.h | 2 +- src/storage/src/lock_mgr.h | 2 +- src/storage/src/log_index.cc | 2 +- src/storage/src/log_index.h | 2 +- src/storage/src/lru_cache.h | 2 +- src/storage/src/murmurhash.cc | 2 +- src/storage/src/murmurhash.h | 2 +- src/storage/src/mutex.h | 2 +- src/storage/src/mutex_impl.h | 2 +- src/storage/src/options_helper.cc | 2 +- src/storage/src/options_helper.h | 2 +- src/storage/src/redis.cc | 2 +- src/storage/src/redis.h | 2 +- src/storage/src/redis_hashes.cc | 2 +- src/storage/src/redis_hyperloglog.cc | 2 +- src/storage/src/redis_hyperloglog.h | 2 +- src/storage/src/redis_lists.cc | 2 +- src/storage/src/redis_sets.cc | 2 +- src/storage/src/redis_strings.cc | 2 +- src/storage/src/redis_zsets.cc | 2 +- src/storage/src/scope_record_lock.h | 2 +- src/storage/src/scope_snapshot.h | 2 +- src/storage/src/storage.cc | 2 +- src/storage/src/strings_filter.h | 2 +- src/storage/src/strings_value_format.h | 2 +- src/storage/src/type_iterator.h | 2 +- src/storage/src/util.cc | 2 +- src/storage/src/zsets_data_key_format.h | 2 +- src/storage/src/zsets_filter.h | 2 +- src/storage/tests/CMakeLists.txt | 2 +- src/storage/tests/custom_comparator_test.cc | 2 +- src/storage/tests/flush_oldest_cf_test.cc | 2 +- src/storage/tests/hashes_filter_test.cc | 2 +- src/storage/tests/hashes_test.cc | 2 +- src/storage/tests/keys_test.cc | 2 +- src/storage/tests/kv_format_test.cc | 2 +- src/storage/tests/lists_filter_test.cc | 2 +- src/storage/tests/lists_test.cc | 2 +- src/storage/tests/lock_mgr_test.cc | 2 +- src/storage/tests/log_index_collector_test.cc | 2 +- src/storage/tests/log_index_test.cc | 2 +- src/storage/tests/lru_cache_test.cc | 2 +- src/storage/tests/options_test.cc | 2 +- src/storage/tests/sets_test.cc | 2 +- src/storage/tests/strings_filter_test.cc | 2 +- src/storage/tests/strings_test.cc | 2 +- src/storage/tests/zsets_test.cc | 2 +- src/store.cc | 2 +- src/store.h | 2 +- src/unbounded_buffer.cc | 2 +- src/unbounded_buffer.h | 2 +- tests/admin_test.go | 2 +- tests/consistency_test.go | 2 +- tests/hash_test.go | 2 +- tests/key_test.go | 2 +- tests/list_test.go | 2 +- tests/pikiwidb_suite_test.go | 2 +- tests/set_test.go | 2 +- tests/string_test.go | 2 +- tests/util/pikiwidb.go | 2 +- tests/zset_test.go | 2 +- 210 files changed, 210 insertions(+), 210 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 47d5cef2f..f601d924a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. +# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. diff --git a/LICENSE.md b/LICENSE.md index cf245fbc0..fe3ece01a 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2015-2023, Qihoo360 +Copyright (c) 2015-2023, OpenAtom Foundation All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cmake/braft.cmake b/cmake/braft.cmake index 649814334..e490949cb 100644 --- a/cmake/braft.cmake +++ b/cmake/braft.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. +# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. diff --git a/cmake/brpc.cmake b/cmake/brpc.cmake index a55599132..43433212e 100644 --- a/cmake/brpc.cmake +++ b/cmake/brpc.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. +# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. diff --git a/cmake/findTools.cmake b/cmake/findTools.cmake index 15c992000..42336338f 100644 --- a/cmake/findTools.cmake +++ b/cmake/findTools.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. +# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. diff --git a/cmake/fmt.cmake b/cmake/fmt.cmake index f76ef15a8..8900bd66b 100644 --- a/cmake/fmt.cmake +++ b/cmake/fmt.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. +# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. diff --git a/cmake/gflags.cmake b/cmake/gflags.cmake index f1f8c8d8c..0b8b75fe0 100644 --- a/cmake/gflags.cmake +++ b/cmake/gflags.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. +# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. diff --git a/cmake/gtest.cmake b/cmake/gtest.cmake index 3b27ea1bb..94061139d 100644 --- a/cmake/gtest.cmake +++ b/cmake/gtest.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. +# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. diff --git a/cmake/leveldb.cmake b/cmake/leveldb.cmake index 95b1e2a3c..ad7001ce2 100644 --- a/cmake/leveldb.cmake +++ b/cmake/leveldb.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. +# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. diff --git a/cmake/llhttp.cmake b/cmake/llhttp.cmake index 288ecc52c..7ccf4286e 100644 --- a/cmake/llhttp.cmake +++ b/cmake/llhttp.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. +# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. diff --git a/cmake/lz4.cmake b/cmake/lz4.cmake index cdb8f3515..f24ce886f 100644 --- a/cmake/lz4.cmake +++ b/cmake/lz4.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. +# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. diff --git a/cmake/openssl.cmake b/cmake/openssl.cmake index 43ffc192b..60bbe9987 100644 --- a/cmake/openssl.cmake +++ b/cmake/openssl.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. +# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. diff --git a/cmake/protobuf.cmake b/cmake/protobuf.cmake index 54d0faea8..15455dff6 100644 --- a/cmake/protobuf.cmake +++ b/cmake/protobuf.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. +# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake index aa5571776..43b4924b1 100644 --- a/cmake/rocksdb.cmake +++ b/cmake/rocksdb.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. +# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. diff --git a/cmake/snappy.cmake b/cmake/snappy.cmake index a39193612..21abccd09 100644 --- a/cmake/snappy.cmake +++ b/cmake/snappy.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2024-present, Qihoo, Inc. All rights reserved. +# Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. diff --git a/cmake/spdlog.cmake b/cmake/spdlog.cmake index 9b986a76b..f1d6c8648 100644 --- a/cmake/spdlog.cmake +++ b/cmake/spdlog.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. +# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. diff --git a/cmake/zlib.cmake b/cmake/zlib.cmake index 5d0551073..8aa92d1cc 100644 --- a/cmake/zlib.cmake +++ b/cmake/zlib.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. +# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. diff --git a/cmake/zstd.cmake b/cmake/zstd.cmake index 4b87de4e3..7a3b7ad7e 100644 --- a/cmake/zstd.cmake +++ b/cmake/zstd.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. +# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a2ae9ba5f..9e066544e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. +# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/base_cmd.cc b/src/base_cmd.cc index 601cff75e..88a942b3a 100644 --- a/src/base_cmd.cc +++ b/src/base_cmd.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/base_cmd.h b/src/base_cmd.h index 470052ccc..a77fbcbc1 100644 --- a/src/base_cmd.h +++ b/src/base_cmd.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/client.cc b/src/client.cc index 248a1cd2f..890ec6164 100644 --- a/src/client.cc +++ b/src/client.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/client.h b/src/client.h index 1365a1db3..6cbcb7c8d 100644 --- a/src/client.h +++ b/src/client.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/cmd_admin.cc b/src/cmd_admin.cc index 8f601deb8..0964bd821 100644 --- a/src/cmd_admin.cc +++ b/src/cmd_admin.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/cmd_admin.h b/src/cmd_admin.h index 7c6eaa610..3c846d19e 100644 --- a/src/cmd_admin.h +++ b/src/cmd_admin.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/cmd_hash.cc b/src/cmd_hash.cc index 1104d9881..b38ef0b41 100644 --- a/src/cmd_hash.cc +++ b/src/cmd_hash.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/cmd_hash.h b/src/cmd_hash.h index fa79a9cd6..a664208dd 100644 --- a/src/cmd_hash.h +++ b/src/cmd_hash.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/cmd_keys.cc b/src/cmd_keys.cc index 9555fa67a..d30cb5c87 100644 --- a/src/cmd_keys.cc +++ b/src/cmd_keys.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/cmd_keys.h b/src/cmd_keys.h index f9d1bb793..0614ae80c 100644 --- a/src/cmd_keys.h +++ b/src/cmd_keys.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/cmd_kv.cc b/src/cmd_kv.cc index 67b1a715c..726bbb19e 100644 --- a/src/cmd_kv.cc +++ b/src/cmd_kv.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/cmd_kv.h b/src/cmd_kv.h index db4fb0bff..dd5e1f4e8 100644 --- a/src/cmd_kv.h +++ b/src/cmd_kv.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/cmd_list.cc b/src/cmd_list.cc index c7c92abf3..2dab9f304 100644 --- a/src/cmd_list.cc +++ b/src/cmd_list.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/cmd_list.h b/src/cmd_list.h index 0fa7c220b..bf4d299c0 100644 --- a/src/cmd_list.h +++ b/src/cmd_list.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/cmd_raft.cc b/src/cmd_raft.cc index 0d7b9d731..dc5d5c378 100644 --- a/src/cmd_raft.cc +++ b/src/cmd_raft.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/cmd_raft.h b/src/cmd_raft.h index 6a4c1f869..e9d04c33b 100644 --- a/src/cmd_raft.h +++ b/src/cmd_raft.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/cmd_set.cc b/src/cmd_set.cc index 896e44806..e1e5a9b26 100644 --- a/src/cmd_set.cc +++ b/src/cmd_set.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/cmd_set.h b/src/cmd_set.h index 8f6253b19..446e553d1 100644 --- a/src/cmd_set.h +++ b/src/cmd_set.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/cmd_table_manager.cc b/src/cmd_table_manager.cc index 0b10a40c5..b9f398319 100644 --- a/src/cmd_table_manager.cc +++ b/src/cmd_table_manager.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/cmd_table_manager.h b/src/cmd_table_manager.h index 6b2a8ca4a..71b434a19 100644 --- a/src/cmd_table_manager.h +++ b/src/cmd_table_manager.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/cmd_thread_pool.cc b/src/cmd_thread_pool.cc index 03b44b7d4..afc1bb880 100644 --- a/src/cmd_thread_pool.cc +++ b/src/cmd_thread_pool.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/cmd_thread_pool.h b/src/cmd_thread_pool.h index 69013531b..33a42fda7 100644 --- a/src/cmd_thread_pool.h +++ b/src/cmd_thread_pool.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/cmd_thread_pool_worker.cc b/src/cmd_thread_pool_worker.cc index 0afdc16fe..7de20a520 100644 --- a/src/cmd_thread_pool_worker.cc +++ b/src/cmd_thread_pool_worker.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/cmd_thread_pool_worker.h b/src/cmd_thread_pool_worker.h index ecc9361da..659180ded 100644 --- a/src/cmd_thread_pool_worker.h +++ b/src/cmd_thread_pool_worker.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/cmd_zset.cc b/src/cmd_zset.cc index aa2c9db39..cd315921f 100644 --- a/src/cmd_zset.cc +++ b/src/cmd_zset.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/cmd_zset.h b/src/cmd_zset.h index b2b197b29..d1af08410 100644 --- a/src/cmd_zset.h +++ b/src/cmd_zset.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/common.cc b/src/common.cc index e8f72bb0e..1a15abcd9 100644 --- a/src/common.cc +++ b/src/common.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/common.h b/src/common.h index 32a956d57..cfc0a1a51 100644 --- a/src/common.h +++ b/src/common.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/config.cc b/src/config.cc index 96d2d8fe9..a66f69e43 100644 --- a/src/config.cc +++ b/src/config.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/config.h b/src/config.h index d033910df..4a7bf6e30 100644 --- a/src/config.h +++ b/src/config.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/config_parser.cc b/src/config_parser.cc index a73557a08..9b8aaf8a5 100644 --- a/src/config_parser.cc +++ b/src/config_parser.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/config_parser.h b/src/config_parser.h index e2e1e4e26..a8491e85c 100644 --- a/src/config_parser.h +++ b/src/config_parser.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/db.cc b/src/db.cc index eef54016c..bb4728c09 100644 --- a/src/db.cc +++ b/src/db.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/db.h b/src/db.h index c7508273e..89dbedf12 100644 --- a/src/db.h +++ b/src/db.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/helper.cc b/src/helper.cc index 26208515c..ef33e4124 100644 --- a/src/helper.cc +++ b/src/helper.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/helper.h b/src/helper.h index fa42e1198..0c05c37c6 100644 --- a/src/helper.h +++ b/src/helper.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/multi.cc b/src/multi.cc index de52f1798..d0d8a214e 100644 --- a/src/multi.cc +++ b/src/multi.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/multi.h b/src/multi.h index 8e3525303..f25423459 100644 --- a/src/multi.h +++ b/src/multi.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/net/CMakeLists.txt b/src/net/CMakeLists.txt index bfde5dcc5..08cc07b64 100644 --- a/src/net/CMakeLists.txt +++ b/src/net/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. +# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/net/base_event.h b/src/net/base_event.h index 210994301..32d82be1f 100644 --- a/src/net/base_event.h +++ b/src/net/base_event.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/net/base_socket.cc b/src/net/base_socket.cc index e42200306..651258ac2 100644 --- a/src/net/base_socket.cc +++ b/src/net/base_socket.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/net/base_socket.h b/src/net/base_socket.h index 97d2a2627..875ff3154 100644 --- a/src/net/base_socket.h +++ b/src/net/base_socket.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/net/callback_function.h b/src/net/callback_function.h index c88b9e314..57bf086a7 100644 --- a/src/net/callback_function.h +++ b/src/net/callback_function.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/net/client_socket.cc b/src/net/client_socket.cc index 93d19bcf8..e6c5d6ae5 100644 --- a/src/net/client_socket.cc +++ b/src/net/client_socket.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/net/client_socket.h b/src/net/client_socket.h index 51d9946f6..04916f9f8 100644 --- a/src/net/client_socket.h +++ b/src/net/client_socket.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/net/config.h b/src/net/config.h index 6432cb671..28f6da4f1 100644 --- a/src/net/config.h +++ b/src/net/config.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/net/epoll_event.cc b/src/net/epoll_event.cc index 60abb2f40..c35a90324 100644 --- a/src/net/epoll_event.cc +++ b/src/net/epoll_event.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/net/epoll_event.h b/src/net/epoll_event.h index ccbaaf45c..bc00c278c 100644 --- a/src/net/epoll_event.h +++ b/src/net/epoll_event.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/net/event_server.cc b/src/net/event_server.cc index 86bb3f940..40173c2bf 100644 --- a/src/net/event_server.cc +++ b/src/net/event_server.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/net/event_server.h b/src/net/event_server.h index bb7407fb9..6eafd18cf 100644 --- a/src/net/event_server.h +++ b/src/net/event_server.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/net/io_thread.cc b/src/net/io_thread.cc index d0f223ed2..67ab598b5 100644 --- a/src/net/io_thread.cc +++ b/src/net/io_thread.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/net/io_thread.h b/src/net/io_thread.h index 5a806fc76..0deaefcaf 100644 --- a/src/net/io_thread.h +++ b/src/net/io_thread.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/net/kqueue_event.cc b/src/net/kqueue_event.cc index d8d80b28b..467ed7465 100644 --- a/src/net/kqueue_event.cc +++ b/src/net/kqueue_event.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/net/kqueue_event.h b/src/net/kqueue_event.h index e22e2cffd..1658bd029 100644 --- a/src/net/kqueue_event.h +++ b/src/net/kqueue_event.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/net/listen_socket.cc b/src/net/listen_socket.cc index c11e764f8..954fb3ee4 100644 --- a/src/net/listen_socket.cc +++ b/src/net/listen_socket.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/net/listen_socket.h b/src/net/listen_socket.h index fe48c93c1..f9b7ad5d9 100644 --- a/src/net/listen_socket.h +++ b/src/net/listen_socket.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/net/net_event.h b/src/net/net_event.h index 63ec7ec56..83d0b7514 100644 --- a/src/net/net_event.h +++ b/src/net/net_event.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/net/socket_addr.h b/src/net/socket_addr.h index efafccf96..64ca10b95 100644 --- a/src/net/socket_addr.h +++ b/src/net/socket_addr.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/net/stream_socket.cc b/src/net/stream_socket.cc index d9556d3b5..ad25b7a40 100644 --- a/src/net/stream_socket.cc +++ b/src/net/stream_socket.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/net/stream_socket.h b/src/net/stream_socket.h index 487774fde..7ee945708 100644 --- a/src/net/stream_socket.h +++ b/src/net/stream_socket.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/net/thread_manager.h b/src/net/thread_manager.h index 7572c9aa1..a7c819eda 100644 --- a/src/net/thread_manager.h +++ b/src/net/thread_manager.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/net/timer.cc b/src/net/timer.cc index dbb4c869d..25cb5b5df 100644 --- a/src/net/timer.cc +++ b/src/net/timer.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/net/timer.h b/src/net/timer.h index 2f190e1c9..2a9d08622 100644 --- a/src/net/timer.h +++ b/src/net/timer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/net/timer_task.h b/src/net/timer_task.h index 45db67912..81023e386 100644 --- a/src/net/timer_task.h +++ b/src/net/timer_task.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pikiwidb.cc b/src/pikiwidb.cc index 1b26ca1c0..0880549ad 100644 --- a/src/pikiwidb.cc +++ b/src/pikiwidb.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pikiwidb.h b/src/pikiwidb.h index 3f354ee01..a9112ba21 100644 --- a/src/pikiwidb.h +++ b/src/pikiwidb.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pikiwidb_logo.h b/src/pikiwidb_logo.h index 7cc5e5688..8d42a9e79 100644 --- a/src/pikiwidb_logo.h +++ b/src/pikiwidb_logo.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/praft/CMakeLists.txt b/src/praft/CMakeLists.txt index 95ae8a01f..9e921c15a 100644 --- a/src/praft/CMakeLists.txt +++ b/src/praft/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024-present, Qihoo, Inc. All rights reserved. +# Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/praft/praft.cc b/src/praft/praft.cc index d7adb8e3a..f0653427a 100644 --- a/src/praft/praft.cc +++ b/src/praft/praft.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/praft/praft.h b/src/praft/praft.h index 0ebb5becc..1d2148af7 100644 --- a/src/praft/praft.h +++ b/src/praft/praft.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/praft/praft_service.h b/src/praft/praft_service.h index d7b655a21..db08c7b7b 100644 --- a/src/praft/praft_service.h +++ b/src/praft/praft_service.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/praft/psnapshot.cc b/src/praft/psnapshot.cc index 28fc99c06..17e389aca 100644 --- a/src/praft/psnapshot.cc +++ b/src/praft/psnapshot.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/praft/psnapshot.h b/src/praft/psnapshot.h index 3b544d53d..7aee35c58 100644 --- a/src/praft/psnapshot.h +++ b/src/praft/psnapshot.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/proto_parser.cc b/src/proto_parser.cc index 3b4f95219..f01677c69 100644 --- a/src/proto_parser.cc +++ b/src/proto_parser.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/proto_parser.h b/src/proto_parser.h index 19b0e8880..02f81989b 100644 --- a/src/proto_parser.h +++ b/src/proto_parser.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/CMakeLists.txt b/src/pstd/CMakeLists.txt index 77853f91a..122837421 100644 --- a/src/pstd/CMakeLists.txt +++ b/src/pstd/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. +# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/env.cc b/src/pstd/env.cc index 6c50cf435..fbf0b2fb8 100644 --- a/src/pstd/env.cc +++ b/src/pstd/env.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/env.h b/src/pstd/env.h index 12a94021b..135b64da6 100644 --- a/src/pstd/env.h +++ b/src/pstd/env.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/lock_mgr.cc b/src/pstd/lock_mgr.cc index 8b5816ecd..01c167815 100644 --- a/src/pstd/lock_mgr.cc +++ b/src/pstd/lock_mgr.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/lock_mgr.h b/src/pstd/lock_mgr.h index 59a30ef17..501471b03 100644 --- a/src/pstd/lock_mgr.h +++ b/src/pstd/lock_mgr.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/log.h b/src/pstd/log.h index 157fa1a0e..09d795d20 100644 --- a/src/pstd/log.h +++ b/src/pstd/log.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/memory_file.cc b/src/pstd/memory_file.cc index dae9f645b..0389433eb 100644 --- a/src/pstd/memory_file.cc +++ b/src/pstd/memory_file.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/memory_file.h b/src/pstd/memory_file.h index 893f3c753..ee45c95d2 100644 --- a/src/pstd/memory_file.h +++ b/src/pstd/memory_file.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/mutex.h b/src/pstd/mutex.h index 5e5af3168..ad3337b5a 100644 --- a/src/pstd/mutex.h +++ b/src/pstd/mutex.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/mutex_impl.cc b/src/pstd/mutex_impl.cc index ae6388d83..cfb18c919 100644 --- a/src/pstd/mutex_impl.cc +++ b/src/pstd/mutex_impl.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/mutex_impl.h b/src/pstd/mutex_impl.h index 4c2e2afb4..b111a873c 100644 --- a/src/pstd/mutex_impl.h +++ b/src/pstd/mutex_impl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/noncopyable.h b/src/pstd/noncopyable.h index 786bacec0..909877719 100644 --- a/src/pstd/noncopyable.h +++ b/src/pstd/noncopyable.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/pikiwidb_slot.h b/src/pstd/pikiwidb_slot.h index 09c615819..bbfda0ca6 100644 --- a/src/pstd/pikiwidb_slot.h +++ b/src/pstd/pikiwidb_slot.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/pstd_defer.h b/src/pstd/pstd_defer.h index 5876fc1a5..6ad287220 100644 --- a/src/pstd/pstd_defer.h +++ b/src/pstd/pstd_defer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/pstd_hash.cc b/src/pstd/pstd_hash.cc index 812b60370..c6aaa1848 100644 --- a/src/pstd/pstd_hash.cc +++ b/src/pstd/pstd_hash.cc @@ -66,7 +66,7 @@ documentation and/or software. */ -// Copyright (c) 2015-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2015-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/pstd_hash.h b/src/pstd/pstd_hash.h index 7c5ec55fb..a7be0ea37 100644 --- a/src/pstd/pstd_hash.h +++ b/src/pstd/pstd_hash.h @@ -67,7 +67,7 @@ documentation and/or software. */ -// Copyright (c) 2015-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2015-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/pstd_mutex.h b/src/pstd/pstd_mutex.h index b93fc4261..7513668e4 100644 --- a/src/pstd/pstd_mutex.h +++ b/src/pstd/pstd_mutex.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/pstd_slice.h b/src/pstd/pstd_slice.h index f487af359..cca3201ef 100644 --- a/src/pstd/pstd_slice.h +++ b/src/pstd/pstd_slice.h @@ -1,4 +1,4 @@ -// Copyright (c) 2015-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2015-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/pstd_status.h b/src/pstd/pstd_status.h index f0560c18c..cf929664a 100644 --- a/src/pstd/pstd_status.h +++ b/src/pstd/pstd_status.h @@ -1,4 +1,4 @@ -// Copyright (c) 2015-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2015-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/pstd_string.cc b/src/pstd/pstd_string.cc index ac9647579..31e07a7d7 100644 --- a/src/pstd/pstd_string.cc +++ b/src/pstd/pstd_string.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2015-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2015-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/pstd_string.h b/src/pstd/pstd_string.h index de139dfe3..87dde170a 100755 --- a/src/pstd/pstd_string.h +++ b/src/pstd/pstd_string.h @@ -1,4 +1,4 @@ -// Copyright (c) 2015-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2015-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/pstd_util.cc b/src/pstd/pstd_util.cc index e9458d01c..b566f9bef 100644 --- a/src/pstd/pstd_util.cc +++ b/src/pstd/pstd_util.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2015-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2015-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/pstd_util.h b/src/pstd/pstd_util.h index ce998aae0..43aee4e60 100644 --- a/src/pstd/pstd_util.h +++ b/src/pstd/pstd_util.h @@ -1,4 +1,4 @@ -// Copyright (c) 2015-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2015-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/scope_record_lock.cc b/src/pstd/scope_record_lock.cc index 13d541cc8..36cbe9016 100644 --- a/src/pstd/scope_record_lock.cc +++ b/src/pstd/scope_record_lock.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/scope_record_lock.h b/src/pstd/scope_record_lock.h index 49dbb87d2..03e64a718 100644 --- a/src/pstd/scope_record_lock.h +++ b/src/pstd/scope_record_lock.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/tests/CMakeLists.txt b/src/pstd/tests/CMakeLists.txt index e8a50d86b..52e80fe3a 100644 --- a/src/pstd/tests/CMakeLists.txt +++ b/src/pstd/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. +# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/tests/pstd_string_test.cc b/src/pstd/tests/pstd_string_test.cc index 4bf0d589e..4a8da64f5 100644 --- a/src/pstd/tests/pstd_string_test.cc +++ b/src/pstd/tests/pstd_string_test.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2015-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2015-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/tests/pstd_util_test.cc b/src/pstd/tests/pstd_util_test.cc index 83d67bb5c..5cb050949 100644 --- a/src/pstd/tests/pstd_util_test.cc +++ b/src/pstd/tests/pstd_util_test.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2015-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2015-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/thread_pool.cc b/src/pstd/thread_pool.cc index 72a30edd8..17ec1d6da 100644 --- a/src/pstd/thread_pool.cc +++ b/src/pstd/thread_pool.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pstd/thread_pool.h b/src/pstd/thread_pool.h index 331e47a37..a170270b3 100644 --- a/src/pstd/thread_pool.h +++ b/src/pstd/thread_pool.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pubsub.cc b/src/pubsub.cc index ad52e9c46..ab8bdba9d 100644 --- a/src/pubsub.cc +++ b/src/pubsub.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/pubsub.h b/src/pubsub.h index a9309c4fd..f2e97356d 100644 --- a/src/pubsub.h +++ b/src/pubsub.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/replication.cc b/src/replication.cc index 35f7edcbe..d0a34f71a 100644 --- a/src/replication.cc +++ b/src/replication.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/replication.h b/src/replication.h index 0f4b793cb..9e1e64328 100644 --- a/src/replication.h +++ b/src/replication.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/server_command.cc b/src/server_command.cc index e2b2c191f..a7b1df75d 100644 --- a/src/server_command.cc +++ b/src/server_command.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/slow_log.cc b/src/slow_log.cc index f576ebe71..0c251e281 100644 --- a/src/slow_log.cc +++ b/src/slow_log.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/slow_log.h b/src/slow_log.h index 255ee5666..a95327b01 100644 --- a/src/slow_log.h +++ b/src/slow_log.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/CMakeLists.txt b/src/storage/CMakeLists.txt index 7f727674a..f149db0bf 100644 --- a/src/storage/CMakeLists.txt +++ b/src/storage/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. +# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/include/storage/build_version.h b/src/storage/include/storage/build_version.h index f2580ba22..48018eca5 100644 --- a/src/storage/include/storage/build_version.h +++ b/src/storage/include/storage/build_version.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/include/storage/slot_indexer.h b/src/storage/include/storage/slot_indexer.h index 69aacb886..6a42f0836 100644 --- a/src/storage/include/storage/slot_indexer.h +++ b/src/storage/include/storage/slot_indexer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/include/storage/storage.h b/src/storage/include/storage/storage.h index fd65139d6..d39cf4580 100644 --- a/src/storage/include/storage/storage.h +++ b/src/storage/include/storage/storage.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/include/storage/version.h b/src/storage/include/storage/version.h index 59aab5799..a0a917e02 100644 --- a/src/storage/include/storage/version.h +++ b/src/storage/include/storage/version.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/base_data_key_format.h b/src/storage/src/base_data_key_format.h index 158ef57bc..00a25569c 100644 --- a/src/storage/src/base_data_key_format.h +++ b/src/storage/src/base_data_key_format.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/base_data_value_format.h b/src/storage/src/base_data_value_format.h index b84ab64cc..2bb7d7621 100644 --- a/src/storage/src/base_data_value_format.h +++ b/src/storage/src/base_data_value_format.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/base_filter.h b/src/storage/src/base_filter.h index f51999963..c4880e7ea 100644 --- a/src/storage/src/base_filter.h +++ b/src/storage/src/base_filter.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/base_key_format.h b/src/storage/src/base_key_format.h index 27a75c476..ff70acc4b 100644 --- a/src/storage/src/base_key_format.h +++ b/src/storage/src/base_key_format.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/base_meta_value_format.h b/src/storage/src/base_meta_value_format.h index 90e400348..035c8a73d 100644 --- a/src/storage/src/base_meta_value_format.h +++ b/src/storage/src/base_meta_value_format.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/base_value_format.h b/src/storage/src/base_value_format.h index a818b3f40..1abcc376b 100644 --- a/src/storage/src/base_value_format.h +++ b/src/storage/src/base_value_format.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/batch.h b/src/storage/src/batch.h index ad4df2d9f..77fce54b6 100644 --- a/src/storage/src/batch.h +++ b/src/storage/src/batch.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/build_version.cc.in b/src/storage/src/build_version.cc.in index 1ad5231ac..e0bc3879d 100644 --- a/src/storage/src/build_version.cc.in +++ b/src/storage/src/build_version.cc.in @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/coding.h b/src/storage/src/coding.h index e26c29373..f3de4202d 100644 --- a/src/storage/src/coding.h +++ b/src/storage/src/coding.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/custom_comparator.h b/src/storage/src/custom_comparator.h index 24902a0a9..67d034e31 100644 --- a/src/storage/src/custom_comparator.h +++ b/src/storage/src/custom_comparator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/debug.h b/src/storage/src/debug.h index 8d2888a67..af5358860 100644 --- a/src/storage/src/debug.h +++ b/src/storage/src/debug.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/lists_data_key_format.h b/src/storage/src/lists_data_key_format.h index c3fbba1af..a3892104d 100644 --- a/src/storage/src/lists_data_key_format.h +++ b/src/storage/src/lists_data_key_format.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/lists_filter.h b/src/storage/src/lists_filter.h index c57cb8e4c..a3d4b9d30 100644 --- a/src/storage/src/lists_filter.h +++ b/src/storage/src/lists_filter.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/lists_meta_value_format.h b/src/storage/src/lists_meta_value_format.h index e5b730b0b..107043820 100644 --- a/src/storage/src/lists_meta_value_format.h +++ b/src/storage/src/lists_meta_value_format.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/lock_mgr.h b/src/storage/src/lock_mgr.h index ec5de51bd..b0d64feee 100644 --- a/src/storage/src/lock_mgr.h +++ b/src/storage/src/lock_mgr.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/log_index.cc b/src/storage/src/log_index.cc index f1d66300f..081cc11b4 100644 --- a/src/storage/src/log_index.cc +++ b/src/storage/src/log_index.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/log_index.h b/src/storage/src/log_index.h index aae1707ee..7c92525b9 100644 --- a/src/storage/src/log_index.h +++ b/src/storage/src/log_index.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/lru_cache.h b/src/storage/src/lru_cache.h index 43c9001d0..837612b52 100644 --- a/src/storage/src/lru_cache.h +++ b/src/storage/src/lru_cache.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/murmurhash.cc b/src/storage/src/murmurhash.cc index 9c42fcb4e..281357636 100644 --- a/src/storage/src/murmurhash.cc +++ b/src/storage/src/murmurhash.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/murmurhash.h b/src/storage/src/murmurhash.h index 13fda3acc..d4568d265 100644 --- a/src/storage/src/murmurhash.h +++ b/src/storage/src/murmurhash.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/mutex.h b/src/storage/src/mutex.h index b6a25aab6..70b4a891c 100644 --- a/src/storage/src/mutex.h +++ b/src/storage/src/mutex.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/mutex_impl.h b/src/storage/src/mutex_impl.h index e0a463957..a1891ba70 100644 --- a/src/storage/src/mutex_impl.h +++ b/src/storage/src/mutex_impl.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/options_helper.cc b/src/storage/src/options_helper.cc index b0783c35d..df4fe87a4 100644 --- a/src/storage/src/options_helper.cc +++ b/src/storage/src/options_helper.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/options_helper.h b/src/storage/src/options_helper.h index 8ef81e243..d162dc73f 100644 --- a/src/storage/src/options_helper.h +++ b/src/storage/src/options_helper.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/redis.cc b/src/storage/src/redis.cc index 5f0e5e499..b22632c99 100644 --- a/src/storage/src/redis.cc +++ b/src/storage/src/redis.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/redis.h b/src/storage/src/redis.h index 82a6cf54e..81b6d44ef 100644 --- a/src/storage/src/redis.h +++ b/src/storage/src/redis.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/redis_hashes.cc b/src/storage/src/redis_hashes.cc index 850230040..c7e367e2c 100644 --- a/src/storage/src/redis_hashes.cc +++ b/src/storage/src/redis_hashes.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/redis_hyperloglog.cc b/src/storage/src/redis_hyperloglog.cc index 8ba1757a1..a20e4b48f 100644 --- a/src/storage/src/redis_hyperloglog.cc +++ b/src/storage/src/redis_hyperloglog.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/redis_hyperloglog.h b/src/storage/src/redis_hyperloglog.h index b255580d5..b904ca579 100644 --- a/src/storage/src/redis_hyperloglog.h +++ b/src/storage/src/redis_hyperloglog.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/redis_lists.cc b/src/storage/src/redis_lists.cc index ca7187ea7..2b3f77fa3 100644 --- a/src/storage/src/redis_lists.cc +++ b/src/storage/src/redis_lists.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/redis_sets.cc b/src/storage/src/redis_sets.cc index ca2170ad1..ac467223c 100644 --- a/src/storage/src/redis_sets.cc +++ b/src/storage/src/redis_sets.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/redis_strings.cc b/src/storage/src/redis_strings.cc index 5ea64c5f8..47163a3d6 100644 --- a/src/storage/src/redis_strings.cc +++ b/src/storage/src/redis_strings.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/redis_zsets.cc b/src/storage/src/redis_zsets.cc index d70948baa..e0fb9f341 100644 --- a/src/storage/src/redis_zsets.cc +++ b/src/storage/src/redis_zsets.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/scope_record_lock.h b/src/storage/src/scope_record_lock.h index 571e3440b..1bf967535 100644 --- a/src/storage/src/scope_record_lock.h +++ b/src/storage/src/scope_record_lock.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/scope_snapshot.h b/src/storage/src/scope_snapshot.h index 852dfa100..92d035707 100644 --- a/src/storage/src/scope_snapshot.h +++ b/src/storage/src/scope_snapshot.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/storage.cc b/src/storage/src/storage.cc index b8d48b2c1..d62da3311 100644 --- a/src/storage/src/storage.cc +++ b/src/storage/src/storage.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/strings_filter.h b/src/storage/src/strings_filter.h index 245acf4e5..2256b3347 100644 --- a/src/storage/src/strings_filter.h +++ b/src/storage/src/strings_filter.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/strings_value_format.h b/src/storage/src/strings_value_format.h index 4a3750543..8dc1246b1 100644 --- a/src/storage/src/strings_value_format.h +++ b/src/storage/src/strings_value_format.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/type_iterator.h b/src/storage/src/type_iterator.h index 7aa25b156..303bbbd40 100644 --- a/src/storage/src/type_iterator.h +++ b/src/storage/src/type_iterator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/util.cc b/src/storage/src/util.cc index 9b9324770..9dc9f4190 100644 --- a/src/storage/src/util.cc +++ b/src/storage/src/util.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/zsets_data_key_format.h b/src/storage/src/zsets_data_key_format.h index cb223b984..1e06548b6 100644 --- a/src/storage/src/zsets_data_key_format.h +++ b/src/storage/src/zsets_data_key_format.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/src/zsets_filter.h b/src/storage/src/zsets_filter.h index 51195b153..d4d48c50c 100644 --- a/src/storage/src/zsets_filter.h +++ b/src/storage/src/zsets_filter.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/tests/CMakeLists.txt b/src/storage/tests/CMakeLists.txt index e4366b0eb..11c34c69f 100644 --- a/src/storage/tests/CMakeLists.txt +++ b/src/storage/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. +# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/tests/custom_comparator_test.cc b/src/storage/tests/custom_comparator_test.cc index f03b543f5..113ba5573 100644 --- a/src/storage/tests/custom_comparator_test.cc +++ b/src/storage/tests/custom_comparator_test.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/tests/flush_oldest_cf_test.cc b/src/storage/tests/flush_oldest_cf_test.cc index 1d884be31..ddbcb0543 100644 --- a/src/storage/tests/flush_oldest_cf_test.cc +++ b/src/storage/tests/flush_oldest_cf_test.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/tests/hashes_filter_test.cc b/src/storage/tests/hashes_filter_test.cc index fc81de52e..c471fa19e 100644 --- a/src/storage/tests/hashes_filter_test.cc +++ b/src/storage/tests/hashes_filter_test.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/tests/hashes_test.cc b/src/storage/tests/hashes_test.cc index 24a5accb4..8fa66f8e2 100644 --- a/src/storage/tests/hashes_test.cc +++ b/src/storage/tests/hashes_test.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/tests/keys_test.cc b/src/storage/tests/keys_test.cc index 2428a449d..a91210940 100644 --- a/src/storage/tests/keys_test.cc +++ b/src/storage/tests/keys_test.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/tests/kv_format_test.cc b/src/storage/tests/kv_format_test.cc index 74507e636..85677a636 100644 --- a/src/storage/tests/kv_format_test.cc +++ b/src/storage/tests/kv_format_test.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/tests/lists_filter_test.cc b/src/storage/tests/lists_filter_test.cc index 6a3ee51c1..f01acbef8 100644 --- a/src/storage/tests/lists_filter_test.cc +++ b/src/storage/tests/lists_filter_test.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/tests/lists_test.cc b/src/storage/tests/lists_test.cc index 656be21cc..8b6afadbf 100644 --- a/src/storage/tests/lists_test.cc +++ b/src/storage/tests/lists_test.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/tests/lock_mgr_test.cc b/src/storage/tests/lock_mgr_test.cc index 965ecdb98..e1ccb8e73 100644 --- a/src/storage/tests/lock_mgr_test.cc +++ b/src/storage/tests/lock_mgr_test.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/tests/log_index_collector_test.cc b/src/storage/tests/log_index_collector_test.cc index 6646b5447..da8b69639 100644 --- a/src/storage/tests/log_index_collector_test.cc +++ b/src/storage/tests/log_index_collector_test.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/tests/log_index_test.cc b/src/storage/tests/log_index_test.cc index 538dcca76..73f31de48 100644 --- a/src/storage/tests/log_index_test.cc +++ b/src/storage/tests/log_index_test.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/tests/lru_cache_test.cc b/src/storage/tests/lru_cache_test.cc index 82d3e0e1a..549911898 100644 --- a/src/storage/tests/lru_cache_test.cc +++ b/src/storage/tests/lru_cache_test.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/tests/options_test.cc b/src/storage/tests/options_test.cc index b33177ce2..eecbe4a8a 100644 --- a/src/storage/tests/options_test.cc +++ b/src/storage/tests/options_test.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/tests/sets_test.cc b/src/storage/tests/sets_test.cc index 4985670f1..8e4a41072 100644 --- a/src/storage/tests/sets_test.cc +++ b/src/storage/tests/sets_test.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/tests/strings_filter_test.cc b/src/storage/tests/strings_filter_test.cc index 26af18987..d18d2ea94 100644 --- a/src/storage/tests/strings_filter_test.cc +++ b/src/storage/tests/strings_filter_test.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/tests/strings_test.cc b/src/storage/tests/strings_test.cc index a4add44e7..306678c05 100644 --- a/src/storage/tests/strings_test.cc +++ b/src/storage/tests/strings_test.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/storage/tests/zsets_test.cc b/src/storage/tests/zsets_test.cc index 53b5ddeb1..b6a71ae4f 100644 --- a/src/storage/tests/zsets_test.cc +++ b/src/storage/tests/zsets_test.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Qihoo, Inc. All rights reserved. +// Copyright (c) 2017-present, OpenAtom Foundation, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/store.cc b/src/store.cc index 24a0f2ba1..4bbadba87 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/store.h b/src/store.h index 772337b32..85f76d051 100644 --- a/src/store.h +++ b/src/store.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/unbounded_buffer.cc b/src/unbounded_buffer.cc index f937f8541..52bc99c1b 100644 --- a/src/unbounded_buffer.cc +++ b/src/unbounded_buffer.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/src/unbounded_buffer.h b/src/unbounded_buffer.h index 7bd6f7c0d..46af35767 100644 --- a/src/unbounded_buffer.h +++ b/src/unbounded_buffer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/tests/admin_test.go b/tests/admin_test.go index 05e463b78..7e2c6c957 100644 --- a/tests/admin_test.go +++ b/tests/admin_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/tests/consistency_test.go b/tests/consistency_test.go index 1ebad2ce6..ccecce14d 100644 --- a/tests/consistency_test.go +++ b/tests/consistency_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/tests/hash_test.go b/tests/hash_test.go index f3d827d03..939ac7ed5 100644 --- a/tests/hash_test.go +++ b/tests/hash_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/tests/key_test.go b/tests/key_test.go index e89bf2fdb..ed7a27463 100644 --- a/tests/key_test.go +++ b/tests/key_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/tests/list_test.go b/tests/list_test.go index 35912db34..625a53716 100644 --- a/tests/list_test.go +++ b/tests/list_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/tests/pikiwidb_suite_test.go b/tests/pikiwidb_suite_test.go index 9a5977e0d..95d9f30ee 100644 --- a/tests/pikiwidb_suite_test.go +++ b/tests/pikiwidb_suite_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/tests/set_test.go b/tests/set_test.go index 0de56444a..b290a479c 100644 --- a/tests/set_test.go +++ b/tests/set_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/tests/string_test.go b/tests/string_test.go index 32748e05f..777027434 100644 --- a/tests/string_test.go +++ b/tests/string_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/tests/util/pikiwidb.go b/tests/util/pikiwidb.go index 962563dc9..e30d8935c 100644 --- a/tests/util/pikiwidb.go +++ b/tests/util/pikiwidb.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. diff --git a/tests/zset_test.go b/tests/zset_test.go index ff50f5fea..d67f0059e 100644 --- a/tests/zset_test.go +++ b/tests/zset_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-present, Qihoo, Inc. All rights reserved. + * Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory.