google / addlicense

A program which ensures source code files have copyright license headers by scanning directory patterns recursively
Apache License 2.0
724 stars 169 forks source link

Fix path matching on Windows. #152

Open phst opened 11 months ago

phst commented 11 months ago

The path passed to fileMatches is a local path since it comes from filepath.Walk. Therefore we need to convert it to a slash-separated path first.