Skip to content

Commit

Permalink
Merge pull request #17 from jeremiah/patch-1
Browse files Browse the repository at this point in the history
License and copyright proposal in README
  • Loading branch information
cowtowncoder committed Apr 29, 2020
2 parents 1cfd09a + f335a2e commit 9ae767e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ Stax2 API is implemented natively by following Stax XML implementations:
In addition, Stax2 API contains wrapper implementations that can be used to support most of API on
regular Stax implementations like Sun SJSXP (default Stax implementation bundled with JDK 1.6 and 1.7).

## License

API is licensed under standard BSD license, which is compatible with all Free and Open Software (OSS) licenses.

## Java package

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

Jars can be found from [Central Maven repo](http://repo1.maven.org/maven2/org/codehaus/woodstox/stax2-api/).

## License and Copyright

Copyright (c) 2018 FasterXML LLC <info@fasterxml.com>

This source code is licensed under standard BSD license, which is compatible with all Free and Open Software (OSS) licenses.

0 comments on commit 9ae767e

Please sign in to comment.