Narrow patch diff context for zziplib package (#29236)

The patch for the zziplib package applied for version 0.13.69 and
earlier includes a reference to Creative Commons
Attribution-NonCommercial-ShareAlike 2.0 Generic license, which
causes Flexera's ~expensive perl script~ FlexNet Code Insights open
source license and compliance tool to flag Spack as a non-commercial
product. This patch narrows the diff context in the patch to exclude
this text. The semantics of the patch file are unchanged.
This commit is contained in:
Austin McCartney 2023-04-25 19:58:18 -04:00 committed by GitHub
parent 80881f9119
commit a371e1e645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -657,9 +657,7 @@ diff -ru a/docs/zzipdoc/match.py b/docs/zzipdoc/match.py
diff -ru a/docs/zzipdoc/options.py b/docs/zzipdoc/options.py
--- a/docs/zzipdoc/options.py 2019-12-27 17:22:22.058961305 -0600
+++ b/docs/zzipdoc/options.py 2019-12-27 17:22:44.036908116 -0600
@@ -3,13 +3,13 @@
# @creator (C) 2003 Guido U. Draheim
# @license http://creativecommons.org/licenses/by-nc-sa/2.0/de/
@@ -5,11 +5,11 @@
-from match import Match
+from .match import Match