Skip to content

Commit

Permalink
feature: add blackwidow license (OpenAtomFoundation#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelai authored Nov 23, 2020
1 parent bd30511 commit bdfc077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third/blackwidow
Submodule blackwidow updated 67 files
+15 −0 LICENSE
+1 −1 examples/hashes_example.cc
+1 −1 examples/sets_example.cc
+1 −1 examples/strings_example.cc
+1 −1 include/blackwidow/backupable.h
+1 −1 include/blackwidow/blackwidow.h
+1 −1 include/blackwidow/build_version.h
+1 −1 include/blackwidow/version.h
+1 −1 src/backupable.cc
+1 −1 src/base_data_key_format.h
+1 −1 src/base_filter.h
+1 −1 src/base_meta_value_format.h
+1 −1 src/base_value_format.h
+1 −1 src/blackwidow.cc
+1 −1 src/build_version.cc.in
+1 −1 src/coding.h
+1 −1 src/custom_comparator.h
+1 −1 src/debug.h
+1 −1 src/lists_data_key_format.h
+1 −1 src/lists_filter.h
+1 −1 src/lists_meta_value_format.h
+1 −1 src/lock_mgr.cc
+1 −1 src/lock_mgr.h
+1 −1 src/lru_cache.h
+1 −1 src/murmurhash.cc
+1 −1 src/murmurhash.h
+1 −1 src/mutex.h
+1 −1 src/mutex_impl.cc
+1 −1 src/mutex_impl.h
+1 −1 src/options_helper.cc
+1 −1 src/options_helper.h
+1 −1 src/redis.cc
+1 −1 src/redis.h
+1 −1 src/redis_hashes.cc
+1 −1 src/redis_hashes.h
+1 −1 src/redis_hyperloglog.cc
+1 −1 src/redis_hyperloglog.h
+1 −1 src/redis_lists.cc
+1 −1 src/redis_lists.h
+1 −1 src/redis_sets.cc
+1 −1 src/redis_sets.h
+1 −1 src/redis_strings.cc
+1 −1 src/redis_strings.h
+1 −1 src/redis_zsets.cc
+1 −1 src/redis_zsets.h
+1 −1 src/scope_record_lock.h
+1 −1 src/scope_snapshot.h
+1 −1 src/strings_filter.h
+1 −1 src/strings_value_format.h
+1 −1 src/util.cc
+1 −1 src/zsets_data_key_format.h
+1 −1 src/zsets_filter.h
+1 −1 tests/gtest_custom_comparator.cc
+1 −1 tests/gtest_hashes.cc
+1 −1 tests/gtest_hashes_filter.cc
+1 −1 tests/gtest_hyperloglog.cc
+1 −1 tests/gtest_keys.cc
+1 −1 tests/gtest_lists.cc
+1 −1 tests/gtest_lists_filter.cc
+1 −1 tests/gtest_lru_cache.cc
+1 −1 tests/gtest_options.cc
+1 −1 tests/gtest_sets.cc
+1 −1 tests/gtest_strings.cc
+1 −1 tests/gtest_strings_filter.cc
+1 −1 tests/gtest_zsets.cc
+1 −1 tests/lock_mgr.cc
+1 −1 tests/main.cc

0 comments on commit bdfc077

Please sign in to comment.