Github user tamaashu commented on the issue:
https://github.com/apache/zookeeper/pull/692
> Awesome work
>
> May we rename 'hbase' files to 'zookeeper' ?
Even removed them. I've updated to the newest BootStrap, where I've dropped
everything I copied from HBase.
> Is bootstrap compatible from a licensing perspective? Should we add some
'NOTICE' ?
BootStrap needs Popper.js and jQuery. All the three have MIT License, which
is compatible with Apache 2.0.
https://getbootstrap.com/docs/4.1/about/license/
https://github.com/FezVrasta/popper.js/blob/master/LICENSE.md
https://jquery.org/license/
I'll check how to make a NOTICE file.
---