diff --git a/src/main/java/com/reandroid/lib/json/CDL.java b/src/main/java/com/reandroid/lib/json/CDL.java index ec53777..c2ba348 100644 --- a/src/main/java/com/reandroid/lib/json/CDL.java +++ b/src/main/java/com/reandroid/lib/json/CDL.java @@ -1,18 +1,8 @@ - /* - * Copyright (C) 2022 github.com/REAndroid - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +/* + * Copyright (c) 2002 JSON.org (now "Public Domain") + * This is NOT property of REAndroid + * This package is renamed from org.json.* to avoid class conflict when used on anroid platforms +*/ package com.reandroid.lib.json; public class CDL { diff --git a/src/main/java/com/reandroid/lib/json/Cookie.java b/src/main/java/com/reandroid/lib/json/Cookie.java index 4794f61..996fc67 100644 --- a/src/main/java/com/reandroid/lib/json/Cookie.java +++ b/src/main/java/com/reandroid/lib/json/Cookie.java @@ -1,18 +1,8 @@ - /* - * Copyright (C) 2022 github.com/REAndroid - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +/* + * Copyright (c) 2002 JSON.org (now "Public Domain") + * This is NOT property of REAndroid + * This package is renamed from org.json.* to avoid class conflict when used on anroid platforms +*/ package com.reandroid.lib.json; import java.util.Locale; diff --git a/src/main/java/com/reandroid/lib/json/CookieList.java b/src/main/java/com/reandroid/lib/json/CookieList.java index a82dc8c..9b7a02f 100644 --- a/src/main/java/com/reandroid/lib/json/CookieList.java +++ b/src/main/java/com/reandroid/lib/json/CookieList.java @@ -1,18 +1,8 @@ - /* - * Copyright (C) 2022 github.com/REAndroid - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +/* + * Copyright (c) 2002 JSON.org (now "Public Domain") + * This is NOT property of REAndroid + * This package is renamed from org.json.* to avoid class conflict when used on anroid platforms +*/ package com.reandroid.lib.json; public class CookieList { diff --git a/src/main/java/com/reandroid/lib/json/HTTP.java b/src/main/java/com/reandroid/lib/json/HTTP.java index 4f31b9c..906a624 100644 --- a/src/main/java/com/reandroid/lib/json/HTTP.java +++ b/src/main/java/com/reandroid/lib/json/HTTP.java @@ -1,18 +1,8 @@ - /* - * Copyright (C) 2022 github.com/REAndroid - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +/* + * Copyright (c) 2002 JSON.org (now "Public Domain") + * This is NOT property of REAndroid + * This package is renamed from org.json.* to avoid class conflict when used on anroid platforms +*/ package com.reandroid.lib.json; import java.util.Locale; diff --git a/src/main/java/com/reandroid/lib/json/HTTPTokener.java b/src/main/java/com/reandroid/lib/json/HTTPTokener.java index 8067437..0ccd0f4 100644 --- a/src/main/java/com/reandroid/lib/json/HTTPTokener.java +++ b/src/main/java/com/reandroid/lib/json/HTTPTokener.java @@ -1,18 +1,8 @@ - /* - * Copyright (C) 2022 github.com/REAndroid - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +/* + * Copyright (c) 2002 JSON.org (now "Public Domain") + * This is NOT property of REAndroid + * This package is renamed from org.json.* to avoid class conflict when used on anroid platforms +*/ package com.reandroid.lib.json; public class HTTPTokener extends JSONTokener { diff --git a/src/main/java/com/reandroid/lib/json/JSONArray.java b/src/main/java/com/reandroid/lib/json/JSONArray.java index 79b5cc7..4bb9205 100644 --- a/src/main/java/com/reandroid/lib/json/JSONArray.java +++ b/src/main/java/com/reandroid/lib/json/JSONArray.java @@ -1,18 +1,8 @@ - /* - * Copyright (C) 2022 github.com/REAndroid - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +/* + * Copyright (c) 2002 JSON.org (now "Public Domain") + * This is NOT property of REAndroid + * This package is renamed from org.json.* to avoid class conflict when used on anroid platforms +*/ package com.reandroid.lib.json; import java.io.IOException; diff --git a/src/main/java/com/reandroid/lib/json/JSONConvert.java b/src/main/java/com/reandroid/lib/json/JSONConvert.java index fafecef..00f4b3a 100644 --- a/src/main/java/com/reandroid/lib/json/JSONConvert.java +++ b/src/main/java/com/reandroid/lib/json/JSONConvert.java @@ -1,18 +1,8 @@ - /* - * Copyright (C) 2022 github.com/REAndroid - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +/* + * Copyright (c) 2002 JSON.org (now "Public Domain") + * This is NOT property of REAndroid + * This package is renamed from org.json.* to avoid class conflict when used on anroid platforms +*/ package com.reandroid.lib.json; public interface JSONConvert { diff --git a/src/main/java/com/reandroid/lib/json/JSONException.java b/src/main/java/com/reandroid/lib/json/JSONException.java index d0c2eb7..527363f 100644 --- a/src/main/java/com/reandroid/lib/json/JSONException.java +++ b/src/main/java/com/reandroid/lib/json/JSONException.java @@ -1,18 +1,8 @@ - /* - * Copyright (C) 2022 github.com/REAndroid - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +/* + * Copyright (c) 2002 JSON.org (now "Public Domain") + * This is NOT property of REAndroid + * This package is renamed from org.json.* to avoid class conflict when used on anroid platforms +*/ package com.reandroid.lib.json; public class JSONException extends IllegalArgumentException { diff --git a/src/main/java/com/reandroid/lib/json/JSONItem.java b/src/main/java/com/reandroid/lib/json/JSONItem.java index 5898f6b..8bd709e 100644 --- a/src/main/java/com/reandroid/lib/json/JSONItem.java +++ b/src/main/java/com/reandroid/lib/json/JSONItem.java @@ -1,18 +1,8 @@ - /* - * Copyright (C) 2022 github.com/REAndroid - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +/* + * Copyright (c) 2002 JSON.org (now "Public Domain") + * This is NOT property of REAndroid + * This package is renamed from org.json.* to avoid class conflict when used on anroid platforms +*/ package com.reandroid.lib.json; import java.io.*; diff --git a/src/main/java/com/reandroid/lib/json/JSONML.java b/src/main/java/com/reandroid/lib/json/JSONML.java index 7dd6c25..f493bcc 100644 --- a/src/main/java/com/reandroid/lib/json/JSONML.java +++ b/src/main/java/com/reandroid/lib/json/JSONML.java @@ -1,18 +1,8 @@ - /* - * Copyright (C) 2022 github.com/REAndroid - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +/* + * Copyright (c) 2002 JSON.org (now "Public Domain") + * This is NOT property of REAndroid + * This package is renamed from org.json.* to avoid class conflict when used on anroid platforms +*/ package com.reandroid.lib.json; public class JSONML { diff --git a/src/main/java/com/reandroid/lib/json/JSONObject.java b/src/main/java/com/reandroid/lib/json/JSONObject.java index 7a3f0de..a1bc0fb 100644 --- a/src/main/java/com/reandroid/lib/json/JSONObject.java +++ b/src/main/java/com/reandroid/lib/json/JSONObject.java @@ -1,18 +1,8 @@ - /* - * Copyright (C) 2022 github.com/REAndroid - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +/* + * Copyright (c) 2002 JSON.org (now "Public Domain") + * This is NOT property of REAndroid + * This package is renamed from org.json.* to avoid class conflict when used on anroid platforms +*/ package com.reandroid.lib.json; import java.io.*; diff --git a/src/main/java/com/reandroid/lib/json/JSONPointer.java b/src/main/java/com/reandroid/lib/json/JSONPointer.java index 04a9c13..f1574ad 100644 --- a/src/main/java/com/reandroid/lib/json/JSONPointer.java +++ b/src/main/java/com/reandroid/lib/json/JSONPointer.java @@ -1,18 +1,8 @@ - /* - * Copyright (C) 2022 github.com/REAndroid - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +/* + * Copyright (c) 2002 JSON.org (now "Public Domain") + * This is NOT property of REAndroid + * This package is renamed from org.json.* to avoid class conflict when used on anroid platforms +*/ package com.reandroid.lib.json; import static java.lang.String.format; diff --git a/src/main/java/com/reandroid/lib/json/JSONPointerException.java b/src/main/java/com/reandroid/lib/json/JSONPointerException.java index 25d9866..ef8ab98 100644 --- a/src/main/java/com/reandroid/lib/json/JSONPointerException.java +++ b/src/main/java/com/reandroid/lib/json/JSONPointerException.java @@ -1,18 +1,8 @@ - /* - * Copyright (C) 2022 github.com/REAndroid - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +/* + * Copyright (c) 2002 JSON.org (now "Public Domain") + * This is NOT property of REAndroid + * This package is renamed from org.json.* to avoid class conflict when used on anroid platforms +*/ package com.reandroid.lib.json; public class JSONPointerException extends JSONException { diff --git a/src/main/java/com/reandroid/lib/json/JSONPropertyIgnore.java b/src/main/java/com/reandroid/lib/json/JSONPropertyIgnore.java index a25bab2..097e9c3 100644 --- a/src/main/java/com/reandroid/lib/json/JSONPropertyIgnore.java +++ b/src/main/java/com/reandroid/lib/json/JSONPropertyIgnore.java @@ -1,18 +1,8 @@ - /* - * Copyright (C) 2022 github.com/REAndroid - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +/* + * Copyright (c) 2002 JSON.org (now "Public Domain") + * This is NOT property of REAndroid + * This package is renamed from org.json.* to avoid class conflict when used on anroid platforms +*/ package com.reandroid.lib.json; import static java.lang.annotation.ElementType.METHOD; diff --git a/src/main/java/com/reandroid/lib/json/JSONPropertyName.java b/src/main/java/com/reandroid/lib/json/JSONPropertyName.java index 686cd4d..c58d2dc 100644 --- a/src/main/java/com/reandroid/lib/json/JSONPropertyName.java +++ b/src/main/java/com/reandroid/lib/json/JSONPropertyName.java @@ -1,18 +1,8 @@ - /* - * Copyright (C) 2022 github.com/REAndroid - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +/* + * Copyright (c) 2002 JSON.org (now "Public Domain") + * This is NOT property of REAndroid + * This package is renamed from org.json.* to avoid class conflict when used on anroid platforms +*/ package com.reandroid.lib.json; import static java.lang.annotation.ElementType.METHOD; diff --git a/src/main/java/com/reandroid/lib/json/JSONString.java b/src/main/java/com/reandroid/lib/json/JSONString.java index 4b8d1b5..f9744c5 100644 --- a/src/main/java/com/reandroid/lib/json/JSONString.java +++ b/src/main/java/com/reandroid/lib/json/JSONString.java @@ -1,18 +1,8 @@ - /* - * Copyright (C) 2022 github.com/REAndroid - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +/* + * Copyright (c) 2002 JSON.org (now "Public Domain") + * This is NOT property of REAndroid + * This package is renamed from org.json.* to avoid class conflict when used on anroid platforms +*/ package com.reandroid.lib.json; public interface JSONString { diff --git a/src/main/java/com/reandroid/lib/json/JSONStringer.java b/src/main/java/com/reandroid/lib/json/JSONStringer.java index fc3bbfc..ea4123e 100644 --- a/src/main/java/com/reandroid/lib/json/JSONStringer.java +++ b/src/main/java/com/reandroid/lib/json/JSONStringer.java @@ -1,18 +1,8 @@ - /* - * Copyright (C) 2022 github.com/REAndroid - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +/* + * Copyright (c) 2002 JSON.org (now "Public Domain") + * This is NOT property of REAndroid + * This package is renamed from org.json.* to avoid class conflict when used on anroid platforms +*/ package com.reandroid.lib.json; import java.io.StringWriter; diff --git a/src/main/java/com/reandroid/lib/json/JSONTokener.java b/src/main/java/com/reandroid/lib/json/JSONTokener.java index 129ae61..298e240 100644 --- a/src/main/java/com/reandroid/lib/json/JSONTokener.java +++ b/src/main/java/com/reandroid/lib/json/JSONTokener.java @@ -1,18 +1,8 @@ - /* - * Copyright (C) 2022 github.com/REAndroid - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +/* + * Copyright (c) 2002 JSON.org (now "Public Domain") + * This is NOT property of REAndroid + * This package is renamed from org.json.* to avoid class conflict when used on anroid platforms +*/ package com.reandroid.lib.json; import java.io.BufferedReader; diff --git a/src/main/java/com/reandroid/lib/json/JSONWriter.java b/src/main/java/com/reandroid/lib/json/JSONWriter.java index a534dc1..47fcf11 100644 --- a/src/main/java/com/reandroid/lib/json/JSONWriter.java +++ b/src/main/java/com/reandroid/lib/json/JSONWriter.java @@ -1,18 +1,8 @@ - /* - * Copyright (C) 2022 github.com/REAndroid - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +/* + * Copyright (c) 2002 JSON.org (now "Public Domain") + * This is NOT property of REAndroid + * This package is renamed from org.json.* to avoid class conflict when used on anroid platforms +*/ package com.reandroid.lib.json; import java.io.IOException; diff --git a/src/main/java/com/reandroid/lib/json/JsonUtil.java b/src/main/java/com/reandroid/lib/json/JsonUtil.java index 3c2cd9c..15de813 100644 --- a/src/main/java/com/reandroid/lib/json/JsonUtil.java +++ b/src/main/java/com/reandroid/lib/json/JsonUtil.java @@ -1,18 +1,8 @@ - /* - * Copyright (C) 2022 github.com/REAndroid - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +/* + * Copyright (c) 2002 JSON.org (now "Public Domain") + * This is NOT property of REAndroid + * This package is renamed from org.json.* to avoid class conflict when used on anroid platforms +*/ package com.reandroid.lib.json; import java.io.*; diff --git a/src/main/java/com/reandroid/lib/json/Property.java b/src/main/java/com/reandroid/lib/json/Property.java index 624197d..1eb7efa 100644 --- a/src/main/java/com/reandroid/lib/json/Property.java +++ b/src/main/java/com/reandroid/lib/json/Property.java @@ -1,18 +1,8 @@ - /* - * Copyright (C) 2022 github.com/REAndroid - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +/* + * Copyright (c) 2002 JSON.org (now "Public Domain") + * This is NOT property of REAndroid + * This package is renamed from org.json.* to avoid class conflict when used on anroid platforms +*/ package com.reandroid.lib.json; import java.util.Enumeration; diff --git a/src/main/java/com/reandroid/lib/json/XML.java b/src/main/java/com/reandroid/lib/json/XML.java index bd813a3..af32ba8 100644 --- a/src/main/java/com/reandroid/lib/json/XML.java +++ b/src/main/java/com/reandroid/lib/json/XML.java @@ -1,18 +1,8 @@ - /* - * Copyright (C) 2022 github.com/REAndroid - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +/* + * Copyright (c) 2002 JSON.org (now "Public Domain") + * This is NOT property of REAndroid + * This package is renamed from org.json.* to avoid class conflict when used on anroid platforms +*/ package com.reandroid.lib.json; import java.io.Reader; diff --git a/src/main/java/com/reandroid/lib/json/XMLParserConfiguration.java b/src/main/java/com/reandroid/lib/json/XMLParserConfiguration.java index 666227b..5dbf503 100644 --- a/src/main/java/com/reandroid/lib/json/XMLParserConfiguration.java +++ b/src/main/java/com/reandroid/lib/json/XMLParserConfiguration.java @@ -1,18 +1,8 @@ - /* - * Copyright (C) 2022 github.com/REAndroid - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +/* + * Copyright (c) 2002 JSON.org (now "Public Domain") + * This is NOT property of REAndroid + * This package is renamed from org.json.* to avoid class conflict when used on anroid platforms +*/ package com.reandroid.lib.json; import java.util.Collections; diff --git a/src/main/java/com/reandroid/lib/json/XMLTokener.java b/src/main/java/com/reandroid/lib/json/XMLTokener.java index b101a3c..693febc 100644 --- a/src/main/java/com/reandroid/lib/json/XMLTokener.java +++ b/src/main/java/com/reandroid/lib/json/XMLTokener.java @@ -1,18 +1,8 @@ - /* - * Copyright (C) 2022 github.com/REAndroid - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +/* + * Copyright (c) 2002 JSON.org (now "Public Domain") + * This is NOT property of REAndroid + * This package is renamed from org.json.* to avoid class conflict when used on anroid platforms +*/ package com.reandroid.lib.json; import java.io.Reader; diff --git a/src/main/java/com/reandroid/lib/json/XMLXsiTypeConverter.java b/src/main/java/com/reandroid/lib/json/XMLXsiTypeConverter.java index d7d8897..29296a3 100644 --- a/src/main/java/com/reandroid/lib/json/XMLXsiTypeConverter.java +++ b/src/main/java/com/reandroid/lib/json/XMLXsiTypeConverter.java @@ -1,18 +1,8 @@ - /* - * Copyright (C) 2022 github.com/REAndroid - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +/* + * Copyright (c) 2002 JSON.org (now "Public Domain") + * This is NOT property of REAndroid + * This package is renamed from org.json.* to avoid class conflict when used on anroid platforms +*/ package com.reandroid.lib.json; public interface XMLXsiTypeConverter {