From bb08afb5d2b375a736c27fc42fde8be29a2b9468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omelette=20=E8=9B=8B=E5=8D=B7?= Date: Wed, 10 Jan 2024 02:03:49 -0500 Subject: [PATCH] Add license --- README.md | 6 +++++- package.json | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) 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": {