From 0881fe122f2d9bb2c72420e236eb11dfe9cff92b Mon Sep 17 00:00:00 2001 From: Erez Shinan Date: Tue, 16 Oct 2018 13:54:59 +0300 Subject: [PATCH] Updated mention of GPL for standalone tool (Issue #247) --- README.md | 2 ++ lark/tools/standalone.py | 3 +++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index cc1407b..16ba36a 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,8 @@ You can use the output as a regular python module: Lark uses the [MIT license](LICENSE). +(The standalone tool is under GPL2) + ## Contribute Lark is currently accepting pull-requests. diff --git a/lark/tools/standalone.py b/lark/tools/standalone.py index 51f1ec3..1f664b6 100644 --- a/lark/tools/standalone.py +++ b/lark/tools/standalone.py @@ -18,6 +18,9 @@ # If you wish to purchase a commercial license for this tool and its # generated code, contact me via email. # +# If GPL is incompatible with your free or open-source project, +# contact me and we'll work it out (for free). +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or