Skip to content

Commit f41b8f2

Browse files
committed
fix compression
1 parent 8fa8598 commit f41b8f2

File tree

11 files changed

+825
-722
lines changed

11 files changed

+825
-722
lines changed

LICENSE

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,31 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
22+
23+
Copyright (c) 2010 Nuwa Information Co., Ltd, and individual contributors.
24+
All rights reserved.
25+
26+
Redistribution and use in source and binary forms, with or without
27+
modification, are permitted provided that the following conditions are met:
28+
29+
1. Redistributions of source code must retain the above copyright notice,
30+
this list of conditions and the following disclaimer.
31+
32+
2. Redistributions in binary form must reproduce the above copyright
33+
notice, this list of conditions and the following disclaimer in the
34+
documentation and/or other materials provided with the distribution.
35+
36+
3. Neither the name of Nuwa Information nor the names of its contributors
37+
may be used to endorse or promote products derived from this software
38+
without specific prior written permission.
39+
40+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
41+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
42+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
43+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
44+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
45+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
46+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
47+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
48+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
49+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![npm](https://img.shields.io/badge/npm-1.0.0%E2%80%93beta.14-blue.svg)](https://www.npmjs.com/package/@jcubic/lips)
44
![1.0.0 Complete](https://img.shields.io/github/milestones/progress-percent/jcubic/lips/1?label=1.0.0%20Complete)
5-
[![travis](https://travis-ci.com/jcubic/lips.svg?branch=devel&21ed1865de8603287c2e1099bf8d40861db61995)](https://travis-ci.com/jcubic/lips)
6-
[![Coverage Status](https://coveralls.io/repos/github/jcubic/lips/badge.svg?branch=devel&37b72c6a4f1219863d0c108d6dfe5548)](https://coveralls.io/github/jcubic/lips?branch=devel)
5+
[![travis](https://travis-ci.com/jcubic/lips.svg?branch=devel&8fa8598d59b261b28214e362c3d29009b831dc92)](https://travis-ci.com/jcubic/lips)
6+
[![Coverage Status](https://coveralls.io/repos/github/jcubic/lips/badge.svg?branch=devel&8c3211ada49521a8f2c41c9cc2095a91)](https://coveralls.io/github/jcubic/lips?branch=devel)
77
[![Join Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jcubic/lips)
88
[![GitHub license](https://img.shields.io/github/license/jcubic/lips.svg)](https://github.com/jcubic/lips/blob/master/LICENSE)
99
![NPM Download Count](https://img.shields.io/npm/dm/@jcubic/lips)

0 commit comments

Comments
 (0)