In the readit documentation under readit module, copyright header appearing multiple times because of fetching docstrings from readit module files. Which is somewhat weird, To fix this, we can place the copyright header using docstring only in an initial module and for rest of the module files, can comment instead of using doctstring.