diff options
author | Michael Plass <mplass@google.com> | 2018-11-02 13:53:37 -0700 |
---|---|---|
committer | Michael Plass <mplass@google.com> | 2018-11-02 14:15:00 -0700 |
commit | 410e1671e5e6020b09e1941386b3864294221125 (patch) | |
tree | 85a9d768484f224c554517e4ae047e0a93394bc1 | |
parent | c4d6b9a404049b80081cb2707f51eeadef5ea4e8 (diff) |
[wifi] Add missing copyright block to ConfigurationMap
Date based on git history
Bug: 112196799
Test: Compiles, no code changes
Change-Id: Ia881a763cce810abd5bc7d7a861009b45d6430ab
-rw-r--r-- | service/java/com/android/server/wifi/ConfigurationMap.java | 16 |
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; |