Total Commander for Android/BlackBerry/OUYA(R) License: Total Commander is copyrighted freeware. Copyright (C) 2011-2024 Christian Ghisler, Ghisler Software GmbH All Rights Reserved. Web: https://www.ghisler.com This program may be used free of charge without restrictions as long as it is not modified. Distribution on the Internet is permitted as is as long as the distribution package is not modified and not packed together with other software or content, otherwise ONLY with our written consent by e-mail. Christian Ghisler ================================== New icons: New material style icons (C) 2015 by Max Bazanov - bazanov.maksim@outlook.com Main icon (C) 2015 by Luca Chiodi (modified version of icon by Max Bazanov) ================================== Android Color Picker License: Copyright 2011 yukuku, https://code.google.com/p/android-color-picker/ 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 https://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. ================================== 7zip Library License: Most of the source code is under the GNU LGPL v2.0 license. The unRAR code is under a mixed license with GNU LGPL + unRAR restrictions. Check the UnRAR library license below for details. https://www.gnu.org/licenses/lgpl-2.0.en.html As required by the LGPL, the modified source code of the used library and instructions on how to recompile it are provided: https://www.ghisler.com/7zipandroid.htm The original 7-zip source code is available here: https://www.7-zip.org ================================== UnRAR Library License (now within 7zip library): ****** ***** ****** ** ** ** ** ** ** ****** ******* ****** ** ** ** ** ** ** ** ** ** ** ** ** UnRAR - free utility for RAR archives ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ License for use and distribution of ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FREE portable version ~~~~~~~~~~~~~~~~~~~~~ The source code of UnRAR utility is freeware. This means: 1. All copyrights to RAR and the utility UnRAR are exclusively owned by the author - Alexander Roshal. 2. The UnRAR sources may be used in any software to handle RAR archives without limitations free of charge, but cannot be used to re-create the RAR compression algorithm, which is proprietary. Distribution of modified UnRAR sources in separate form or as a part of other software is permitted, provided that it is clearly stated in the documentation and source comments that the code may not be used to develop a RAR (WinRAR) compatible archiver. 3. The UnRAR utility may be freely distributed. It is allowed to distribute UnRAR inside of other software packages. 4. THE RAR ARCHIVER AND THE UnRAR UTILITY ARE DISTRIBUTED "AS IS". NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED. YOU USE AT YOUR OWN RISK. THE AUTHOR WILL NOT BE LIABLE FOR DATA LOSS, DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING OR MISUSING THIS SOFTWARE. 5. Installing and using the UnRAR utility signifies acceptance of these terms and conditions of the license. 6. If you don't agree with terms of the license you must remove UnRAR files from your storage devices and cease to use the utility. Thank you for your interest in RAR and UnRAR. Alexander L. Roshal ================================== ACRA Library License: Acra is no longer used in Total Commander 2.91 or newer. ================================== Android sample code used in this project: RemoteControlHelper.java and RemoteControlClientCompat.java from RandomMusicPlayer sample: /* * 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 * * https://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. */ ================================== APKParser: Copyright (c) 2015, Jared Rummler Copyright (c) 2015, Liu Dong All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the <ORGANIZATION> nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.