Skip to content

Commit 4e75df4

Browse files
authored
Merge pull request #209 from agebhar1/feature/badges
add (head) badges for short overview
2 parents 33abfca + 672defc commit 4e75df4

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[![License LGPLv3][LGPLv3 badge]][LGPLv3]
2+
[![License ASL 2.0][ASL 2.0 badge]][ASL 2.0]
3+
[![Build Status][Travis badge]][Travis]
4+
![Maven Central](https://img.shields.io/maven-central/v/com.github.fge/json-schema-validator.svg)
5+
16
## Travis builds now enabled
27

38
Builds are now verified by Travis (see [issue #20](https://github.com/java-json-tools/json-patch/issues/20) from the json-patch project for details)
@@ -6,8 +11,8 @@ https://travis-ci.org/java-json-tools/json-schema-validator
611

712
## Read me first
813

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

1217
**Version 2.2 is out**. See [here](https://github.com/java-json-tools/json-schema-validator/wiki/Whatsnew_22)
1318
for the list of changes compared to 2.0. And of course, it still has [all the
@@ -105,3 +110,9 @@ For a detailed discussion of the implementation, see
105110
Please see the [wiki](https://github.com/java-json-tools/json-schema-validator/wiki/) for more
106111
details.
107112

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

0 commit comments

Comments
 (0)