NWChemEx / .github

GitHub Settings for the NWChemEx Organization
https://nwchemex.github.io/.github/
Apache License 2.0
1 stars 2 forks source link

Automate Licensing #21

Closed ryanmrichard closed 2 years ago

ryanmrichard commented 2 years ago

All code in the various NWX repos, that we write, should be licensed under the Apache 2.0 license. AFAIK, the license header needs to be on every source file and a copy of the actual Apache 2.0 license needs to be in a file LICENSE located in the top-level repo. Adding the LICENSE file can be done manually (it should already exist in all of the repos) since it won't ever need to change, but applying the header should be automate.

Edit: see https://github.com/CMakePP/CMinx (and https://github.com/CMakePP/.github) for how I did it there.

quazirafi commented 2 years ago

Done! May be we can close this!