Remove trademarked language in code comments#223
Conversation
22d4b81 to
380e17b
Compare
zuiderkwast
left a comment
There was a problem hiding this comment.
Partial review. I made it to the middle of module.c so far.
e1e1bec to
d825ce2
Compare
zuiderkwast
left a comment
There was a problem hiding this comment.
I went through all of it now. Thanks for this massive work!
I'm sorry you got merge conflicts now, probably a lot of them. I hope they're easy to solve though.
Signed-off-by: Jacob Murphy <jkmurphy@google.com>
59d4fee to
0596f0b
Compare
|
Thanks for the thorough review! Merge conflicts weren't too bad |
Signed-off-by: Jacob Murphy <jkmurphy@google.com>
Signed-off-by: Jacob Murphy <jkmurphy@google.com>
Signed-off-by: Jacob Murphy <jkmurphy@google.com> Co-authored-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
Signed-off-by: Jacob Murphy <jkmurphy@google.com> Co-authored-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
22768c3 to
366ea33
Compare
|
Please check the failed CI jobs. It seems some merge conflicts were not solved in the right way... |
Signed-off-by: Jacob Murphy <jkmurphy@google.com>
Signed-off-by: Jacob Murphy <jkmurphy@google.com>
|
Yeah building is important... :) Had a comment that got double terminated after the merge. |
Signed-off-by: Jacob Murphy <jkmurphy@google.com>
|
Resolved some more merge conflicts |
zuiderkwast
left a comment
There was a problem hiding this comment.
Really awesome. I'll try to merge this fast before any other changes to avoid more merge conflict.
Signed-off-by: Viktor Söderqvist
This includes comments used for module API documentation.
* Strategy for replacement: Regex search: `(//|/\*| \*|#).* ("|\()?(r|R)edis( |\.
|'|\n|,|-|\)|")(?!nor the names of its contributors)(?!Ltd.)(?!Labs)(?!Contributors.)`
* Don't edit copyright comments
* Replace "Redis version X.X" -> "Redis OSS version X.X" to distinguish
from newly licensed repository
* Replace "Redis Object" -> "Object"
* Exclude markdown for now
* Don't edit Lua scripting comments referring to redis.X API
* Replace "Redis Protocol" -> "RESP"
* Replace redis-benchmark, -cli, -server, -check-aof/rdb with "valkey-"
prefix
* Most other places, I use best judgement to either remove "Redis", or
replace with "the server" or "server"
Fixes valkey-io#148
---------
Signed-off-by: Jacob Murphy <jkmurphy@google.com>
Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
Strategy for replacement:
(//|/\*| \*|#).* ("|\()?(r|R)edis( |\. |'|\n|,|-|\)|")(?!nor the names of its contributors)(?!Ltd.)(?!Labs)(?!Contributors.)Fixes #148