Add initial files

Add the changelog, license, and readme.
This commit is contained in:
Aidan Mullen 2022-12-18 07:35:34 -05:00
parent 41c0b5608b
commit 32b0946089
3 changed files with 15 additions and 0 deletions

7
CHANGELOG.MD Normal file
View File

@ -0,0 +1,7 @@
# Changelog
### Any and all changes are added to the following list upon their completion and inclusion into the software.
## 0.1.0
- Initial release.

6
LICENSE.MD Normal file
View File

@ -0,0 +1,6 @@
Copyright (c) 2022 Aidan Mullen
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

2
README.MD Normal file
View File

@ -0,0 +1,2 @@
# Under construction.