diff options
Diffstat (limited to 'InterProcessExamples/package.mo')
-rwxr-xr-x | InterProcessExamples/package.mo | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/InterProcessExamples/package.mo b/InterProcessExamples/package.mo new file mode 100755 index 0000000..77de993 --- /dev/null +++ b/InterProcessExamples/package.mo @@ -0,0 +1,16 @@ +within InterProcessCommunication.Examples; + +package InterProcessExamples +extends Modelica.Icons.ExamplesPackage; + annotation (Documentation(info= "<html> +<p> +<b>Inter Process Communication Library V1.0</b><br /><br /> +This package contains example models for inter process and intersystem communication. For User's guide to those models and necessary setups refer to <a href=\"modelica://InterProcessCommunication.info.Tutorial\"> Tutorial</a> +</p> +<p> +<b>License:</b> GNU GPL 2017<br /> +This is a free program, and you are welcome to modify and redistribute it. This program comes with ABSOLUTELY NO WARRANTY.<br /><br /> +<b>Credits:</b> ModeliCon Infotech Team <br />Ankur Gajjar <br />Shubham Patne <br />Jal Panchal <br />Ritesh Sharma <br />Pavan P <br /> +</p> +</html>")); +end InterProcessExamples;
\ No newline at end of file |