smswithoutborders / lib_signal_double_ratchet_python

GNU General Public License v3.0
3 stars 0 forks source link

Add LICENSE Header to Top File Docstring in `/smswithoutborders_libsig` Directory #15

Closed PromiseFru closed 2 days ago

PromiseFru commented 6 days ago

We need to add a LICENSE header to the top file docstring for all files in the smswithoutborders_libsig directory. This will ensure that the licensing terms are communicated in each file.

Add the following LICENSE header to the top of the docstring in all relevant files:

"""
This program is free software: you can redistribute it under the terms
of the GNU General Public License, v. 3.0. If a copy of the GNU General
Public License was not distributed with this file, see <https://www.gnu.org/licenses/>.
"""

[!NOTE] Check for any existing docstrings and add the LICENSE header appropriately without disrupting the current documentation structure.