From 18feb40575756dadfb64e8a29e81734534cc2bf6 Mon Sep 17 00:00:00 2001 From: Jamey Date: Tue, 13 Oct 2020 14:42:55 -0400 Subject: [PATCH] First commit. LICENSE and README have been set. --- LICENSE.md | 11 +++++++++++ README.md | 18 ++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 LICENSE.md create mode 100644 README.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..1d938e9 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,11 @@ +# Released under MIT License + +Copyright (c) 2013 Mark Otto. + +Copyright (c) 2017 Andrew Fong. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..9437eae --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# CSE Senior Design Project Group 28 + +## Hello World! + +For right now this is an empty repository. This will hold everything we +work on for the coming year. We'll all work in separate branches in order +to make collaboration simple. + +## What's next + +We'll have to create a project write up. This can exist in a markdown file +or it can exist as a PDF commited into the repository. That's the next step +on the plate. + +After we pin down an initial design we'll have to setup a python environment +for the repository. This will lock the python3 version so all of us are working +with the same interpreter. This is extremely important and should addressed +before a single line of code is written.