diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..92a11d3 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,46 @@ +Copyright © 2012 - 2020, Udacity, Inc. + +Udacity hereby grants you a license in and to the Educational Content, including +but not limited to homework assignments, programming assignments, code samples, +and other educational materials and tools (as further described in the Udacity +Terms of Use), subject to, as modified herein, the terms and conditions of the +Creative Commons Attribution-NonCommercial- NoDerivs 3.0 License located at +http://creativecommons.org/licenses/by-nc-nd/4.0 and successor locations for +such license (the "CC License") provided that, in each case, the Educational +Content is specifically marked as being subject to the CC License. + +Udacity expressly defines the following as falling outside the definition of +"non-commercial": +(a) the sale or rental of (i) any part of the Educational Content, (ii) any + derivative works based at least in part on the Educational Content, or (iii) + any collective work that includes any part of the Educational Content; +(b) the sale of access or a link to any part of the Educational Content without + first obtaining informed consent from the buyer (that the buyer is aware + that the Educational Content, or such part thereof, is available at the + Website free of charge); +(c) providing training, support, or editorial services that use or reference the + Educational Content in exchange for a fee; +(d) the sale of advertisements, sponsorships, or promotions placed on the + Educational Content, or any part thereof, or the sale of advertisements, + sponsorships, or promotions on any website or blog containing any part of + the Educational Material, including without limitation any "pop-up + advertisements"; +(e) the use of Educational Content by a college, university, school, or other + educational institution for instruction where tuition is charged; and +(f) the use of Educational Content by a for-profit corporation or non-profit + entity for internal professional development or training. + +THE SERVICES AND ONLINE COURSES (INCLUDING ANY CONTENT) ARE PROVIDED "AS IS" AND +"AS AVAILABLE" WITH NO REPRESENTATIONS OR WARRANTIES OF ANY KIND, EITHER +EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. YOU +ASSUME TOTAL RESPONSIBILITY AND THE ENTIRE RISK FOR YOUR USE OF THE SERVICES, +ONLINE COURSES, AND CONTENT. WITHOUT LIMITING THE FOREGOING, WE DO NOT WARRANT +THAT (A) THE SERVICES, WEBSITES, CONTENT, OR THE ONLINE COURSES WILL MEET YOUR +REQUIREMENTS OR EXPECTATIONS OR ACHIEVE THE INTENDED PURPOSES, (B) THE WEBSITES +OR THE ONLINE COURSES WILL NOT EXPERIENCE OUTAGES OR OTHERWISE BE UNINTERRUPTED, +TIMELY, SECURE OR ERROR-FREE, (C) THE INFORMATION OR CONTENT OBTAINED THROUGH +THE SERVICES, SUCH AS CHAT ROOM SERVICES, WILL BE ACCURATE, COMPLETE, CURRENT, +ERROR- FREE, COMPLETELY SECURE OR RELIABLE, OR (D) THAT DEFECTS IN OR ON THE +SERVICES OR CONTENT WILL BE CORRECTED. YOU ASSUME ALL RISK OF PERSONAL INJURY, +INCLUDING DEATH AND DAMAGE TO PERSONAL PROPERTY, SUSTAINED FROM USE OF SERVICES. diff --git a/README.md b/README.md new file mode 100644 index 0000000..fdfb7d4 --- /dev/null +++ b/README.md @@ -0,0 +1,55 @@ +# README Template + +Below is a template provided for use when building your README file for students. + +# Project Title + +Project description goes here. + +## Getting Started + +Instructions for how to get a copy of the project running on your local machine. + +### Dependencies + +``` +Examples here +``` + +### Installation + +Step by step explanation of how to get a dev environment running. + +List out the steps + +``` +Give an example here +``` + +## Testing + +Explain the steps needed to run any automated tests + +### Break Down Tests + +Explain what each test does and why + +``` +Examples here +``` + +## Project Instructions + +This section should contain all the student deliverables for this project. + +## Built With + +* [Item1](www.item1.com) - Description of item +* [Item2](www.item2.com) - Description of item +* [Item3](www.item3.com) - Description of item + +Include all items used to build project. + +## License + +[License](LICENSE.txt) diff --git a/starter/README.md b/starter/README.md new file mode 100644 index 0000000..23a1c22 --- /dev/null +++ b/starter/README.md @@ -0,0 +1,3 @@ +# Purpose of this Folder + +This folder should contain the scaffolded project files to get a student started on their project. This repo will be added to the Classroom for students to use, so please do not have any solutions in this folder.