Skip to content

Commit 9ae767e

Browse files
authored
Merge pull request #17 from jeremiah/patch-1
License and copyright proposal in README
2 parents 1cfd09a + f335a2e commit 9ae767e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ Stax2 API is implemented natively by following Stax XML implementations:
1818
In addition, Stax2 API contains wrapper implementations that can be used to support most of API on
1919
regular Stax implementations like Sun SJSXP (default Stax implementation bundled with JDK 1.6 and 1.7).
2020

21-
## License
22-
23-
API is licensed under standard BSD license, which is compatible with all Free and Open Software (OSS) licenses.
24-
2521
## Java package
2622

2723
API classes are in package `org.codehaus.stax2`.
@@ -41,3 +37,9 @@ Maven dependency is defined as:
4137
</dependency>
4238

4339
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.

0 commit comments

Comments
 (0)