Skip to content

Commit 6230128

Browse files
authored
Merge pull request #1041 from stleary/license-clarification
Enhance README with license clarification
2 parents a37aa69 + ff264ef commit 6230128

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ JSON in Java [package org.json]
2020

2121
The JSON-Java package is a reference implementation that demonstrates how to parse JSON documents into Java objects and how to generate new JSON documents from the Java classes.
2222

23+
The files in this package implement JSON encoders and decoders. The package can also convert between JSON and XML, HTTP headers, Cookies, and CDL.
24+
2325
Project goals include:
2426
* Reliable and consistent results
2527
* Adherence to the JSON specification
@@ -29,8 +31,16 @@ Project goals include:
2931
* Maintain backward compatibility
3032
* Designed and tested to use on Java versions 1.6 - 25
3133

34+
# License Clarification
35+
This project is in the public domain. This means:
36+
* You can use this code for any purpose, including commercial projects
37+
* No attribution or credit is required
38+
* You can modify, distribute, and sublicense freely
39+
* There are no conditions or restrictions whatsoever
40+
41+
We recognize this can create uncertainty for some corporate legal departments accustomed to standard licenses like MIT or Apache 2.0.
42+
If your organization requires a named license for compliance purposes, public domain is functionally equivalent to the Unlicense or CC0 1.0, both of which have been reviewed and accepted by organizations including the Open Source Initiative and Creative Commons. You may reference either when explaining this project's terms to your legal team.
3243

33-
The files in this package implement JSON encoders and decoders. The package can also convert between JSON and XML, HTTP headers, Cookies, and CDL.
3444

3545
# If you would like to contribute to this project
3646

0 commit comments

Comments
 (0)