Updated Branches: refs/heads/master 403297d96 -> 420cee4ee
[CB-3468] Add missing license headers found by RAT Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/420cee4e Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/420cee4e Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/420cee4e Branch: refs/heads/master Commit: 420cee4ee6f2aeed43b8f54423f22791bb84141d Parents: 403297d Author: Andrew Grieve <[email protected]> Authored: Tue May 28 16:43:38 2013 -0400 Committer: Andrew Grieve <[email protected]> Committed: Tue May 28 16:43:38 2013 -0400 ---------------------------------------------------------------------- README.md | 20 ++++++++++ bin/check_reqs.bat | 19 +++++++++- bin/templates/cordova/build.bat | 18 +++++++++- bin/templates/cordova/clean.bat | 16 ++++++++ bin/templates/cordova/cordova.bat | 4 +-- bin/templates/cordova/lib/install-device.bat | 18 +++++++++- bin/templates/cordova/lib/install-emulator.bat | 18 +++++++++- bin/templates/cordova/lib/list-devices.bat | 18 +++++++++- bin/templates/cordova/lib/list-emulator-images.bat | 18 +++++++++- .../cordova/lib/list-started-emulators.bat | 18 +++++++++- bin/templates/cordova/lib/start-emulator.bat | 18 +++++++++- bin/templates/cordova/log.bat | 16 ++++++++ bin/templates/cordova/run.bat | 18 +++++++++- framework/res/xml/config.xml | 29 ++++++++------- framework/src/org/apache/cordova/JSONUtils.java | 18 +++++++++ .../org/apache/cordova/api/CallbackContext.java | 18 +++++++++ .../src/org/apache/cordova/api/DataResource.java | 18 +++++++++ .../apache/cordova/api/DataResourceContext.java | 18 +++++++++ test/README.md | 20 ++++++++++ test/res/xml/config.xml | 18 +++++++++ 20 files changed, 333 insertions(+), 25 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/420cee4e/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 0b14551..0074559 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ +<!-- +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. +# +--> Cordova Android === http://git-wip-us.apache.org/repos/asf/cordova-android/blob/420cee4e/bin/check_reqs.bat ---------------------------------------------------------------------- diff --git a/bin/check_reqs.bat b/bin/check_reqs.bat index 65514c8..12da1e7 100644 --- a/bin/check_reqs.bat +++ b/bin/check_reqs.bat @@ -1,3 +1,20 @@ +:: Licensed to the Apache Software Foundation (ASF) under one +:: or more contributor license agreements. See the NOTICE file +:: distributed with this work for additional information +:: regarding copyright ownership. The ASF licenses this file +:: to you 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. + @ECHO OFF SET full_path=%~dp0 IF EXIST %full_path%check_reqs.js ( @@ -6,4 +23,4 @@ IF EXIST %full_path%check_reqs.js ( ECHO. ECHO ERROR: Could not find 'check_reqs.js' in 'bin' folder, aborting...>&2 EXIT /B 1 -) \ No newline at end of file +) http://git-wip-us.apache.org/repos/asf/cordova-android/blob/420cee4e/bin/templates/cordova/build.bat ---------------------------------------------------------------------- diff --git a/bin/templates/cordova/build.bat b/bin/templates/cordova/build.bat index 7aa7c75..392f374 100644 --- a/bin/templates/cordova/build.bat +++ b/bin/templates/cordova/build.bat @@ -1,2 +1,18 @@ +:: Licensed to the Apache Software Foundation (ASF) under one +:: or more contributor license agreements. See the NOTICE file +:: distributed with this work for additional information +:: regarding copyright ownership. The ASF licenses this file +:: to you 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. @ECHO OFF -%~dp0\cordova.bat build %* \ No newline at end of file +%~dp0\cordova.bat build %* http://git-wip-us.apache.org/repos/asf/cordova-android/blob/420cee4e/bin/templates/cordova/clean.bat ---------------------------------------------------------------------- diff --git a/bin/templates/cordova/clean.bat b/bin/templates/cordova/clean.bat index b41bdc9..643c8d5 100644 --- a/bin/templates/cordova/clean.bat +++ b/bin/templates/cordova/clean.bat @@ -1,2 +1,18 @@ +:: Licensed to the Apache Software Foundation (ASF) under one +:: or more contributor license agreements. See the NOTICE file +:: distributed with this work for additional information +:: regarding copyright ownership. The ASF licenses this file +:: to you 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. @ECHO OFF %~dp0\cordova.bat clean %* http://git-wip-us.apache.org/repos/asf/cordova-android/blob/420cee4e/bin/templates/cordova/cordova.bat ---------------------------------------------------------------------- diff --git a/bin/templates/cordova/cordova.bat b/bin/templates/cordova/cordova.bat index 9b56199..6235fdb 100644 --- a/bin/templates/cordova/cordova.bat +++ b/bin/templates/cordova/cordova.bat @@ -1,5 +1,3 @@ -@ECHO OFF -GOTO BEGIN :: Licensed to the Apache Software Foundation (ASF) under one :: or more contributor license agreements. See the NOTICE file :: distributed with this work for additional information @@ -16,7 +14,7 @@ GOTO BEGIN :: KIND, either express or implied. See the License for the :: specific language governing permissions and limitations :: under the License. -:BEGIN +@ECHO OFF IF NOT DEFINED JAVA_HOME GOTO MISSING FOR %%X in (java.exe ant.bat android.bat) do ( SET FOUND=%%~$PATH:X http://git-wip-us.apache.org/repos/asf/cordova-android/blob/420cee4e/bin/templates/cordova/lib/install-device.bat ---------------------------------------------------------------------- diff --git a/bin/templates/cordova/lib/install-device.bat b/bin/templates/cordova/lib/install-device.bat index 52d9775..b00e757 100644 --- a/bin/templates/cordova/lib/install-device.bat +++ b/bin/templates/cordova/lib/install-device.bat @@ -1,3 +1,19 @@ +:: Licensed to the Apache Software Foundation (ASF) under one +:: or more contributor license agreements. See the NOTICE file +:: distributed with this work for additional information +:: regarding copyright ownership. The ASF licenses this file +:: to you 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. @ECHO OFF SET full_path=%~dp0 IF EXIST %full_path%cordova.js ( @@ -6,4 +22,4 @@ IF EXIST %full_path%cordova.js ( ECHO. ECHO ERROR: Could not find 'cordova.js' in cordova/lib, aborting...>&2 EXIT /B 1 -) \ No newline at end of file +) http://git-wip-us.apache.org/repos/asf/cordova-android/blob/420cee4e/bin/templates/cordova/lib/install-emulator.bat ---------------------------------------------------------------------- diff --git a/bin/templates/cordova/lib/install-emulator.bat b/bin/templates/cordova/lib/install-emulator.bat index d11a7be..2b88630 100644 --- a/bin/templates/cordova/lib/install-emulator.bat +++ b/bin/templates/cordova/lib/install-emulator.bat @@ -1,3 +1,19 @@ +:: Licensed to the Apache Software Foundation (ASF) under one +:: or more contributor license agreements. See the NOTICE file +:: distributed with this work for additional information +:: regarding copyright ownership. The ASF licenses this file +:: to you 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. @ECHO OFF SET full_path=%~dp0 IF EXIST %full_path%cordova.js ( @@ -6,4 +22,4 @@ IF EXIST %full_path%cordova.js ( ECHO. ECHO ERROR: Could not find 'cordova.js' in cordova/lib, aborting...>&2 EXIT /B 1 -) \ No newline at end of file +) http://git-wip-us.apache.org/repos/asf/cordova-android/blob/420cee4e/bin/templates/cordova/lib/list-devices.bat ---------------------------------------------------------------------- diff --git a/bin/templates/cordova/lib/list-devices.bat b/bin/templates/cordova/lib/list-devices.bat index c146f10..3840d12 100644 --- a/bin/templates/cordova/lib/list-devices.bat +++ b/bin/templates/cordova/lib/list-devices.bat @@ -1,3 +1,19 @@ +:: Licensed to the Apache Software Foundation (ASF) under one +:: or more contributor license agreements. See the NOTICE file +:: distributed with this work for additional information +:: regarding copyright ownership. The ASF licenses this file +:: to you 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. @ECHO OFF SET full_path=%~dp0 IF EXIST %full_path%cordova.js ( @@ -6,4 +22,4 @@ IF EXIST %full_path%cordova.js ( ECHO. ECHO ERROR: Could not find 'cordova.js' in cordova/lib, aborting...>&2 EXIT /B 1 -) \ No newline at end of file +) http://git-wip-us.apache.org/repos/asf/cordova-android/blob/420cee4e/bin/templates/cordova/lib/list-emulator-images.bat ---------------------------------------------------------------------- diff --git a/bin/templates/cordova/lib/list-emulator-images.bat b/bin/templates/cordova/lib/list-emulator-images.bat index 172520b..e21aafe 100644 --- a/bin/templates/cordova/lib/list-emulator-images.bat +++ b/bin/templates/cordova/lib/list-emulator-images.bat @@ -1,3 +1,19 @@ +:: Licensed to the Apache Software Foundation (ASF) under one +:: or more contributor license agreements. See the NOTICE file +:: distributed with this work for additional information +:: regarding copyright ownership. The ASF licenses this file +:: to you 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. @ECHO OFF SET full_path=%~dp0 IF EXIST %full_path%cordova.js ( @@ -6,4 +22,4 @@ IF EXIST %full_path%cordova.js ( ECHO. ECHO ERROR: Could not find 'cordova.js' in cordova/lib, aborting...>&2 EXIT /B 1 -) \ No newline at end of file +) http://git-wip-us.apache.org/repos/asf/cordova-android/blob/420cee4e/bin/templates/cordova/lib/list-started-emulators.bat ---------------------------------------------------------------------- diff --git a/bin/templates/cordova/lib/list-started-emulators.bat b/bin/templates/cordova/lib/list-started-emulators.bat index f1b3c5d..eb9f3b6 100644 --- a/bin/templates/cordova/lib/list-started-emulators.bat +++ b/bin/templates/cordova/lib/list-started-emulators.bat @@ -1,3 +1,19 @@ +:: Licensed to the Apache Software Foundation (ASF) under one +:: or more contributor license agreements. See the NOTICE file +:: distributed with this work for additional information +:: regarding copyright ownership. The ASF licenses this file +:: to you 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. @ECHO OFF SET full_path=%~dp0 IF EXIST %full_path%cordova.js ( @@ -6,4 +22,4 @@ IF EXIST %full_path%cordova.js ( ECHO. ECHO ERROR: Could not find 'cordova.js' in cordova/lib, aborting...>&2 EXIT /B 1 -) \ No newline at end of file +) http://git-wip-us.apache.org/repos/asf/cordova-android/blob/420cee4e/bin/templates/cordova/lib/start-emulator.bat ---------------------------------------------------------------------- diff --git a/bin/templates/cordova/lib/start-emulator.bat b/bin/templates/cordova/lib/start-emulator.bat index 4f3fb5d..758c854 100644 --- a/bin/templates/cordova/lib/start-emulator.bat +++ b/bin/templates/cordova/lib/start-emulator.bat @@ -1,3 +1,19 @@ +:: Licensed to the Apache Software Foundation (ASF) under one +:: or more contributor license agreements. See the NOTICE file +:: distributed with this work for additional information +:: regarding copyright ownership. The ASF licenses this file +:: to you 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. @ECHO OFF SET full_path=%~dp0 IF EXIST %full_path%cordova.js ( @@ -6,4 +22,4 @@ IF EXIST %full_path%cordova.js ( ECHO. ECHO ERROR: Could not find 'cordova.js' in cordova/lib, aborting...>&2 EXIT /B 1 -) \ No newline at end of file +) http://git-wip-us.apache.org/repos/asf/cordova-android/blob/420cee4e/bin/templates/cordova/log.bat ---------------------------------------------------------------------- diff --git a/bin/templates/cordova/log.bat b/bin/templates/cordova/log.bat index 2c492e7..c259802 100644 --- a/bin/templates/cordova/log.bat +++ b/bin/templates/cordova/log.bat @@ -1,2 +1,18 @@ +:: Licensed to the Apache Software Foundation (ASF) under one +:: or more contributor license agreements. See the NOTICE file +:: distributed with this work for additional information +:: regarding copyright ownership. The ASF licenses this file +:: to you 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. @ECHO OFF %~dp0\cordova.bat log %* http://git-wip-us.apache.org/repos/asf/cordova-android/blob/420cee4e/bin/templates/cordova/run.bat ---------------------------------------------------------------------- diff --git a/bin/templates/cordova/run.bat b/bin/templates/cordova/run.bat index b1cab64..f191f67 100644 --- a/bin/templates/cordova/run.bat +++ b/bin/templates/cordova/run.bat @@ -1,2 +1,18 @@ +:: Licensed to the Apache Software Foundation (ASF) under one +:: or more contributor license agreements. See the NOTICE file +:: distributed with this work for additional information +:: regarding copyright ownership. The ASF licenses this file +:: to you 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. @ECHO OFF -%~dp0\cordova.bat run %* \ No newline at end of file +%~dp0\cordova.bat run %* http://git-wip-us.apache.org/repos/asf/cordova-android/blob/420cee4e/framework/res/xml/config.xml ---------------------------------------------------------------------- diff --git a/framework/res/xml/config.xml b/framework/res/xml/config.xml index 935eda4..5b5a270 100644 --- a/framework/res/xml/config.xml +++ b/framework/res/xml/config.xml @@ -1,18 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you 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 - 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. + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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. --> <widget xmlns = "http://www.w3.org/ns/widgets" id = "io.cordova.helloCordova" http://git-wip-us.apache.org/repos/asf/cordova-android/blob/420cee4e/framework/src/org/apache/cordova/JSONUtils.java ---------------------------------------------------------------------- diff --git a/framework/src/org/apache/cordova/JSONUtils.java b/framework/src/org/apache/cordova/JSONUtils.java index 77df876..da777c1 100644 --- a/framework/src/org/apache/cordova/JSONUtils.java +++ b/framework/src/org/apache/cordova/JSONUtils.java @@ -1,3 +1,21 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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. +*/ package org.apache.cordova; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/cordova-android/blob/420cee4e/framework/src/org/apache/cordova/api/CallbackContext.java ---------------------------------------------------------------------- diff --git a/framework/src/org/apache/cordova/api/CallbackContext.java b/framework/src/org/apache/cordova/api/CallbackContext.java index a5d1255..237d0f4 100644 --- a/framework/src/org/apache/cordova/api/CallbackContext.java +++ b/framework/src/org/apache/cordova/api/CallbackContext.java @@ -1,3 +1,21 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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. +*/ package org.apache.cordova.api; import org.json.JSONArray; http://git-wip-us.apache.org/repos/asf/cordova-android/blob/420cee4e/framework/src/org/apache/cordova/api/DataResource.java ---------------------------------------------------------------------- diff --git a/framework/src/org/apache/cordova/api/DataResource.java b/framework/src/org/apache/cordova/api/DataResource.java index 3e6ead8..5c1bb18 100644 --- a/framework/src/org/apache/cordova/api/DataResource.java +++ b/framework/src/org/apache/cordova/api/DataResource.java @@ -1,3 +1,21 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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. +*/ package org.apache.cordova.api; import java.io.File; http://git-wip-us.apache.org/repos/asf/cordova-android/blob/420cee4e/framework/src/org/apache/cordova/api/DataResourceContext.java ---------------------------------------------------------------------- diff --git a/framework/src/org/apache/cordova/api/DataResourceContext.java b/framework/src/org/apache/cordova/api/DataResourceContext.java index 310586b..9cfe7bc 100644 --- a/framework/src/org/apache/cordova/api/DataResourceContext.java +++ b/framework/src/org/apache/cordova/api/DataResourceContext.java @@ -1,3 +1,21 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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. +*/ package org.apache.cordova.api; import java.util.HashMap; http://git-wip-us.apache.org/repos/asf/cordova-android/blob/420cee4e/test/README.md ---------------------------------------------------------------------- diff --git a/test/README.md b/test/README.md index 79cf85f..5d86720 100755 --- a/test/README.md +++ b/test/README.md @@ -1,3 +1,23 @@ +<!-- +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. +# +--> # Android Native Tests # These tests are designed to verify Android native features and other Android specific features. http://git-wip-us.apache.org/repos/asf/cordova-android/blob/420cee4e/test/res/xml/config.xml ---------------------------------------------------------------------- diff --git a/test/res/xml/config.xml b/test/res/xml/config.xml index d3ea4d8..5ad2b25 100644 --- a/test/res/xml/config.xml +++ b/test/res/xml/config.xml @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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. +--> <widget xmlns = "http://www.w3.org/ns/widgets" id = "io.cordova.helloCordova" version = "2.0.0">
