andrewm@378: Bela: an embedded platform for ultra-low latency audio and sensor processing 
andrewm@378: http://bela.io
andrewm@378: 
andrewm@378: A project of the Augmented Instruments Laboratory within the 
andrewm@378: Centre for Digital Music at Queen Mary University of London.
andrewm@378: http://www.eecs.qmul.ac.uk/~andrewm
andrewm@378: 
andrewm@378: (c) 2016 Augmented Instruments Laboratory: Andrew McPherson, 
andrewm@378:          Astrid Bin, Liam Donovan, Christian Heinrichs, Robert Jack, 
andrewm@378: 		 Giulio Moro, Laurel Pardue, Victor Zappi. All rights reserved.
andrewm@378: 
andrewm@378: The Bela software is distributed under the GNU Lesser General Public License
andrewm@378: (LGPL 3.0), available here: https://www.gnu.org/licenses/lgpl-3.0.txt
andrewm@378: 
andrewm@378: The Bela hardware designs are released under a Creative Commons 
andrewm@378: Attribution-ShareAlike 3.0 Unported license (CC BY-SA 3.0). Details here:
andrewm@378: https://creativecommons.org/licenses/by-sa/3.0/
andrewm@378: 
andrewm@378: Bela is provided "as is" without any express or implied warranties.
andrewm@378: 
andrewm@378: License and copyright details for dependencies are below.
andrewm@378: 
andrewm@378: =============================== prussdrv ===============================
andrewm@378: 
andrewm@378: Bela uses libprussdrv (also known as am335x_pru_package) by Texas Instruments.
andrewm@378: Source available at https://github.com/beagleboard/am335x_pru_package
andrewm@378: 
andrewm@378: Further information at http://elinux.org/Ti_AM33XX_PRUSSv2 
andrewm@378: 
andrewm@378: ================================= Ne10 =================================
andrewm@378: 
andrewm@378: Selected Bela examples use projectNe10 by ARM, which is distributed
andrewm@378: under a BSD 3-Clause license. Full source available at 
andrewm@378: https://github.com/projectNe10
andrewm@378: 
andrewm@378: Copyright notice follows:
andrewm@378: 
andrewm@378: /*
andrewm@378:  *  Copyright 2012-15 ARM Limited and Contributors.
andrewm@378:  *  All rights reserved.
andrewm@378:  *
andrewm@378:  *  Redistribution and use in source and binary forms, with or without
andrewm@378:  *  modification, are permitted provided that the following conditions are met:
andrewm@378:  *    * Redistributions of source code must retain the above copyright
andrewm@378:  *      notice, this list of conditions and the following disclaimer.
andrewm@378:  *    * Redistributions in binary form must reproduce the above copyright
andrewm@378:  *      notice, this list of conditions and the following disclaimer in the
andrewm@378:  *      documentation and/or other materials provided with the distribution.
andrewm@378:  *    * Neither the name of ARM Limited nor the
andrewm@378:  *      names of its contributors may be used to endorse or promote products
andrewm@378:  *      derived from this software without specific prior written permission.
andrewm@378:  *
andrewm@378:  *  THIS SOFTWARE IS PROVIDED BY ARM LIMITED AND CONTRIBUTORS "AS IS" AND
andrewm@378:  *  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
andrewm@378:  *  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
andrewm@378:  *  DISCLAIMED. IN NO EVENT SHALL ARM LIMITED AND CONTRIBUTORS BE LIABLE FOR ANY
andrewm@378:  *  DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
andrewm@378:  *  (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
andrewm@378:  *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
andrewm@378:  *  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
andrewm@378:  *  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
andrewm@378:  *  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
andrewm@378:  */
andrewm@378:  
andrewm@378: /*
andrewm@378:  * See: http://opensource.org/licenses/BSD-3-Clause for template
andrewm@378: */