Create LICENSE and visual tweaks to README.md

This commit is contained in:
Steve Dogiakos 2025-02-06 09:06:28 -07:00
parent 6f0027a677
commit 886308593f
2 changed files with 32 additions and 4 deletions

21
LICENSE Normal file
View File

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2025 The Montana Dinosaur Center
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.

View File

@ -27,14 +27,19 @@ To use or modify the Gas Form System, ensure you have:
cd gas-form```
2. Open index.html in a web browser to access the form.
## Usage
1. Enter the required information, including:
- Vehicle information
- Mileage at time of fill up
- Fuel quantity
- Fuel cost
- Vehicle information
- Mileage at time of fill up
- Fuel quantity
- Fuel cost
2. Submit the form to log the entry.
## Contribution
Contributions are welcome! To contribute:
1. Fork the repository.
@ -42,5 +47,7 @@ Contributions are welcome! To contribute:
3. Commit your changes `(git commit -m "Add new feature")`.
4. Push to the branch `(git push origin feature-branch)`.
5. Create a Pull Request.
## License
This project is licensed under the MIT License. See the [LICENSE] file for details.