Skip to content

Commit ab7b86f

Browse files
committed
add badges for LGPLv3 and ASL 2.0
1 parent a679f30 commit ab7b86f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![License LGPLv3][LGPLv3 badge]][LGPLv3]
2+
[![License ASL 2.0][ASL 2.0 badge]][ASL 2.0]
13
[![Build Status][Travis badge]][Travis]
24

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

911
## Read me first
1012

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

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

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

0 commit comments

Comments
 (0)