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

Commit c6728c1

Browse files
committed
Adding license
1 parent 698f80a commit c6728c1

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,18 @@ In your repository :
5959
* upload
6060

6161
* deploy (the full process) is given in the example above (but customizable)
62+
63+
64+
65+
66+
# License
67+
68+
(The MIT License)
69+
70+
Copyright (c) 2015 Eric Abouaf
71+
72+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
73+
74+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
75+
76+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-lambda-gulp-tasks",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Gulp tasks to deploy AWS lambdas",
55
"main": "index.js",
66
"repository": {
@@ -13,6 +13,10 @@
1313
"gulp"
1414
],
1515
"author": "Eric Abouaf <[email protected]>",
16+
"license": "MIT",
17+
"bugs": {
18+
"url": "https://github.com/neyric/aws-lambda-gulp-tasks/issues"
19+
},
1620
"dependencies": {
1721
"aws-sdk": "^2.1.45",
1822
"del": "^2.0.0",

0 commit comments

Comments
 (0)