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(+)
|
|
|
|
|
2020-06-05 16:53:40 +02:00
|
|
|
Index: parallel-20200522/src/parallel
|
2017-07-07 17:57:31 +02:00
|
|
|
===================================================================
|
2020-06-05 16:53:40 +02:00
|
|
|
--- parallel-20200522.orig/src/parallel
|
|
|
|
+++ parallel-20200522/src/parallel
|
2020-04-29 09:43:32 +02:00
|
|
|
@@ -2028,7 +2028,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();
|
|
|
|
+ }
|
2020-06-05 16:53:40 +02:00
|
|
|
# Seriously: _YOU_ will be harming free software by removing the
|
|
|
|
# notice. _YOU_ make it harder to justify spending time developing
|
2019-10-29 15:26:14 +01:00
|
|
|
# it. If you *do* remove the line, please email
|
2020-06-05 16:53:40 +02:00
|
|
|
Index: parallel-20200522/src/sem
|
2018-08-08 18:47:41 +02:00
|
|
|
===================================================================
|
2020-06-05 16:53:40 +02:00
|
|
|
--- parallel-20200522.orig/src/sem
|
|
|
|
+++ parallel-20200522/src/sem
|
2020-04-29 09:43:32 +02:00
|
|
|
@@ -2028,7 +2028,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();
|
|
|
|
+ }
|
2020-06-05 16:53:40 +02:00
|
|
|
# Seriously: _YOU_ will be harming free software by removing the
|
|
|
|
# notice. _YOU_ make it harder to justify spending time developing
|
2019-10-29 15:26:14 +01:00
|
|
|
# it. If you *do* remove the line, please email
|