From 56ae58028e62f734dfb934cd6e9c7206a1f91f63 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sat, 9 Nov 2019 19:31:49 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c63af82..f1f31fd 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,9 @@ 6. Drag this .txt file into the corresponding space inside EnvyUpdate. 7. If everything works correctly, the online driver version should be displayed in the application window. 8. When not in portable mode, you may activate Autostart. This will make the application start everytime Windows boots. This will also install the application itself in your APPDATA folder. + +## Licenses + +This project: [MIT](https://github.com/fyr77/EnvyUpdate/blob/master/LICENSE) +Fody (for embedding DLLs into the main executable): [MIT](https://github.com/Fody/Fody/blob/master/License.txt) +wpf-notifyicon (for showing an icon in the system tray): [CPOL](https://github.com/hardcodet/wpf-notifyicon/blob/master/LICENSE)