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 /twcommon.h | |
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 'twcommon.h')
-rw-r--r-- | twcommon.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/twcommon.h b/twcommon.h index be243236f..089542859 100644 --- a/twcommon.h +++ b/twcommon.h @@ -1,3 +1,21 @@ +/* + Copyright 2017 TeamWin + This file is part of TWRP/TeamWin Recovery Project. + + TWRP is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + TWRP is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with TWRP. If not, see <http://www.gnu.org/licenses/>. +*/ + #ifndef TWCOMMON_HPP #define TWCOMMON_HPP |