UNPKG

1.74 kBPlain TextView Raw
1Copyright (c) 2017, Christopher Jeffrey (https://github.com/chjj/)
2
3Permission is hereby granted, free of charge, to any person obtaining a copy
4of this software and associated documentation files (the "Software"), to deal
5in the Software without restriction, including without limitation the rights
6to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7copies of the Software, and to permit persons to whom the Software is
8furnished to do so, subject to the following conditions:
9
10The above copyright notice and this permission notice shall be included in
11all copies or substantial portions of the Software.
12
13THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19THE SOFTWARE.
20
21Parts of this software are based on long.js: https://github.com/dcodeIO/long.js.
22
23Copyright 2013 Daniel Wirtz <dcode@dcode.io>
24
25Licensed under the Apache License, Version 2.0 (the 'License');
26you may not use this file except in compliance with the License.
27You may obtain a copy of the License at
28
29http://www.apache.org/licenses/LICENSE-2.0
30
31Unless required by applicable law or agreed to in writing, software
32distributed under the License is distributed on an 'AS-IS' BASIS,
33WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34See the License for the specific language governing permissions and
35limitations under the License.