Files
ResInsight/doc/identify-missing-copyright.txt
2017-06-14 07:54:37 +02:00

6 lines
137 B
Plaintext

This regexp will identify all files not starting with the character '/'
Useful to detect files with missing copyright header
^(?!/).*$