Skip to content

Commit efc5a27

Browse files
committed
Complies with MIT license requirements
1 parent c332e92 commit efc5a27

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

src/msgpack.lua

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -730,3 +730,27 @@ export type Extension = { _msgpackType: typeof(msgpack.Extension), type:number,
730730
export type ByteArray = { _msgpackType: typeof(msgpack.ByteArray), data: string }
731731

732732
return msgpack
733+
734+
--[[
735+
MIT License
736+
737+
Copyright (c) 2021 Valts Liepiņš
738+
739+
Permission is hereby granted, free of charge, to any person obtaining a copy
740+
of this software and associated documentation files (the "Software"), to deal
741+
in the Software without restriction, including without limitation the rights
742+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
743+
copies of the Software, and to permit persons to whom the Software is
744+
furnished to do so, subject to the following conditions:
745+
746+
The above copyright notice and this permission notice shall be included in all
747+
copies or substantial portions of the Software.
748+
749+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
750+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
751+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
752+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
753+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
754+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
755+
SOFTWARE.
756+
]]

wally.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cipharius/msgpack-luau"
33
description = "A pure MessagePack binary serialization format implementation in Luau."
4-
version = "0.1.0"
4+
version = "0.1.1"
55
license = "MIT"
66
authors = ["Valts Liepiņš <cipharius@pm.me>"]
77
realm = "shared"

0 commit comments

Comments
 (0)