Skip to content

Commit f335a2e

Browse files
authored
License and copyright proposal in README
I've made a proposal in this PR which is considered the "best practice" by legal folks. Adjust as you see fit but it should protect your rights and the rights of users effectively.
1 parent 1cfd09a commit f335a2e

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)