The Textbox is based on the Fast Colored Textbox for Syntax Highlighting by Pavel Torgashov. See http://www.codeproject.com/Articles/161871/Fast-Colored-TextBox-for-syntax-highlighting. Adjustments and additions have been made, but this beautiful Textbox is his work and licensed under LPGL3
The Evaluator is based on Eval3 by Pascal Ganaye (see http://www.codeproject.com/Articles/13779/The-expression-evaluator-revisited-Eval-function-i) I also made some additons to this code, but again the code is his good work and licenced under CPOL.
The main code flow is handled by my own parser. Again a lot of help came from the internet: http://www.codeproject.com/Articles/220042/Easily-Create-Your-Own-Parser. Icemanind created a program for me to learn about parsers and regular expressions. His program is also licenced under COPL.
The AddOn for Powershell is based on different sources from the internet. However, the main source is PowerShellWorkBench by Mike Shepard: https://powershellworkbench.codeplex.com/
The AddOn SSH-FTP is based on SSH.NET (https://sshnet.codeplex.com/) and is open source under the MIT license. The FTP source is based on the FTP client library for NET (http://www.codeproject.com/Articles/11991/An-FTP-client-library-for-NET) and is open source under the CPOL license.
The AddOn JSON is based on JSON.net (http://www.newtonsoft.com/json) and is open source under the MIT license.
The AddOn DB is based on System.Data.SQLite (https://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki) and is open source.
The Gantt chart in the Addon Graphics is based on the Gantt chart from Adagio.81 (https://www.codeproject.com/Articles/20731/Gantt-Chart) and is licenced under CPOL.
The MQPut tooling are based on the IBM MQ Client Libraries. Check the IBM License in the documentation.