annotate LICENSE @ 379:24c3a0663d54 prerelease

Added Ne10 headers within include directory
author andrewm
date Sun, 12 Jun 2016 18:16:20 +0100
parents 8db03611ee76
children bcc033b46636
rev   line source
andrewm@378 1 Bela: an embedded platform for ultra-low latency audio and sensor processing
andrewm@378 2 http://bela.io
andrewm@378 3
andrewm@378 4 A project of the Augmented Instruments Laboratory within the
andrewm@378 5 Centre for Digital Music at Queen Mary University of London.
andrewm@378 6 http://www.eecs.qmul.ac.uk/~andrewm
andrewm@378 7
andrewm@378 8 (c) 2016 Augmented Instruments Laboratory: Andrew McPherson,
andrewm@378 9 Astrid Bin, Liam Donovan, Christian Heinrichs, Robert Jack,
andrewm@378 10 Giulio Moro, Laurel Pardue, Victor Zappi. All rights reserved.
andrewm@378 11
andrewm@378 12 The Bela software is distributed under the GNU Lesser General Public License
andrewm@378 13 (LGPL 3.0), available here: https://www.gnu.org/licenses/lgpl-3.0.txt
andrewm@378 14
andrewm@378 15 The Bela hardware designs are released under a Creative Commons
andrewm@378 16 Attribution-ShareAlike 3.0 Unported license (CC BY-SA 3.0). Details here:
andrewm@378 17 https://creativecommons.org/licenses/by-sa/3.0/
andrewm@378 18
andrewm@378 19 Bela is provided "as is" without any express or implied warranties.
andrewm@378 20
andrewm@378 21 License and copyright details for dependencies are below.
andrewm@378 22
andrewm@378 23 =============================== prussdrv ===============================
andrewm@378 24
andrewm@378 25 Bela uses libprussdrv (also known as am335x_pru_package) by Texas Instruments.
andrewm@378 26 Source available at https://github.com/beagleboard/am335x_pru_package
andrewm@378 27
andrewm@378 28 Further information at http://elinux.org/Ti_AM33XX_PRUSSv2
andrewm@378 29
andrewm@378 30 ================================= Ne10 =================================
andrewm@378 31
andrewm@378 32 Selected Bela examples use projectNe10 by ARM, which is distributed
andrewm@378 33 under a BSD 3-Clause license. Full source available at
andrewm@378 34 https://github.com/projectNe10
andrewm@378 35
andrewm@378 36 Copyright notice follows:
andrewm@378 37
andrewm@378 38 /*
andrewm@378 39 * Copyright 2012-15 ARM Limited and Contributors.
andrewm@378 40 * All rights reserved.
andrewm@378 41 *
andrewm@378 42 * Redistribution and use in source and binary forms, with or without
andrewm@378 43 * modification, are permitted provided that the following conditions are met:
andrewm@378 44 * * Redistributions of source code must retain the above copyright
andrewm@378 45 * notice, this list of conditions and the following disclaimer.
andrewm@378 46 * * Redistributions in binary form must reproduce the above copyright
andrewm@378 47 * notice, this list of conditions and the following disclaimer in the
andrewm@378 48 * documentation and/or other materials provided with the distribution.
andrewm@378 49 * * Neither the name of ARM Limited nor the
andrewm@378 50 * names of its contributors may be used to endorse or promote products
andrewm@378 51 * derived from this software without specific prior written permission.
andrewm@378 52 *
andrewm@378 53 * THIS SOFTWARE IS PROVIDED BY ARM LIMITED AND CONTRIBUTORS "AS IS" AND
andrewm@378 54 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
andrewm@378 55 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
andrewm@378 56 * DISCLAIMED. IN NO EVENT SHALL ARM LIMITED AND CONTRIBUTORS BE LIABLE FOR ANY
andrewm@378 57 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
andrewm@378 58 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
andrewm@378 59 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
andrewm@378 60 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
andrewm@378 61 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
andrewm@378 62 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
andrewm@378 63 */
andrewm@378 64
andrewm@378 65 /*
andrewm@378 66 * See: http://opensource.org/licenses/BSD-3-Clause for template
andrewm@378 67 */