File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,6 @@ Stax2 API is implemented natively by following Stax XML implementations:
18
18
In addition, Stax2 API contains wrapper implementations that can be used to support most of API on
19
19
regular Stax implementations like Sun SJSXP (default Stax implementation bundled with JDK 1.6 and 1.7).
20
20
21
- ## License
22
-
23
- API is licensed under standard BSD license, which is compatible with all Free and Open Software (OSS) licenses.
24
-
25
21
## Java package
26
22
27
23
API classes are in package ` org.codehaus.stax2 ` .
@@ -41,3 +37,9 @@ Maven dependency is defined as:
41
37
</dependency>
42
38
43
39
Jars can be found from [ Central Maven repo] ( http://repo1.maven.org/maven2/org/codehaus/woodstox/stax2-api/ ) .
40
+
41
+ ## License and Copyright
42
+
43
+ Copyright (c) 2018 FasterXML LLC < info@fasterxml.com >
44
+
45
+ This source code is licensed under standard BSD license, which is compatible with all Free and Open Software (OSS) licenses.
You can’t perform that action at this time.
0 commit comments