copyright-has-crs

The copyright file has lines ending in CRLF instead of just LF.

Running the following command against the given file removes any CR character in the file:

sed -i 's/\r//g' path/to/file

Severity: pedantic
Experimental: false

See also