Minimal MQTT library

Committer:
defmacro
Date:
Mon Jun 27 16:25:40 2016 +0000
Revision:
1:311cd16389ff
Parent:
0:a268b80e3093
Fix typo error

Who changed what in which revision?

UserRevisionLine numberNew contents of line
defmacro 0:a268b80e3093 1 The MIT License (MIT)
defmacro 0:a268b80e3093 2
defmacro 0:a268b80e3093 3 Copyright (c) 2016 Xuejie "Rafael" Xiao
defmacro 0:a268b80e3093 4
defmacro 0:a268b80e3093 5 Permission is hereby granted, free of charge, to any person obtaining a copy
defmacro 0:a268b80e3093 6 of this software and associated documentation files (the "Software"), to deal
defmacro 0:a268b80e3093 7 in the Software without restriction, including without limitation the rights
defmacro 0:a268b80e3093 8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
defmacro 0:a268b80e3093 9 copies of the Software, and to permit persons to whom the Software is
defmacro 0:a268b80e3093 10 furnished to do so, subject to the following conditions:
defmacro 0:a268b80e3093 11
defmacro 0:a268b80e3093 12 The above copyright notice and this permission notice shall be included in all
defmacro 0:a268b80e3093 13 copies or substantial portions of the Software.
defmacro 0:a268b80e3093 14
defmacro 0:a268b80e3093 15 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
defmacro 0:a268b80e3093 16 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
defmacro 0:a268b80e3093 17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
defmacro 0:a268b80e3093 18 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
defmacro 0:a268b80e3093 19 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
defmacro 0:a268b80e3093 20 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
defmacro 0:a268b80e3093 21 SOFTWARE.