From 008bea2a64540e859902c4a7b68a51c241ffe082 Mon Sep 17 00:00:00 2001 From: adryd Date: Mon, 5 Jun 2023 12:10:02 -0400 Subject: [PATCH] Add license and bump version --- LICENSE | 22 +++++++++++++++++++++- gradle.properties | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 0a47d36..10f7c38 100644 --- a/LICENSE +++ b/LICENSE @@ -1 +1,21 @@ -meow \ No newline at end of file +MIT License + +Copyright (c) 2023 adryd + +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/gradle.properties b/gradle.properties index f918231..2beb03b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ yarn_mappings=1.19.4+build.2 loader_version=0.14.21 # Mod Properties -mod_version = 1.0.0-rc.2 +mod_version = 1.0.0 maven_group = com.adryd archives_base_name = sneaky