Skip to content

Commit

Permalink
add badges for LGPLv3 and ASL 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agebhar1 committed Dec 28, 2016
1 parent a679f30 commit ab7b86f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![License LGPLv3][LGPLv3 badge]][LGPLv3]
[![License ASL 2.0][ASL 2.0 badge]][ASL 2.0]
[![Build Status][Travis badge]][Travis]

## Travis builds now enabled
Expand All @@ -8,8 +10,8 @@ https://travis-ci.org/daveclayton/json-schema-validator

## Read me first

The **current** version of this project is licensed under both LGPLv3 (or later) and ASL 2.0. The old version
(2.0.x) was licensed under LGPL 3.0 (or later) only.
The **current** version of this project is licensed under both [LGPLv3] (or later) and [ASL 2.0]. The old version
(2.0.x) was licensed under [LGPL 3.0][LGPLv3] (or later) only.

**Version 2.2 is out**. See [here](https://github.com/daveclayton/json-schema-validator/wiki/Whatsnew_22)
for the list of changes compared to 2.0. And of course, it still has [all the
Expand Down Expand Up @@ -107,5 +109,9 @@ For a detailed discussion of the implementation, see
Please see the [wiki](https://github.com/daveclayton/json-schema-validator/wiki/) for more
details.

[LGPLv3 badge]: https://img.shields.io/:license-LGPLv3-blue.svg
[LGPLv3]: http://www.gnu.org/licenses/lgpl-3.0.html
[ASL 2.0 badge]: https://img.shields.io/:license-Apache%202.0-blue.svg
[ASL 2.0]: http://www.apache.org/licenses/LICENSE-2.0.html
[Travis Badge]: https://api.travis-ci.org/daveclayton/json-schema-validator.svg?branch=master
[Travis]: https://travis-ci.org/daveclayton/json-schema-validator

0 comments on commit ab7b86f

Please sign in to comment.