diff --git a/CDL.java b/CDL.java old mode 100755 new mode 100644 index 8520e86..aaa39cd --- a/CDL.java +++ b/CDL.java @@ -41,7 +41,7 @@ SOFTWARE. * The names for the elements in the JSONObjects can be taken from the names * in the first row. * @author JSON.org - * @version 2015-05-01 + * @version 2015-12-09 */ public class CDL { diff --git a/Cookie.java b/Cookie.java old mode 100755 new mode 100644 index 1867dbd..348dc68 --- a/Cookie.java +++ b/Cookie.java @@ -28,7 +28,7 @@ SOFTWARE. * Convert a web browser cookie specification to a JSONObject and back. * JSON and Cookies are both notations for name/value pairs. * @author JSON.org - * @version 2014-05-03 + * @version 2015-12-09 */ public class Cookie { diff --git a/CookieList.java b/CookieList.java old mode 100755 new mode 100644 index b716fd7..7a5628e --- a/CookieList.java +++ b/CookieList.java @@ -29,7 +29,7 @@ import java.util.Iterator; /** * Convert a web browser cookie list string to a JSONObject and back. * @author JSON.org - * @version 2014-05-03 + * @version 2015-12-09 */ public class CookieList { diff --git a/HTTP.java b/HTTP.java old mode 100755 new mode 100644 index 648f4da..b14d04e --- a/HTTP.java +++ b/HTTP.java @@ -29,7 +29,7 @@ import java.util.Iterator; /** * Convert an HTTP header to a JSONObject and back. * @author JSON.org - * @version 2014-05-03 + * @version 2015-12-09 */ public class HTTP { diff --git a/HTTPTokener.java b/HTTPTokener.java old mode 100755 new mode 100644 index b2489b6..55f48ff --- a/HTTPTokener.java +++ b/HTTPTokener.java @@ -28,7 +28,7 @@ SOFTWARE. * The HTTPTokener extends the JSONTokener to provide additional methods * for the parsing of HTTP headers. * @author JSON.org - * @version 2014-05-03 + * @version 2015-12-09 */ public class HTTPTokener extends JSONTokener { diff --git a/JSONException.java b/JSONException.java old mode 100755 new mode 100644 index 7601b7e..72542df --- a/JSONException.java +++ b/JSONException.java @@ -4,7 +4,7 @@ package org.json; * The JSONException is thrown by the JSON.org classes when things are amiss. * * @author JSON.org - * @version 2015-10-18 + * @version 2015-12-09 */ public class JSONException extends RuntimeException { /** Serialization ID */ diff --git a/JSONML.java b/JSONML.java old mode 100755 new mode 100644 index 42027cb..a4b874d --- a/JSONML.java +++ b/JSONML.java @@ -33,7 +33,7 @@ import java.util.Iterator; * the JsonML transform. * * @author JSON.org - * @version 2014-05-03 + * @version 2015-12-09 */ public class JSONML { diff --git a/JSONObject.java b/JSONObject.java old mode 100755 new mode 100644 index 53cdeec..e52a567 --- a/JSONObject.java +++ b/JSONObject.java @@ -92,7 +92,7 @@ import java.util.Set; * * * @author JSON.org - * @version 2015-12-05 + * @version 2015-12-09 */ public class JSONObject { /** diff --git a/JSONString.java b/JSONString.java old mode 100755 new mode 100644 diff --git a/JSONStringer.java b/JSONStringer.java old mode 100755 new mode 100644 index 25c2e5d..5fbc96a --- a/JSONStringer.java +++ b/JSONStringer.java @@ -54,7 +54,7 @@ import java.io.StringWriter; *
* This can sometimes be easier than using a JSONObject to build a string. * @author JSON.org - * @version 2008-09-18 + * @version 2015-12-09 */ public class JSONStringer extends JSONWriter { /** diff --git a/JSONWriter.java b/JSONWriter.java old mode 100755 new mode 100644 index 07bbc8c..09d1130 --- a/JSONWriter.java +++ b/JSONWriter.java @@ -54,7 +54,7 @@ SOFTWARE. *
* This can sometimes be easier than using a JSONObject to build a string. * @author JSON.org - * @version 2011-11-24 + * @version 2015-12-09 */ public class JSONWriter { private static final int maxdepth = 200; diff --git a/README b/README old mode 100755 new mode 100644 diff --git a/XML.java b/XML.java old mode 100755 new mode 100644 index 23a9919..9b66a1c --- a/XML.java +++ b/XML.java @@ -30,7 +30,7 @@ import java.util.Iterator; * This provides static methods to convert an XML text into a JSONObject, * and to covert a JSONObject into an XML text. * @author JSON.org - * @version 2015-10-18 + * @version 2015-12-09 */ public class XML { diff --git a/XMLTokener.java b/XMLTokener.java old mode 100755 new mode 100644 index d319765..e45e747 --- a/XMLTokener.java +++ b/XMLTokener.java @@ -28,7 +28,7 @@ SOFTWARE. * The XMLTokener extends the JSONTokener to provide additional methods * for the parsing of XML texts. * @author JSON.org - * @version 2014-05-03 + * @version 2015-12-09 */ public class XMLTokener extends JSONTokener {