1 --------------------------------------------------------------------------------------------------- 2 3 Copyright (C) 2012 The Android Open Source Project 4 5 Licensed under the Apache License, Version 2.0 (the "License"); 6 you may not use this file except in compliance with the License. 7 You may obtain a copy of the License at 8 9 http://www.apache.org/licenses/LICENSE-2.0 10 11 Unless required by applicable law or agreed to in writing, software 12 distributed under the License is distributed on an "AS IS" BASIS, 13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 See the License for the specific language governing permissions and 15 limitations under the License. 16 17 --------------------------------------------------------------------------------------------------- 18 19 The ADK firmware contains code that is Copyright 2009-2011 Oleg Mazurov, Circuits At Home, 20 http://www.circuitsathome.com under the following terms: 21 22 Copyright (c) 2011, Oleg Mazurov 23 All rights reserved. 24 25 Redistribution and use in source and binary forms, with or without modification, are permitted 26 provided that the following conditions are met: 27 28 Redistributions of source code must retain the above copyright notice, this list of conditions 29 and the following disclaimer. Redistributions in binary form must reproduce the above copyright 30 notice, this list of conditions and the following disclaimer in the documentation and/or other 31 materials provided with the distribution. 32 33 Neither the name of Circuits At Home nor the names of its contributors may be used to endorse or 34 promote products derived from this software without specific prior written permission. 35 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR 36 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 37 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 38 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 39 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 40 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER 41 IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 42 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 43