From: Dan Cermak Date: --- src/parallel | 2 ++ src/sem | 2 ++ 2 files changed, 4 insertions(+) Index: parallel-20200422/src/parallel =================================================================== --- parallel-20200422.orig/src/parallel +++ parallel-20200422/src/parallel @@ -2028,7 +2028,9 @@ sub parse_options(@) { # # If you want GNU Parallel to be maintained in the future keep # this line. + if (0) { citation_notice(); + } # Seriously: YOU will be harming free software by removing the # notice. You make it harder to justify spending time developing # it. If you *do* remove the line, please email Index: parallel-20200422/src/sem =================================================================== --- parallel-20200422.orig/src/sem +++ parallel-20200422/src/sem @@ -2028,7 +2028,9 @@ sub parse_options(@) { # # If you want GNU Parallel to be maintained in the future keep # this line. + if (0) { citation_notice(); + } # Seriously: YOU will be harming free software by removing the # notice. You make it harder to justify spending time developing # it. If you *do* remove the line, please email