chipsalliance / fasm

FPGA Assembly (FASM) Parser and Generator
https://fasm.readthedocs.io
Apache License 2.0
90 stars 30 forks source link

Add license automated check in Travis #22

Closed acomodi closed 3 years ago

acomodi commented 4 years ago

There should be an automated test to check that all source code in the project has the SPDX Identifier, and, in case of third_party tools, that the LICENSE file is present.

This script can be used and changed accordingly to the source file-types by adding/removing the correct extensions

daniellimws commented 3 years ago

This seems to be done, as seen at https://github.com/SymbiFlow/fasm/blob/master/.github/check_license.sh. Can close?

GitHub
SymbiFlow/fasm
FPGA Assembly (FASM) Parser and Generator. Contribute to SymbiFlow/fasm development by creating an account on GitHub.