comparison LICENSE @ 378:8db03611ee76 prerelease

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