From 1efa7d52163e5023c4865df0fe0ac48cb1a202eb Mon Sep 17 00:00:00 2001 From: Ron Rise Date: Wed, 30 Jul 2025 13:34:08 -0400 Subject: [PATCH] add LICENSE file and update README with application image --- LICENSE.md | 21 +++++++++++++++++++++ README.md | 2 ++ backend | 2 +- 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..3137d16 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2025 Siteworx Professionals, LLC + +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. \ No newline at end of file diff --git a/README.md b/README.md index 6beace6..d15a180 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Gun Manager +![guns](frontend/src/assets/guns.gif) + Gun Manager is a web application for managing a gun inventory, built with Go and React. It allows users to add, edit, and delete gun records, as well as view them in a user-friendly interface. diff --git a/backend b/backend index 42bd95d..65af98b 160000 --- a/backend +++ b/backend @@ -1 +1 @@ -Subproject commit 42bd95d8042332c0553fc6f53ab2cd887b0c2558 +Subproject commit 65af98bf03514d2c10a9ff51f40e255d71596260