License.txt 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  1. PROJECT LICENSE
  2. Copyright (c) 2018 Pranav Suri
  3. The projects in this repository were submitted by Pranav Suri as part of the
  4. Nanodegree At Udacity.
  5. As part of Udacity Honor code, your submissions must be your own work, hence
  6. submitting this project as yours will cause you to break the Udacity Honor Code
  7. and the suspension of your account.
  8. I, the author of the project, allow you to check the code as a reference, but
  9. if you submit it, it's your own responsibility if you get expelled.
  10. Besides the above notice, the following license applies and this license notice
  11. must be included in all works derived from this project.
  12. MIT License
  13. Permission is hereby granted, free of charge, to any person obtaining a copy
  14. of this software and associated documentation files (the "Software"), to deal
  15. in the Software without restriction, including without limitation the rights
  16. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  17. copies of the Software, and to permit persons to whom the Software is
  18. furnished to do so, subject to the following conditions:
  19. The above copyright notice and this permission notice shall be included in all
  20. copies or substantial portions of the Software.
  21. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  22. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  23. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  24. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  25. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  26. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  27. SOFTWARE.