summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Plass <mplass@google.com>2018-11-05 19:57:35 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-11-05 19:57:35 +0000
commit65ebbf8cdfddfe9aad4f94439bea59139e4616d7 (patch)
treef63215205280e60cfd016d060fcdba1bb3a073fd
parent356236173d6dc1dc992376cd717cdd8c509f6872 (diff)
parent410e1671e5e6020b09e1941386b3864294221125 (diff)
Merge "[wifi] Add missing copyright block to ConfigurationMap"
-rw-r--r--service/java/com/android/server/wifi/ConfigurationMap.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/service/java/com/android/server/wifi/ConfigurationMap.java b/service/java/com/android/server/wifi/ConfigurationMap.java
index 0652b40f4..a5cd18f2a 100644
--- a/service/java/com/android/server/wifi/ConfigurationMap.java
+++ b/service/java/com/android/server/wifi/ConfigurationMap.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 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.
+ */
+
package com.android.server.wifi;
import android.net.wifi.ScanResult;