Skip to content

Commit 993501b

Browse files
committed
Display Unlicense prominently in README
1 parent 30d8689 commit 993501b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
error-stack-parser.js - Extract meaning from JS Errors
22
===============
3-
[![Build Status](https://travis-ci.org/stacktracejs/error-stack-parser.svg?branch=master)](https://travis-ci.org/stacktracejs/error-stack-parser) [![Coverage Status](https://img.shields.io/coveralls/stacktracejs/error-stack-parser.svg)](https://coveralls.io/r/stacktracejs/error-stack-parser) [![Code Climate](https://codeclimate.com/github/stacktracejs/error-stack-parser/badges/gpa.svg)](https://codeclimate.com/github/stacktracejs/error-stack-parser)
3+
[![Build Status](https://travis-ci.org/stacktracejs/error-stack-parser.svg?branch=master)](https://travis-ci.org/stacktracejs/error-stack-parser) [![Coverage Status](https://img.shields.io/coveralls/stacktracejs/error-stack-parser.svg)](https://coveralls.io/r/stacktracejs/error-stack-parser) [![GitHub license](https://img.shields.io/github/license/stacktracejs/error-stack-parser.svg)](http://unlicense.org)
44

55
Simple, cross-browser [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) parser.
66
This library parses and extracts function names, URLs, line numbers, and column numbers from the given Error's `stack` as
@@ -35,5 +35,3 @@ https://raw.githubusercontent.com/stacktracejs/error-stack-parser/master/dist/er
3535
## Contributing
3636
Want to be listed as a *Contributor*? Start with the [Contributing Guide](CONTRIBUTING.md)!
3737

38-
## License
39-
This project is licensed to the [Public Domain](http://unlicense.org)

0 commit comments

Comments
 (0)