Added regexp used to detect missing copyright headers

This commit is contained in:
Magne Sjaastad 2017-06-14 07:54:37 +02:00
parent 12bbaa898d
commit a1446a7018

View File

@ -0,0 +1,5 @@
This regexp will identify all files not starting with the character '/'
Useful to detect files with missing copyright header
^(?!/).*$