Mercurial > hg > beaglert
comparison LICENSE @ 382:bcc033b46636 prerelease
Updated libpd license
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Sun, 12 Jun 2016 23:38:31 +0100 |
parents | 8db03611ee76 |
children |
comparison
equal
deleted
inserted
replaced
381:a0698d523a6a | 382:bcc033b46636 |
---|---|
63 */ | 63 */ |
64 | 64 |
65 /* | 65 /* |
66 * See: http://opensource.org/licenses/BSD-3-Clause for template | 66 * See: http://opensource.org/licenses/BSD-3-Clause for template |
67 */ | 67 */ |
68 | |
69 ================================= libpd ================================= | |
70 | |
71 Selected Bela examples use libpd. | |
72 Full source available at https://github.com/libpd/libpd | |
73 | |
74 Copyright notice follows: | |
75 | |
76 This software is copyrighted by Miller Puckette and others. The following | |
77 terms (the "Standard Improved BSD License") apply to all files associated with | |
78 the software unless explicitly disclaimed in individual files: | |
79 | |
80 Redistribution and use in source and binary forms, with or without | |
81 modification, are permitted provided that the following conditions are | |
82 met: | |
83 | |
84 1. Redistributions of source code must retain the above copyright | |
85 notice, this list of conditions and the following disclaimer. | |
86 2. Redistributions in binary form must reproduce the above | |
87 copyright notice, this list of conditions and the following | |
88 disclaimer in the documentation and/or other materials provided | |
89 with the distribution. | |
90 3. The name of the author may not be used to endorse or promote | |
91 products derived from this software without specific prior | |
92 written permission. | |
93 | |
94 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY | |
95 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, | |
96 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A | |
97 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR | |
98 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | |
99 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED | |
100 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | |
101 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | |
102 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | |
103 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING | |
104 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF | |
105 THE POSSIBILITY OF SUCH DAMAGE. |