summaryrefslogtreecommitdiffstats
path: root/QuickSettings/src/com/android
diff options
context:
space:
mode:
authorAndrew Wilson <anwilson@google.com>2014-09-11 11:20:56 -0700
committerAndrew Wilson <anwilson@google.com>2014-09-11 16:38:27 -0700
commit1f2339bb845c3d94f94ba958024d718848271025 (patch)
tree05c7c1c36a699194275a186b89921c29b4a5c197 /QuickSettings/src/com/android
parent30736d506c12af7aa9d0266f1ea389cc9abf29b8 (diff)
downloadandroid_packages_apps_TvSettings-1f2339bb845c3d94f94ba958024d718848271025.tar.gz
android_packages_apps_TvSettings-1f2339bb845c3d94f94ba958024d718848271025.tar.bz2
android_packages_apps_TvSettings-1f2339bb845c3d94f94ba958024d718848271025.zip
Add copyrights.
Change-Id: If9d26982f37bf1242b45a366b7c5f75fc0c3c239
Diffstat (limited to 'QuickSettings/src/com/android')
-rw-r--r--QuickSettings/src/com/android/tv/quicksettings/DialogAdapter.java14
-rw-r--r--QuickSettings/src/com/android/tv/quicksettings/PanelAdapter.java14
-rw-r--r--QuickSettings/src/com/android/tv/quicksettings/QuickSettings.java14
-rw-r--r--QuickSettings/src/com/android/tv/quicksettings/Setting.java14
-rw-r--r--QuickSettings/src/com/android/tv/quicksettings/SettingClickedListener.java14
-rw-r--r--QuickSettings/src/com/android/tv/quicksettings/SettingsDialog.java14
6 files changed, 78 insertions, 6 deletions
diff --git a/QuickSettings/src/com/android/tv/quicksettings/DialogAdapter.java b/QuickSettings/src/com/android/tv/quicksettings/DialogAdapter.java
index ffc76963..b17b0352 100644
--- a/QuickSettings/src/com/android/tv/quicksettings/DialogAdapter.java
+++ b/QuickSettings/src/com/android/tv/quicksettings/DialogAdapter.java
@@ -1,4 +1,16 @@
-
+/*
+ * Copyright (C) 2014 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.
+ */
package com.android.tv.quicksettings;
import android.content.Intent;
diff --git a/QuickSettings/src/com/android/tv/quicksettings/PanelAdapter.java b/QuickSettings/src/com/android/tv/quicksettings/PanelAdapter.java
index 96831e98..58694711 100644
--- a/QuickSettings/src/com/android/tv/quicksettings/PanelAdapter.java
+++ b/QuickSettings/src/com/android/tv/quicksettings/PanelAdapter.java
@@ -1,4 +1,16 @@
-
+/*
+ * Copyright (C) 2014 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.
+ */
package com.android.tv.quicksettings;
import android.content.Intent;
diff --git a/QuickSettings/src/com/android/tv/quicksettings/QuickSettings.java b/QuickSettings/src/com/android/tv/quicksettings/QuickSettings.java
index 5afab8bc..cf63b439 100644
--- a/QuickSettings/src/com/android/tv/quicksettings/QuickSettings.java
+++ b/QuickSettings/src/com/android/tv/quicksettings/QuickSettings.java
@@ -1,4 +1,16 @@
-
+/*
+ * Copyright (C) 2014 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.
+ */
package com.android.tv.quicksettings;
import android.app.Activity;
diff --git a/QuickSettings/src/com/android/tv/quicksettings/Setting.java b/QuickSettings/src/com/android/tv/quicksettings/Setting.java
index eed45b37..b6dc1582 100644
--- a/QuickSettings/src/com/android/tv/quicksettings/Setting.java
+++ b/QuickSettings/src/com/android/tv/quicksettings/Setting.java
@@ -1,4 +1,16 @@
-
+/*
+ * Copyright (C) 2014 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.
+ */
package com.android.tv.quicksettings;
import android.content.Intent;
diff --git a/QuickSettings/src/com/android/tv/quicksettings/SettingClickedListener.java b/QuickSettings/src/com/android/tv/quicksettings/SettingClickedListener.java
index 8ee3d6d9..124a8288 100644
--- a/QuickSettings/src/com/android/tv/quicksettings/SettingClickedListener.java
+++ b/QuickSettings/src/com/android/tv/quicksettings/SettingClickedListener.java
@@ -1,4 +1,16 @@
-
+/*
+ * Copyright (C) 2014 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.
+ */
package com.android.tv.quicksettings;
public interface SettingClickedListener {
diff --git a/QuickSettings/src/com/android/tv/quicksettings/SettingsDialog.java b/QuickSettings/src/com/android/tv/quicksettings/SettingsDialog.java
index 87c6c3ad..a4bfaa17 100644
--- a/QuickSettings/src/com/android/tv/quicksettings/SettingsDialog.java
+++ b/QuickSettings/src/com/android/tv/quicksettings/SettingsDialog.java
@@ -1,4 +1,16 @@
-
+/*
+ * Copyright (C) 2014 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.
+ */
package com.android.tv.quicksettings;
import android.app.Activity;