Skip to content

Commit

Permalink
Merge pull request #3 from MitMaro/license
Browse files Browse the repository at this point in the history
Add license file
  • Loading branch information
MitMaro authored Nov 13, 2018
2 parents 4f0dd99 + 8689269 commit 833e635
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
15 changes: 15 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Copyright (c) 2018, Tim Oram and all contributors

Permission to use, copy, modify, and/or distribute this software
for any purpose with or without fee is hereby granted, provided
that the above copyright notice and this permission notice appear
in all copies.

The software is provided "as is" and the author disclaims all
warranties with regard to this software including all implied
warranties of merchantability and fitness. In no event shall the
author be liable for any special, direct, indirect, or
consequential damages or any damages whatsoever resulting from
loss of use, data or profits, whether in an action of contract,
negligence or other tortious action, arising out of or in connection
with the use or performance of this software.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
"test:coverage": "scripts/test.bash :coverage"
},
"author": "Tim Oram <[email protected]>",
"contributors": [
"Tim Oram <[email protected]>"
],
"license": "ISC",
"devDependencies": {
"@mitmaro/build-scripts": "^0.1.5",
Expand Down
1 change: 0 additions & 1 deletion scripts/test.bash
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env bash
cd "$(dirname "${BASH_SOURCE[0]}")" && source "./common.bash"


export NODE_ENV=test

task="${1-}"
Expand Down

0 comments on commit 833e635

Please sign in to comment.