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
+
1
6
## Travis builds now enabled
2
7
3
8
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
6
11
7
12
## Read me first
8
13
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.
11
16
12
17
** Version 2.2 is out** . See [ here] ( https://github.com/java-json-tools/json-schema-validator/wiki/Whatsnew_22 )
13
18
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
105
110
Please see the [ wiki] ( https://github.com/java-json-tools/json-schema-validator/wiki/ ) for more
106
111
details.
107
112
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