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