From: Uwe Hermann Date: Tue, 26 Aug 2014 19:03:54 +0000 (+0200) Subject: UsbSupplicant.java: Add Apache 2.0 license header. X-Git-Url: http://sigrok.org/gitweb/?p=sigrok-androidutils.git;a=commitdiff_plain;h=da4934ab3a547ac4aebccb862122546512c7a238 UsbSupplicant.java: Add Apache 2.0 license header. The DeviceFilter inner class is from AOSP. --- diff --git a/src/org/sigrok/androidutils/UsbSupplicant.java b/src/org/sigrok/androidutils/UsbSupplicant.java index e1d0bbb..8a13146 100644 --- a/src/org/sigrok/androidutils/UsbSupplicant.java +++ b/src/org/sigrok/androidutils/UsbSupplicant.java @@ -16,6 +16,21 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +/* + * Copyright (C) 2011 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 org.sigrok.androidutils;