Skip to content

Commit 2163803

Browse files
BryanBryan
authored andcommitted
Add MIT license
1 parent a63064b commit 2163803

File tree

2 files changed

+39
-3
lines changed

2 files changed

+39
-3
lines changed

LICENSE

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Copyright 2020, Barchart.com, Inc., http://www.barchart.com/
2+
3+
This software consists of voluntary contributions made by many
4+
individuals. For exact contribution history, see the revision history
5+
available at https://github.com/barchart/log4js-node-appenders
6+
7+
The following license applies to all parts of this software.
8+
9+
====
10+
11+
Permission is hereby granted, free of charge, to any person obtaining
12+
a copy of this software and associated documentation files (the
13+
"Software"), to deal in the Software without restriction, including
14+
without limitation the rights to use, copy, modify, merge, publish,
15+
distribute, sublicense, and/or sell copies of the Software, and to
16+
permit persons to whom the Software is furnished to do so, subject to
17+
the following conditions:
18+
19+
The above copyright notice and this permission notice shall be
20+
included in all copies or substantial portions of the Software.
21+
22+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
23+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
24+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
25+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
26+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
27+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
28+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
{
22
"name": "@barchart/log4js-node-appenders",
33
"version": "1.1.1",
4-
"description": "JavaScript library with custom appenders for log4js",
5-
"dependencies": {},
4+
"description": "Custom appenders for log4js",
5+
"author": {
6+
"name": "Igor Losev",
7+
"email": "ihar.loseu@itechart-group.com",
8+
"url": "http://www.barchart.com"
9+
},
10+
"dependencies": {
11+
12+
},
613
"devDependencies": {
714
"gulp": "^4.0.2",
815
"gulp-git": "^2.10.1",
916
"gulp-jshint": "~2.1.0",
1017
"gulp-prompt": "^1.2.0",
1118
"jshint": "2.9.5"
12-
}
19+
},
20+
"license": "MIT"
1321
}

0 commit comments

Comments
 (0)