Add license

This commit is contained in:
Omelette 蛋卷 2024-01-10 02:03:49 -05:00
parent 1125062aea
commit bb08afb5d2
2 changed files with 6 additions and 1 deletions

View File

@ -67,4 +67,8 @@ See [**changelog**](CHANGELOG.md).
## Credits ## Credits
[**DCS Fiddle**](https://github.com/JonathanTurnock/dcsfiddle) by [JonathanTurnock](https://github.com/JonathanTurnock) and [john681611](https://github.com/john681611). [**DCS Fiddle**](https://github.com/JonathanTurnock/dcsfiddle) by [JonathanTurnock](https://github.com/JonathanTurnock) and [john681611](https://github.com/john681611).
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.

View File

@ -2,6 +2,7 @@
"name": "dcs-lua-runner", "name": "dcs-lua-runner",
"displayName": "DCS Lua Runner", "displayName": "DCS Lua Runner",
"description": "Quickly run lua code in DCS World (local or remote server). A reimplementation of the DCS Fiddle lua console in VS Code.", "description": "Quickly run lua code in DCS World (local or remote server). A reimplementation of the DCS Fiddle lua console in VS Code.",
"license": "MIT",
"version": "1.0.0", "version": "1.0.0",
"icon": "docs/img/icon.png", "icon": "docs/img/icon.png",
"repository": { "repository": {