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 giuliomoro@382: */ giuliomoro@382: giuliomoro@382: ================================= libpd ================================= giuliomoro@382: giuliomoro@382: Selected Bela examples use libpd. giuliomoro@382: Full source available at https://github.com/libpd/libpd giuliomoro@382: giuliomoro@382: Copyright notice follows: giuliomoro@382: giuliomoro@382: This software is copyrighted by Miller Puckette and others. The following giuliomoro@382: terms (the "Standard Improved BSD License") apply to all files associated with giuliomoro@382: the software unless explicitly disclaimed in individual files: giuliomoro@382: giuliomoro@382: Redistribution and use in source and binary forms, with or without giuliomoro@382: modification, are permitted provided that the following conditions are giuliomoro@382: met: giuliomoro@382: giuliomoro@382: 1. Redistributions of source code must retain the above copyright giuliomoro@382: notice, this list of conditions and the following disclaimer. giuliomoro@382: 2. Redistributions in binary form must reproduce the above giuliomoro@382: copyright notice, this list of conditions and the following giuliomoro@382: disclaimer in the documentation and/or other materials provided giuliomoro@382: with the distribution. giuliomoro@382: 3. The name of the author may not be used to endorse or promote giuliomoro@382: products derived from this software without specific prior giuliomoro@382: written permission. giuliomoro@382: giuliomoro@382: THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY giuliomoro@382: EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, giuliomoro@382: THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A giuliomoro@382: PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR giuliomoro@382: BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, giuliomoro@382: EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED giuliomoro@382: TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, giuliomoro@382: DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND giuliomoro@382: ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT giuliomoro@382: LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING giuliomoro@382: IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF giuliomoro@382: THE POSSIBILITY OF SUCH DAMAGE.