tikv / raft-rs

Raft distributed consensus algorithm implemented in Rust.
Apache License 2.0
2.93k stars 394 forks source link

Update LICENSE file to contain boilerplate project owner #533

Closed dzmitry-huba closed 10 months ago

dzmitry-huba commented 10 months ago

As far as I understand the guidelines and looking at other projects (for example, Apache Kafka) the LICENSE file must contain boilerplate ("Copyright [yyyy] [name of copyright owner]") whereas other project files specific ("Copyright 2019 TiKV Project Authors").

Signed-off-by: Dzmitry Huba huba@google.com

dzmitry-huba commented 10 months ago

Thank you for prompt review. It looks like currently the CI is broken due to unused import. I've added fix for it as well to be able to merge this change. Can you please look at the change one more time, @tisonkun?