summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishnu Easwaran E2020-05-14 22:39:44 +0530
committerVishnu Easwaran E2020-05-14 22:39:44 +0530
commit7dcd812e76504af26837ac508837f21bff4a1b4e (patch)
tree594b8552fe79ad3a9553489aa6472c3fd615a8bb
parentc67d756ab365cf9516c02e9f415b68bf84579158 (diff)
downloadOpenPLC-7dcd812e76504af26837ac508837f21bff4a1b4e.tar.gz
OpenPLC-7dcd812e76504af26837ac508837f21bff4a1b4e.tar.bz2
OpenPLC-7dcd812e76504af26837ac508837f21bff4a1b4e.zip
[vishnu] Hyperlinks for the softwares and added Contributors names to LICENSE.
-rw-r--r--LICENSE4
-rwxr-xr-xREADME.md4
2 files changed, 5 insertions, 3 deletions
diff --git a/LICENSE b/LICENSE
index 40c4987..bf3a2cf 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,8 @@
MIT License
-Copyright (c) 2020 Vishnu Easwaran E, FOSSEE
+Copyright (c) 2020 FOSSEE
+
+Contributors : Vishnu Easwaran, Akshay Chipkar, Akshai M, Shaunak, Nivedita.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index 30c1d6a..57408fe 100755
--- a/README.md
+++ b/README.md
@@ -37,8 +37,8 @@ As mentioned earlier, we are also providing a set of plug-and-play modules for p
The two versions of PLCs uses two different software for programming.
-- LDMicro : A simple and intuitive LD programming IDE, used for programming *OpenPLC Version 1*. It is a forked and locally maintained version of [jwesthues's](https://github.com/LDmicro/LDmicro) software.
-- 4diac : A system, used for *OpenPLC version 2*, that consists of an IDE and a runtime environment for FBD programming and deployment. At present we directly use the [Eclipse 4diac](https://www.eclipse.org/4diac/) project with the Raspberry Pi work-flow.
+- [LDMicro](Software/OpenPLCV1_LDMicro/) : A simple and intuitive LD programming IDE, used for programming *OpenPLC Version 1*. It is a forked and locally maintained version of [Jonathan Westhues](https://github.com/LDmicro/LDmicro) software.
+- [4diac](https://www.eclipse.org/4diac/index.php) : A system, used for *OpenPLC version 2*, that consists of an IDE and a runtime environment for FBD programming and deployment. At present we directly use the [Eclipse 4diac](https://www.eclipse.org/4diac/) project with the Raspberry Pi work-flow.
*Note : Detailed documentation regarding each of the above are present in the respective directories.*