summaryrefslogtreecommitdiffstats
path: root/gui/pages.hpp
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2016-12-31 07:38:57 +0100
committerDees Troy <dees_troy@teamw.in>2017-01-18 20:02:43 +0100
commite04eee73e9ab27623b531007fee17692aa251cee (patch)
treea70eb824a726dbaf45ebf73fa421a0af6aa83a85 /gui/pages.hpp
parentflashutils: additional emmc check (diff)
downloadandroid_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 'gui/pages.hpp')
-rw-r--r--gui/pages.hpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/gui/pages.hpp b/gui/pages.hpp
index 4bfd5b0e5..1e71b10e0 100644
--- a/gui/pages.hpp
+++ b/gui/pages.hpp
@@ -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/>.
+*/
+
// pages.hpp - Base classes for page manager of GUI
#ifndef _PAGES_HEADER_HPP