summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.*