summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorptmcg <ptmcg@austin.rr.com>2022-08-22 18:11:22 -0500
committerptmcg <ptmcg@austin.rr.com>2022-08-22 18:11:22 -0500
commitf7f7117bbb4a291c7232f5775585bcdec305cef7 (patch)
tree79b38fe14011342f1a59fe2203ebc2fc80c2e30f
parent3a3700b43b74d1de7c115f7b2d1affc4915a19f1 (diff)
downloadpyparsing-git-f7f7117bbb4a291c7232f5775585bcdec305cef7.tar.gz
Updated CHANGES to reflect removal of examples - related to #440
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0b0ab83..413f9e1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -87,6 +87,11 @@ help from Devin J. Pohly in structuring the code to enable this peaceful transit
by Devin J. Pohly. A dirty job, but someone has to do it - much
appreciated!
+- Removed examples sparser.py and pymicko.py, since each included its
+ own GPL license in the header. Since this conflicts with pyparsing's
+ MIT license, they were removed from the distribution to avoid
+ confusion among those making use of them in their own projects.
+
Version 3.0.9 - May, 2022
-------------------------