Skip to content

Commit d560880

Browse files
committed
Adding License
1 parent c7f5e40 commit d560880

File tree

3 files changed

+81
-0
lines changed

3 files changed

+81
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ snippet examples for your day to day workflow. Contributions are welcome!
2020
- [Generators](#generators)
2121
- [Async Await](#async-await)
2222
- [Getter/Setter functions](#getter-and-setter-functions)
23+
- [License](#License)
2324

2425
## var versus let / const
2526

@@ -1194,3 +1195,29 @@ person.fullName = 'Bond 007';
11941195
person.fullName; // Bond 007
11951196
```
11961197
<sup>[(back to table of contents)](#table-of-contents)</sup>
1198+
1199+
## License
1200+
1201+
The MIT License (MIT)
1202+
1203+
Copyright (c) 2015 David Leonard
1204+
1205+
Permission is hereby granted, free of charge, to any person obtaining a copy
1206+
of this software and associated documentation files (the "Software"), to deal
1207+
in the Software without restriction, including without limitation the rights
1208+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1209+
copies of the Software, and to permit persons to whom the Software is
1210+
furnished to do so, subject to the following conditions:
1211+
1212+
The above copyright notice and this permission notice shall be included in all
1213+
copies or substantial portions of the Software.
1214+
1215+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1216+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1217+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1218+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1219+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1220+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1221+
SOFTWARE.
1222+
1223+
<sup>[(back to table of contents)](#table-of-contents)</sup>

README_ko.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ ES2015(ES6)의 Tip & Tricks, 좋은 활용사례들과 코드 예제들이 포
2020
- [제너레이터(Generator)](#제너레이터generator)
2121
- [Async Await](#async-await)
2222
- [Getter/Setter 함수](#getter와-setter-함수)
23+
- [License](#License)
2324

2425
## var VS let / const
2526

@@ -1098,3 +1099,29 @@ person.fullName = 'EXID 솔지';
10981099
person.fullName; // EXID 솔지
10991100
```
11001101
<sup>[(목차로 돌아가기)](#목차)</sup>
1102+
1103+
## License
1104+
1105+
The MIT License (MIT)
1106+
1107+
Copyright (c) 2015 David Leonard
1108+
1109+
Permission is hereby granted, free of charge, to any person obtaining a copy
1110+
of this software and associated documentation files (the "Software"), to deal
1111+
in the Software without restriction, including without limitation the rights
1112+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1113+
copies of the Software, and to permit persons to whom the Software is
1114+
furnished to do so, subject to the following conditions:
1115+
1116+
The above copyright notice and this permission notice shall be included in all
1117+
copies or substantial portions of the Software.
1118+
1119+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1120+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1121+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1122+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1123+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1124+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1125+
SOFTWARE.
1126+
1127+
<sup>[(목차로 돌아가기)](#목차)</sup>

README_zhCn.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- [Promises](#promises)
2020
- [Generators](#generators)
2121
- [Async Await](#async-await)
22+
- [License](#License)
2223

2324
## var versus let / const
2425

@@ -1056,3 +1057,29 @@ main();
10561057
[这里](http://masnun.com/2015/11/11/using-es7-asyncawait-today-with-babel.html)是个很好的学习资源,让我们学习和使用这项ES7中的新功能。
10571058

10581059
<sup>[(回到目录)](#table-of-contents)</sup>
1060+
1061+
## License
1062+
1063+
The MIT License (MIT)
1064+
1065+
Copyright (c) 2015 David Leonard
1066+
1067+
Permission is hereby granted, free of charge, to any person obtaining a copy
1068+
of this software and associated documentation files (the "Software"), to deal
1069+
in the Software without restriction, including without limitation the rights
1070+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1071+
copies of the Software, and to permit persons to whom the Software is
1072+
furnished to do so, subject to the following conditions:
1073+
1074+
The above copyright notice and this permission notice shall be included in all
1075+
copies or substantial portions of the Software.
1076+
1077+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1078+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1079+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1080+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1081+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1082+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1083+
SOFTWARE.
1084+
1085+
<sup>[(回到目录)](#table-of-contents)</sup>

0 commit comments

Comments
 (0)