Skip to content

Commit

Permalink
Added license file and travis definitions file
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Nov 25, 2013
1 parent 8ae1f7c commit 5000544
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 5 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: node_js
node_js:
- 0.8
- "0.10"
- "0.11"

notifications:
email:
recipients:
- andris@kreata.ee
on_success: change
on_failure: change
16 changes: 16 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Copyright (c) 2013 Andris Reinman

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:

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.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "nodeunit tests"
},
"keywords": [
"SMTP"
"SMTP", "sendmail", "Nodemailer", "email"
],
"author": "Andris Reinman",
"license": "MIT",
Expand All @@ -17,8 +17,5 @@
"devDependencies": {
"nodeunit": "~0.8.2"
},
"repository": {
"type": "git",
"url": "http://github.com/andris9/directmail.git"
}
"repository": "git://github.com/andris9/directmail.git"
}

0 comments on commit 5000544

Please sign in to comment.