diff options
author | Eyantra698Sumanto | 2022-01-29 19:55:16 +0530 |
---|---|---|
committer | Eyantra698Sumanto | 2022-01-29 19:55:16 +0530 |
commit | ce6b5684596495bad4036e4445774fe85a5e8a4c (patch) | |
tree | f04ad817cc1455c8b5578de13f64ac0e81cf6023 /src/maker/createkicad.py | |
parent | 52817aa36a3e525f71d9db34d59a5c83d747c1b5 (diff) | |
download | eSim-ce6b5684596495bad4036e4445774fe85a5e8a4c.tar.gz eSim-ce6b5684596495bad4036e4445774fe85a5e8a4c.tar.bz2 eSim-ce6b5684596495bad4036e4445774fe85a5e8a4c.zip |
Updated the UI
Diffstat (limited to 'src/maker/createkicad.py')
-rwxr-xr-x | src/maker/createkicad.py | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/src/maker/createkicad.py b/src/maker/createkicad.py index b46e50ec..40a4bfdf 100755 --- a/src/maker/createkicad.py +++ b/src/maker/createkicad.py @@ -9,14 +9,21 @@ # REQUIREMENTS: --- # BUGS: --- # NOTES: --- -# AUTHOR: Sumanto Kar, jeetsumanto123@gmail.com, FOSSEE, IIT Bombay +# AUTHOR: Sumanto Kar, sumantokar@iitb.ac.in, FOSSEE, IIT Bombay # ACKNOWLEDGEMENTS: Rahul Paknikar, rahulp@iitb.ac.in, FOSSEE, IIT Bombay -# Digvjay Singh, digvijay.singh@iitb.ac.in, FOSSEE, IIT Bombay -# Prof. Maheswari R., VIT Chennai +# Digvijay Singh, digvijay.singh@iitb.ac.in, FOSSEE, IIT Bombay +# Prof. Maheswari R. and Team, VIT Chennai # GUIDED BY: Steve Hoover, Founder Redwood EDA +# Kunal Ghosh, VLSI System Design Corp.Pvt.Ltd +# Anagha Ghosh, VLSI System Design Corp.Pvt.Ltd +#OTHER CONTRIBUTERS: +# Prof. Madhuri Kadam, Shree L. R. Tiwari College of Engineering +# Rohinth Ram, Madras Institue of Technology +# Charaan S., Madras Institue of Technology +# Nalinkumar S., Madras Institue of Technology # ORGANIZATION: eSim Team at FOSSEE, IIT Bombay # CREATED: Monday 29, November 2021 -# REVISION: Monday 29, November 2021 +# REVISION: Tuesday 25, January 2022 # ========================================================================= # importing the files and libraries |