Skip to content
This repository was archived by the owner on Dec 4, 2018. It is now read-only.

Commit c752de3

Browse files
committed
add licenses
1 parent 8295c2f commit c752de3

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed

Diff for: LICENSE.APACHE2

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Apache License, Version 2.0
2+
3+
Copyright (c) 2011 Dominic Tarr
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.

Diff for: LICENSE.MIT

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

Diff for: readme.markdown

+4
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,7 @@ this module depends on https://github.com/creationix/jsonparse
128128
by Tim Caswell
129129
and also thanks to Florent Jaby for teaching me about parsing with:
130130
https://github.com/Floby/node-json-streams
131+
132+
## license
133+
134+
MIT / APACHE2

0 commit comments

Comments
 (0)