Skip to content

Commit 23cf659

Browse files
committed
Remove executable permission bit from file mode
1 parent 39e3ccc commit 23cf659

14 files changed

+12
-12
lines changed

CDL.java

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ of this software and associated documentation files (the "Software"), to deal
4141
* The names for the elements in the JSONObjects can be taken from the names
4242
* in the first row.
4343
* @author JSON.org
44-
* @version 2015-05-01
44+
* @version 2015-12-09
4545
*/
4646
public class CDL {
4747

Cookie.java

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ of this software and associated documentation files (the "Software"), to deal
2828
* Convert a web browser cookie specification to a JSONObject and back.
2929
* JSON and Cookies are both notations for name/value pairs.
3030
* @author JSON.org
31-
* @version 2014-05-03
31+
* @version 2015-12-09
3232
*/
3333
public class Cookie {
3434

CookieList.java

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ of this software and associated documentation files (the "Software"), to deal
2929
/**
3030
* Convert a web browser cookie list string to a JSONObject and back.
3131
* @author JSON.org
32-
* @version 2014-05-03
32+
* @version 2015-12-09
3333
*/
3434
public class CookieList {
3535

HTTP.java

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ of this software and associated documentation files (the "Software"), to deal
2929
/**
3030
* Convert an HTTP header to a JSONObject and back.
3131
* @author JSON.org
32-
* @version 2014-05-03
32+
* @version 2015-12-09
3333
*/
3434
public class HTTP {
3535

HTTPTokener.java

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ of this software and associated documentation files (the "Software"), to deal
2828
* The HTTPTokener extends the JSONTokener to provide additional methods
2929
* for the parsing of HTTP headers.
3030
* @author JSON.org
31-
* @version 2014-05-03
31+
* @version 2015-12-09
3232
*/
3333
public class HTTPTokener extends JSONTokener {
3434

JSONException.java

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* The JSONException is thrown by the JSON.org classes when things are amiss.
55
*
66
* @author JSON.org
7-
* @version 2015-10-18
7+
* @version 2015-12-09
88
*/
99
public class JSONException extends RuntimeException {
1010
/** Serialization ID */

JSONML.java

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ of this software and associated documentation files (the "Software"), to deal
3333
* the JsonML transform.
3434
*
3535
* @author JSON.org
36-
* @version 2014-05-03
36+
* @version 2015-12-09
3737
*/
3838
public class JSONML {
3939

JSONObject.java

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ of this software and associated documentation files (the "Software"), to deal
9292
* </ul>
9393
*
9494
* @author JSON.org
95-
* @version 2015-12-05
95+
* @version 2015-12-09
9696
*/
9797
public class JSONObject {
9898
/**

JSONString.java

100755100644
File mode changed.

JSONStringer.java

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ of this software and associated documentation files (the "Software"), to deal
5454
* <p>
5555
* This can sometimes be easier than using a JSONObject to build a string.
5656
* @author JSON.org
57-
* @version 2008-09-18
57+
* @version 2015-12-09
5858
*/
5959
public class JSONStringer extends JSONWriter {
6060
/**

0 commit comments

Comments
 (0)