tisonkun commented on code in PR #1274:
URL:
https://github.com/apache/incubator-kvrocks/pull/1274#discussion_r1113789885
##########
NOTICE:
##########
@@ -223,11 +223,16 @@ It is under the MIT license with an optional exception:
without including the above copyright and permission notices.
For src/types/geohash.*, src/common/rand.*, src/common/sha1.*,
src/storage/scripting.* and
-some functions in src/common/util.cc are modified from Redis.
+some functions in src/common/*_util.* are modified from Redis.
We have added the Redis license notice in each file header, can also see
bundled license file
https://github.com/apache/incubator-kvrocks/blob/unstable/licenses/LICENSE.redis
for details.
+For src/common/rocksdb_crc32c.* and src/storage/batch_debugger.* are modified
from RocksDB.
Review Comment:
```suggestion
For src/common/rocksdb_crc32c.h and src/storage/batch_debugger.h are
modified from RocksDB.
```
##########
NOTICE:
##########
@@ -223,11 +223,16 @@ It is under the MIT license with an optional exception:
without including the above copyright and permission notices.
For src/types/geohash.*, src/common/rand.*, src/common/sha1.*,
src/storage/scripting.* and
-some functions in src/common/util.cc are modified from Redis.
+some functions in src/common/*_util.* are modified from Redis.
Review Comment:
```suggestion
some utility functions in src/common are modified from Redis.
```
##########
.github/config/licenserc.yml:
##########
@@ -36,3 +36,6 @@ header:
- 'src/common/sha1.cc'
- 'src/types/geohash.h'
- 'src/types/geohash.cc'
+ - 'src/common/rand.h'
+ - 'src/common/rocksdb_crc32c.h'
+ - 'src/storage/batch_debugger.h'
Review Comment:
nit: sorted alphabetically
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]