objectionary / normalizer

Command Line Normalizer of 𝜑-calculus Expressions
https://www.objectionary.com/normalizer/
MIT License
7 stars 2 forks source link

let's add copyrights checker to CI pipeline #450

Open yegor256 opened 1 month ago

yegor256 commented 1 month ago

See, how it's done here: https://github.com/objectionary/eo/blob/master/.github/workflows/copyrights.yml

yegor256 commented 1 month ago

@deemp please, consider this

deemp commented 1 month ago

@yegor256, please write:

yegor256 commented 1 month ago

@deemp it's mostly a matter of discipline. If every file has a copyright notice in front of it, this will guarantee that when this particular file is found somewhere outside of this repository, it will be clear who created it and who can use/copy it. I suggest checking all text files, including .yaml, .hs, and every other format you can annotate with a license.

deemp commented 1 month ago

@yegor256, which license should we use?

yegor256 commented 1 month ago

@deemp use the one I added to the root directory: https://github.com/objectionary/normalizer/blob/master/LICENSE.txt