summaryrefslogtreecommitdiffstats
path: root/sl4a/ScriptingLayerForAndroid/res
diff options
context:
space:
mode:
authortturney <tturney@google.com>2015-12-08 09:26:51 -0800
committertturney <tturney@google.com>2015-12-08 16:24:13 -0800
commit03ca132d84e54dad461c37c545defcdeee33edd0 (patch)
tree22cf098b26dc403404437d172affad84e33b33fd /sl4a/ScriptingLayerForAndroid/res
parent3046cfd6546538b494a8b0bc378c56c8a8a057af (diff)
downloadplatform_packages_apps_Test_connectivity-03ca132d84e54dad461c37c545defcdeee33edd0.tar.gz
platform_packages_apps_Test_connectivity-03ca132d84e54dad461c37c545defcdeee33edd0.tar.bz2
platform_packages_apps_Test_connectivity-03ca132d84e54dad461c37c545defcdeee33edd0.zip
Update copyright and add missing copyright
Also removed android intellisense perl file. s/tele/telephony/g Removed unused test_android.py Bug: 26083433 Change-Id: I19dd732dc1df788e3465c629d180a1981182c091
Diffstat (limited to 'sl4a/ScriptingLayerForAndroid/res')
-rw-r--r--sl4a/ScriptingLayerForAndroid/res/menu/terminal.xml29
-rw-r--r--sl4a/ScriptingLayerForAndroid/res/values/arrays.xml29
-rw-r--r--sl4a/ScriptingLayerForAndroid/res/values/strings.xml29
-rw-r--r--sl4a/ScriptingLayerForAndroid/res/xml/preferences.xml18
-rw-r--r--sl4a/ScriptingLayerForAndroid/res/xml/searchable_apis.xml18
-rw-r--r--sl4a/ScriptingLayerForAndroid/res/xml/searchable_scripts.xml18
6 files changed, 106 insertions, 35 deletions
diff --git a/sl4a/ScriptingLayerForAndroid/res/menu/terminal.xml b/sl4a/ScriptingLayerForAndroid/res/menu/terminal.xml
index 179b667..013b7f3 100644
--- a/sl4a/ScriptingLayerForAndroid/res/menu/terminal.xml
+++ b/sl4a/ScriptingLayerForAndroid/res/menu/terminal.xml
@@ -1,15 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
- <!--
- * Copyright (C) 2008 The Android Open Source Project * * 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 2015, The Android Open Source Project
+**
+** 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.
+*/
+-->
+
<menu
xmlns:android="http://schemas.android.com/apk/res/android">
<item
diff --git a/sl4a/ScriptingLayerForAndroid/res/values/arrays.xml b/sl4a/ScriptingLayerForAndroid/res/values/arrays.xml
index b310c75..ad2cbaf 100644
--- a/sl4a/ScriptingLayerForAndroid/res/values/arrays.xml
+++ b/sl4a/ScriptingLayerForAndroid/res/values/arrays.xml
@@ -1,15 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
- <!--
- * Copyright (C) 2007 The Android Open Source Project * * 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 2015, The Android Open Source Project
+**
+** 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.
+*/
+-->
+
<resources>
<string-array
name="entries_fontsize_preference">
diff --git a/sl4a/ScriptingLayerForAndroid/res/values/strings.xml b/sl4a/ScriptingLayerForAndroid/res/values/strings.xml
index 5397451..956f2e5 100644
--- a/sl4a/ScriptingLayerForAndroid/res/values/strings.xml
+++ b/sl4a/ScriptingLayerForAndroid/res/values/strings.xml
@@ -1,19 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- * Copyright (C) 2008 The Android Open Source Project
- *
- * 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 2015, The Android Open Source Project
+**
+** 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.
+*/
-->
+
<resources>
<string name="help_force_browser">Force API Browser</string>
<string
diff --git a/sl4a/ScriptingLayerForAndroid/res/xml/preferences.xml b/sl4a/ScriptingLayerForAndroid/res/xml/preferences.xml
index d299149..52de1f8 100644
--- a/sl4a/ScriptingLayerForAndroid/res/xml/preferences.xml
+++ b/sl4a/ScriptingLayerForAndroid/res/xml/preferences.xml
@@ -1,4 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2015, The Android Open Source Project
+**
+** 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.
+*/
+-->
+
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory
diff --git a/sl4a/ScriptingLayerForAndroid/res/xml/searchable_apis.xml b/sl4a/ScriptingLayerForAndroid/res/xml/searchable_apis.xml
index ae2635e..8b2ca8b 100644
--- a/sl4a/ScriptingLayerForAndroid/res/xml/searchable_apis.xml
+++ b/sl4a/ScriptingLayerForAndroid/res/xml/searchable_apis.xml
@@ -1,4 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2015, The Android Open Source Project
+**
+** 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.
+*/
+-->
+
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
android:label="@string/application_title"
android:hint="@string/search_description_apis"
diff --git a/sl4a/ScriptingLayerForAndroid/res/xml/searchable_scripts.xml b/sl4a/ScriptingLayerForAndroid/res/xml/searchable_scripts.xml
index f5182ce..77fa204 100644
--- a/sl4a/ScriptingLayerForAndroid/res/xml/searchable_scripts.xml
+++ b/sl4a/ScriptingLayerForAndroid/res/xml/searchable_scripts.xml
@@ -1,4 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2015, The Android Open Source Project
+**
+** 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.
+*/
+-->
+
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
android:label="@string/application_title"
android:hint="@string/search_description_scripts"