Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
First commit. LICENSE and README have been set.
  • Loading branch information
Jamey committed Oct 13, 2020
0 parents commit 18feb40
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 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.
18 changes: 18 additions & 0 deletions 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.

0 comments on commit 18feb40

Please sign in to comment.