diff options
author | Alexander Kiryukhin <alexander@kiryukhin.su> | 2017-03-10 15:29:42 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-10 15:29:42 +0300 |
commit | 3436e0a51ff4c709226178f897e053c0fae8da4c (patch) | |
tree | 629d1690571ceb05af8fcc398acd1bec2f32a43b | |
parent | fa935b0af637fbda34454aa679c69eaaaba1308d (diff) |
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 586ad96..a32dc52 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "minimum-stability": "stable", "keywords": ["math","parser","expression","calculator"], "homepage": "http://github.com/NeonXP/MathExecutor", - "license": "GPLv2", + "license": "MIT", "authors": [ { "name": "Alexander 'NeonXP' Kiryukhin", |