From ecb25cd9fcf545d94859ebdfb938fd2b6de72881 Mon Sep 17 00:00:00 2001 From: Milind Gupta Date: Wed, 28 Jul 2021 21:10:09 -0700 Subject: [PATCH] Created a rockspec and updated License date --- LICENSE | 42 +++++++++++----------- rockspecs/tableUtils-1.21.07.27-1.rockspec | 25 +++++++++++++ 2 files changed, 46 insertions(+), 21 deletions(-) create mode 100644 rockspecs/tableUtils-1.21.07.27-1.rockspec diff --git a/LICENSE b/LICENSE index a8fc851..cc5c98f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,21 +1,21 @@ -MIT License - -Copyright (c) 2016 - -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. +MIT License + +Copyright (c) 2021 + +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/rockspecs/tableUtils-1.21.07.27-1.rockspec b/rockspecs/tableUtils-1.21.07.27-1.rockspec new file mode 100644 index 0000000..e88eb73 --- /dev/null +++ b/rockspecs/tableUtils-1.21.07.27-1.rockspec @@ -0,0 +1,25 @@ +package = "tableUtils" +version = "1.21.07.27-1" +source = { + url = "git://github.com/aryajur/tableUtils.git", + tag = "1.21.07.27" +} +description = { + summary = "Useful Table Manipulation Utilities", + detailed = [[ + Module providing some useful utilities for Lua Tables. + ]], + homepage = "http://milindsweb.amved.com/tableUtils.html", + license = "MIT" +} +dependencies = { + "lua >= 5.1" +} +build = { + type = "builtin", + install = { + bin = { + tableUtils = "src/tableUtils.lua", + }, + }, +} \ No newline at end of file