Skip to content

Commit c76dd7b

Browse files
committed
Update license to MIT in docs and package json
1 parent e52af17 commit c76dd7b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Generate, parse and enhance JavaScript stack traces in all browsers
33

44
[![Build Status](https://img.shields.io/travis/stacktracejs/stacktrace.js/master.svg?style=flat-square)](https://travis-ci.org/stacktracejs/stacktrace.js)
55
[![Coverage Status](https://img.shields.io/coveralls/stacktracejs/stacktrace.js.svg?style=flat-square)](https://coveralls.io/r/stacktracejs/stacktrace.js?branch=master)
6-
[![GitHub license](https://img.shields.io/github/license/stacktracejs/stacktrace.js.svg?style=flat-square)](http://unlicense.org)
6+
[![GitHub license](https://img.shields.io/github/license/stacktracejs/stacktrace.js.svg?style=flat-square)](https://opensource.org/licenses/MIT)
77
[![CDNJS](https://img.shields.io/cdnjs/v/stacktrace.js.svg?style=flat-square)](https://cdnjs.com/libraries/stacktrace.js)
88
[![size with dependencies](https://img.shields.io/badge/size-29.9k-green.svg?style=flat-square)](https://github.com/stacktracejs/stacktrace.js/releases)
99
[![gzip size](https://img.shields.io/badge/gzipped-9.1k-green.svg?style=flat-square)](https://github.com/stacktracejs/stacktrace.js/releases)

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"error",
2323
"debugger"
2424
],
25-
"license": "Public Domain",
25+
"license": "MIT",
2626
"ignore": [
2727
"**/.*",
2828
"node_modules",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Oliver Salzburg (https://github.com/oliversalzburg)"
88
],
99
"version": "1.3.1",
10-
"license": "Unlicense",
10+
"license": "MIT",
1111
"keywords": [
1212
"stacktrace",
1313
"error",

0 commit comments

Comments
 (0)