sassanh / qnvim

Neovim backend for Qt Creator
MIT License
136 stars 8 forks source link

Specify license info using REUSE format and specification #39

Closed gikari closed 1 year ago

gikari commented 1 year ago

This makes the licensing more clear and requires less text in the source files. This format is a standard, that could be read of here: https://reuse.software/

The specification is here: https://reuse.software/spec/

The checking of compliance could be made locally by using the REUSE tool: https://reuse.software/dev/

I also added a GitHub action, that does than on push and pull request.