2020-01-10 12:01:43 +01:00
|
|
|
From: Dan Cermak <dcermak@suse.com>
|
|
|
|
Date:
|
|
|
|
|
|
|
|
---
|
|
|
|
src/parallel | 2 ++
|
|
|
|
src/sem | 2 ++
|
|
|
|
2 files changed, 4 insertions(+)
|
|
|
|
|
|
|
|
Index: parallel-20191222/src/parallel
|
2017-07-07 17:57:31 +02:00
|
|
|
===================================================================
|
2020-01-10 12:01:43 +01:00
|
|
|
--- parallel-20191222.orig/src/parallel
|
|
|
|
+++ parallel-20191222/src/parallel
|
|
|
|
@@ -1949,7 +1949,9 @@ sub parse_options(@) {
|
2019-05-02 21:15:47 +02:00
|
|
|
#
|
2019-10-29 15:26:14 +01:00
|
|
|
# If you want GNU Parallel to be maintained in the future keep
|
|
|
|
# this line.
|
2020-01-10 12:01:43 +01:00
|
|
|
+ if (0) {
|
|
|
|
citation_notice();
|
|
|
|
+ }
|
|
|
|
# Seriously: *You* will be harming free software by removing the
|
2019-10-29 15:26:14 +01:00
|
|
|
# notice. You make it harder to justify spending time developing
|
|
|
|
# it. If you *do* remove the line, please email
|
2020-01-10 12:01:43 +01:00
|
|
|
Index: parallel-20191222/src/sem
|
2018-08-08 18:47:41 +02:00
|
|
|
===================================================================
|
2020-01-10 12:01:43 +01:00
|
|
|
--- parallel-20191222.orig/src/sem
|
|
|
|
+++ parallel-20191222/src/sem
|
|
|
|
@@ -1949,7 +1949,9 @@ sub parse_options(@) {
|
2019-05-02 21:15:47 +02:00
|
|
|
#
|
2019-10-29 15:26:14 +01:00
|
|
|
# If you want GNU Parallel to be maintained in the future keep
|
|
|
|
# this line.
|
2020-01-10 12:01:43 +01:00
|
|
|
+ if (0) {
|
|
|
|
citation_notice();
|
|
|
|
+ }
|
|
|
|
# Seriously: *You* will be harming free software by removing the
|
2019-10-29 15:26:14 +01:00
|
|
|
# notice. You make it harder to justify spending time developing
|
|
|
|
# it. If you *do* remove the line, please email
|