Licensing your code
Prior to publishing any code, you will need to annotate each file with the appropriate licensing information:
Copyright by [AUTHORS]
Research Group Applied Systems Biology - Head: Prof. Dr. Marc Thilo Figge
https://www.leibniz-hki.de/en/applied-systems-biology.html
HKI-Center for Systems Biology of Infection
Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI)
Adolf-Reichwein-Straße 23, 07745 Jena, Germany
The project code is licensed under [LICENSE NAME].
See the LICENSE file provided with the code for the full license.
You also should put a LICENSE/LICENSE.txt file into the root of your repository which is based on one of the OSI-compliant licenses:
https://opensource.org/licenses
For example, you can choose MIT, BSD-2-Clause, GPLv3, ...