Earlier quoted context omitted.
This is an excellent explanation of why "GNU finds this acceptable". Note that the citation message can also be easily silenced just by creating an empty file: touch ~/.parallel/will-cite
Tools shouldn't be probing the file system for files not related to the job they are doing, period. The right way to do this is to patch the behavior out of the program, which you're entitled to do by its license. Or, rather by the fact that the license doesn't concern itself with use. That is covered in the FAQ: == I do not like the notice. Can I fork GNU Parallel and remove it? == Yes. GNU Parallel is released unde…
You're entitled to your preferences and your own fork of the GNU Parallel. I'll even help you out with that - all you need to do to remove the citation message is to comment out lines 1840-1843 in "src/parallel" file.
Just please don't demand everyone else (i.e. distro maintainers) to stab the main developer in the back just to accommodate your preferences.