From e64e235e4b34bfad3ea37a591410b9a956cd5e54 Mon Sep 17 00:00:00 2001 From: stujones11 Date: Mon, 8 Apr 2019 18:24:00 +0100 Subject: [PATCH] Add license header to location.lua --- LICENSE.md | 4 ---- location.lua | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index 34d4646..0000000 --- a/LICENSE.md +++ /dev/null @@ -1,4 +0,0 @@ -[mod] 3d wielded items [wield3d] -================================ - -Copyright (C) 2019 Stuart Jones - MIT diff --git a/location.lua b/location.lua index 3cd9bc3..d7765f3 100644 --- a/location.lua +++ b/location.lua @@ -1,3 +1,29 @@ +--[[ + +MIT License + +Copyright (c) 2019 stujones11, Stuart Jones + +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. + +]]-- + -- Wielded Item Location Overrides - [item_name] = {bone, position, rotation} local bone = "Arm_Right"