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

Commit 6f20069

Browse files
authored
Merge pull request #5 from qjon/develop
Add License
2 parents 2806b64 + 096715d commit 6f20069

File tree

3 files changed

+39
-5
lines changed

3 files changed

+39
-5
lines changed

LICENSE

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

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# angular2-tree
22

3-
## Demo
4-
5-
Working demo with _local storage_ you can find [here](https://qjon.github.io/angular2-tree/).
6-
73
## Installation
84

95
npm i @rign/angular2-tree
@@ -164,6 +160,9 @@ Using _ngrx/store_ you can listen on below actions and do whatever you want:
164160

165161
## Changes
166162

163+
### v2.0.1
164+
* add [MIT LICENSE](https://github.com/qjon/angular2-tree/blob/master/LICENSE)
165+
167166
### v2.0.0
168167
* use ngrx/store to store data
169168
* use actions and effects instead of events
@@ -209,3 +208,17 @@ Using _ngrx/store_ you can listen on below actions and do whatever you want:
209208
### v0.5.0
210209

211210
* primary version with all features described below.
211+
212+
213+
## Demo
214+
215+
Working demo with _local storage_ you can find [here](https://qjon.github.io/angular2-tree/).
216+
217+
218+
## Demo
219+
220+
Working demo with _local storage_ you can find [here](https://qjon.github.io/angular2-tree/).
221+
222+
## License
223+
224+
Licensed under [MIT](https://github.com/qjon/angular2-tree/blob/master/LICENSE).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rign/angular2-tree",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"license": "MIT",
55
"angular-cli": {},
66
"scripts": {

0 commit comments

Comments
 (0)