diff --git a/CDL.java b/CDL.java old mode 100755 new mode 100644 index 8520e862d..aaa39cdda --- a/CDL.java +++ b/CDL.java @@ -41,7 +41,7 @@ of this software and associated documentation files (the "Software"), to deal * 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 1867dbd74..348dc688d --- a/Cookie.java +++ b/Cookie.java @@ -28,7 +28,7 @@ of this software and associated documentation files (the "Software"), to deal * 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 b716fd7e3..7a5628e91 --- a/CookieList.java +++ b/CookieList.java @@ -29,7 +29,7 @@ of this software and associated documentation files (the "Software"), to deal /** * 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 648f4dad7..b14d04ec9 --- a/HTTP.java +++ b/HTTP.java @@ -29,7 +29,7 @@ of this software and associated documentation files (the "Software"), to deal /** * 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 b2489b68d..55f48ffa5 --- a/HTTPTokener.java +++ b/HTTPTokener.java @@ -28,7 +28,7 @@ of this software and associated documentation files (the "Software"), to deal * 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 7601b7e19..72542dfb6 --- a/JSONException.java +++ b/JSONException.java @@ -4,7 +4,7 @@ * 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 42027cb00..a4b874dd5 --- a/JSONML.java +++ b/JSONML.java @@ -33,7 +33,7 @@ of this software and associated documentation files (the "Software"), to deal * 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 53cdeec43..e52a567f8 --- a/JSONObject.java +++ b/JSONObject.java @@ -92,7 +92,7 @@ of this software and associated documentation files (the "Software"), to deal * * * @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 25c2e5d78..5fbc96a9a --- a/JSONStringer.java +++ b/JSONStringer.java @@ -54,7 +54,7 @@ of this software and associated documentation files (the "Software"), to deal *
* 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 07bbc8cfa..09d113030 --- a/JSONWriter.java +++ b/JSONWriter.java @@ -54,7 +54,7 @@ of this software and associated documentation files (the "Software"), to deal *
* 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 23a991906..9b66a1caf --- a/XML.java +++ b/XML.java @@ -30,7 +30,7 @@ of this software and associated documentation files (the "Software"), to deal * 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 d3197653c..e45e747dc --- a/XMLTokener.java +++ b/XMLTokener.java @@ -28,7 +28,7 @@ of this software and associated documentation files (the "Software"), to deal * 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 {