]> sigrok.org Git - sigrok-androidutils.git/commitdiff
UsbSupplicant.java: Add Apache 2.0 license header.
authorUwe Hermann <redacted>
Tue, 26 Aug 2014 19:03:54 +0000 (21:03 +0200)
committerUwe Hermann <redacted>
Tue, 26 Aug 2014 19:05:01 +0000 (21:05 +0200)
The DeviceFilter inner class is from AOSP.

src/org/sigrok/androidutils/UsbSupplicant.java

index e1d0bbb3e9e251dd46655d167aaa320cbc936973..8a131461eeb5c089aa17d63b81cc2a8c2b45ce06 100644 (file)
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
+/*
+ * 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;