summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--gui/animation.cpp18
-rw-r--r--gui/fill.cpp18
-rw-r--r--gui/hardwarekeyboard.cpp18
-rw-r--r--gui/image.cpp18
-rw-r--r--gui/mousecursor.cpp18
-rw-r--r--gui/object.cpp18
-rw-r--r--gui/pages.hpp18
-rw-r--r--gui/patternpassword.cpp18
-rw-r--r--gui/progressbar.cpp18
-rw-r--r--gui/resources.cpp18
-rw-r--r--gui/resources.hpp18
-rw-r--r--gui/slider.cpp18
-rw-r--r--gui/slidervalue.cpp18
-rw-r--r--mtp/MtpServer.cpp2
-rw-r--r--twcommon.h18
15 files changed, 253 insertions, 1 deletions
diff --git a/gui/animation.cpp b/gui/animation.cpp
index 37f0d0872..2244503e8 100644
--- a/gui/animation.cpp
+++ b/gui/animation.cpp
@@ -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/>.
+*/
+
// animation.cpp - GUIAnimation object
#include <stdarg.h>
diff --git a/gui/fill.cpp b/gui/fill.cpp
index 0fda4b430..3cfbe6ed4 100644
--- a/gui/fill.cpp
+++ b/gui/fill.cpp
@@ -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/>.
+*/
+
// fill.cpp - GUIFill object
#include <stdarg.h>
diff --git a/gui/hardwarekeyboard.cpp b/gui/hardwarekeyboard.cpp
index 9ca607c0d..f831727d1 100644
--- a/gui/hardwarekeyboard.cpp
+++ b/gui/hardwarekeyboard.cpp
@@ -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/>.
+*/
+
// hardwarekeyboard.cpp - HardwareKeyboard object
#include <stdarg.h>
diff --git a/gui/image.cpp b/gui/image.cpp
index 2107d5506..2b5c54197 100644
--- a/gui/image.cpp
+++ b/gui/image.cpp
@@ -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/>.
+*/
+
// image.cpp - GUIImage object
#include <stdarg.h>
diff --git a/gui/mousecursor.cpp b/gui/mousecursor.cpp
index cb5e11b75..b87cac414 100644
--- a/gui/mousecursor.cpp
+++ b/gui/mousecursor.cpp
@@ -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/>.
+*/
+
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/gui/object.cpp b/gui/object.cpp
index be831a778..0cf2ccea6 100644
--- a/gui/object.cpp
+++ b/gui/object.cpp
@@ -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/>.
+*/
+
// object.cpp - GUIObject base class
#include <stdio.h>
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
diff --git a/gui/patternpassword.cpp b/gui/patternpassword.cpp
index 4bce37a0c..c31737f32 100644
--- a/gui/patternpassword.cpp
+++ b/gui/patternpassword.cpp
@@ -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/>.
+*/
+
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/gui/progressbar.cpp b/gui/progressbar.cpp
index c40e63ea2..56ce48091 100644
--- a/gui/progressbar.cpp
+++ b/gui/progressbar.cpp
@@ -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/>.
+*/
+
// progressbar.cpp - GUIProgressBar object
#include <stdarg.h>
diff --git a/gui/resources.cpp b/gui/resources.cpp
index 000912d4e..bd71d50b0 100644
--- a/gui/resources.cpp
+++ b/gui/resources.cpp
@@ -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/>.
+*/
+
// resource.cpp - Source to manage GUI resources
#include <stdarg.h>
diff --git a/gui/resources.hpp b/gui/resources.hpp
index 528fecc14..2d3067667 100644
--- a/gui/resources.hpp
+++ b/gui/resources.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/>.
+*/
+
// resources.hpp - Base classes for resource management of GUI
#ifndef _RESOURCE_HEADER
diff --git a/gui/slider.cpp b/gui/slider.cpp
index 1a2f59e68..ed5c615ce 100644
--- a/gui/slider.cpp
+++ b/gui/slider.cpp
@@ -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/>.
+*/
+
// slider.cpp - GUISlider object
// Pulled & ported from https://raw.github.com/agrabren/RecoverWin/master/gui/slider.cpp
diff --git a/gui/slidervalue.cpp b/gui/slidervalue.cpp
index b53797b25..6f007e23b 100644
--- a/gui/slidervalue.cpp
+++ b/gui/slidervalue.cpp
@@ -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/>.
+*/
+
// slidervalue.cpp - GUISliderValue object
#include <stdarg.h>
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>
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