From 886308593fd1f02593b526d14779cc78e74b618d Mon Sep 17 00:00:00 2001 From: Steve Dogiakos Date: Thu, 6 Feb 2025 09:06:28 -0700 Subject: [PATCH] Create LICENSE and visual tweaks to README.md --- LICENSE | 21 +++++++++++++++++++++ README.md | 15 +++++++++++---- 2 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..3dc7f55 --- /dev/null +++ b/LICENSE @@ -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. diff --git a/README.md b/README.md index 854f45d..4391faf 100644 --- a/README.md +++ b/README.md @@ -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.