Removes the executable bit (chmod a-x) from the license and readme, as it doesn't make sense for plain text files to be marked as executable.
Right now, this causes lint warnings when building a Debian package for a project that pulls in object-path as a dependency, as it thinks the file is an executable:
Coverage remained the same at 99.424% when pulling 60e866170bc7fa5b51116c0b2a9914978b0ce90a on Daniel15:noexec into f01ab7ce2c9ca09cf3e7ad39ca9f38a7f9cf9dc2 on mariocasciaro:master.
Removes the executable bit (
chmod a-x
) from the license and readme, as it doesn't make sense for plain text files to be marked as executable.Right now, this causes lint warnings when building a Debian package for a project that pulls in
object-path
as a dependency, as it thinks the file is an executable: