CMakePP / CMakePPLang

Object-oriented extension to the CMake language.
http://cmakepp.github.io/CMakePPLang/
Apache License 2.0
11 stars 4 forks source link

Automatically add license headers to files #74

Closed zachcran closed 1 year ago

zachcran commented 1 year ago

Is this pull request associated with an issue(s)? Closes #73.

Description Creates a CI action to add license header to all files not ignored in .github/.licenserc.yaml. This is based almost exactly on the process used by CMinx (link).