diff options
author | Matt Mower <mowerm@gmail.com> | 2016-12-31 07:38:57 +0100 |
---|---|---|
committer | Dees Troy <dees_troy@teamw.in> | 2017-01-18 20:02:43 +0100 |
commit | e04eee73e9ab27623b531007fee17692aa251cee (patch) | |
tree | a70eb824a726dbaf45ebf73fa421a0af6aa83a85 /mtp | |
parent | flashutils: additional emmc check (diff) | |
download | android_bootable_recovery-e04eee73e9ab27623b531007fee17692aa251cee.tar android_bootable_recovery-e04eee73e9ab27623b531007fee17692aa251cee.tar.gz android_bootable_recovery-e04eee73e9ab27623b531007fee17692aa251cee.tar.bz2 android_bootable_recovery-e04eee73e9ab27623b531007fee17692aa251cee.tar.lz android_bootable_recovery-e04eee73e9ab27623b531007fee17692aa251cee.tar.xz android_bootable_recovery-e04eee73e9ab27623b531007fee17692aa251cee.tar.zst android_bootable_recovery-e04eee73e9ab27623b531007fee17692aa251cee.zip |
Diffstat (limited to 'mtp')
-rw-r--r-- | mtp/MtpServer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mtp/MtpServer.cpp b/mtp/MtpServer.cpp index 9cd67324f..11eca86bc 100644 --- a/mtp/MtpServer.cpp +++ b/mtp/MtpServer.cpp @@ -1,4 +1,5 @@ /* + * Copyright (C) 2017 TeamWin * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -13,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * Copyright (C) 2014 TeamWin - bigbiff and Dees_Troy mtp database conversion to C++ */ #include <stdio.h> |