diff --git a/README.md b/README.md index 7e995c0..17fc154 100644 --- a/README.md +++ b/README.md @@ -67,4 +67,8 @@ See [**changelog**](CHANGELOG.md). ## Credits -[**DCS Fiddle**](https://github.com/JonathanTurnock/dcsfiddle) by [JonathanTurnock](https://github.com/JonathanTurnock) and [john681611](https://github.com/john681611). \ No newline at end of file +[**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. \ No newline at end of file diff --git a/package.json b/package.json index 4f8e47d..03dc0a6 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "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.", + "license": "MIT", "version": "1.0.0", "icon": "docs/img/icon.png", "repository": {