Hello, I have notice that LICENSE file is missing from latest distribution tar archive(iprutils-2.4.7.tar.gz). If I'm not mistaken, this violates (CPL)license it self, as it requires inclusion of license text.
"... b) a copy of this Agreement must be included with each copy of the Program. ..." Following patch should add LICENSE back in to the (next) dist tarball. Best regards, Jakub Čajka diff --git a/Makefile.am b/Makefile.am index 8d6ae59..1ad2624 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,6 +42,8 @@ dist_man_MANS = iprconfig.8 iprdump.8 iprinit.8 iprupdate.8 iprsos.8 bashcompdir = ${sysconfdir}/bash_completion.d dist_bashcomp_DATA = iprconfig-bash-completion.sh +EXTRA_DIST = LICENSE + SUBDIRS = . systemd init.d spec ------------------------------------------------------------------------------ _______________________________________________ Iprdd-devel mailing list Iprdd-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/iprdd-devel