jimjag / epm

Updated ESP Package Manager (EPM)
https://jimjag.github.io/epm/
Apache License 2.0
10 stars 8 forks source link

The great relicensing ... #6

Open emthornber opened 2 years ago

emthornber commented 2 years ago

The commit, inter alia, renamed the file COPYING to LICENSE.

I tried to do make test and the lack of a file called 'COPYING' caused the tests to fail.

The files epm.list.in, and jimjag.patch all refer to COPYING which stops epm building the test package.

Also there are many places in doc/... files that refer to COPYING which ought to be corrected to avoid confusing Joe Public.

emthornber commented 2 years ago

Furthermore the doc/Makfile.in file has two problems - (a) trying to install COPYING file when it should be LICENSE; and (b) trying to read the files COPYING and README.md from ${srcdir} (which is set to .) instead of ${top_srcdir} (which is set to ..) - a consequence of adding the doc directory.