diff options
author | Peter D'Hoye <peter.dhoye@gmail.com> | 2009-05-22 21:58:48 +0000 |
---|---|---|
committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2009-05-22 21:58:48 +0000 |
commit | 513389b4c1bc8afe4b2dc9947c534bfeb105e3da (patch) | |
tree | 10e673b35651ac567fed2eda0c679c7ade64cbc6 /apps/plugins/pdbox/PDa/LICENSE.txt | |
parent | 95fa7f6a2ef466444fbe3fe87efc6d5db6b77b36 (diff) | |
download | rockbox-513389b4c1bc8afe4b2dc9947c534bfeb105e3da.tar.gz rockbox-513389b4c1bc8afe4b2dc9947c534bfeb105e3da.zip |
Add FS #10214. Initial commit of the original PDa code for the GSoC Pure Data plugin project of Wincent Balin. Stripped some non-sourcefiles and added a rockbox readme that needs a bit more info from Wincent. Is added to CATEGORIES and viewers, but not yet to SUBDIRS (ie doesn't build yet)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21044 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/pdbox/PDa/LICENSE.txt')
-rw-r--r-- | apps/plugins/pdbox/PDa/LICENSE.txt | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/apps/plugins/pdbox/PDa/LICENSE.txt b/apps/plugins/pdbox/PDa/LICENSE.txt new file mode 100644 index 0000000000..3e104c77a2 --- /dev/null +++ b/apps/plugins/pdbox/PDa/LICENSE.txt | |||
@@ -0,0 +1,60 @@ | |||
1 | This software is copyrighted by Miller Puckette and others. The following | ||
2 | terms (the "Standard Improved BSD License") apply to all files associated with | ||
3 | the software unless explicitly disclaimed in individual files: | ||
4 | |||
5 | Redistribution and use in source and binary forms, with or without | ||
6 | modification, are permitted provided that the following conditions are | ||
7 | met: | ||
8 | |||
9 | 1. Redistributions of source code must retain the above copyright | ||
10 | notice, this list of conditions and the following disclaimer. | ||
11 | 2. Redistributions in binary form must reproduce the above | ||
12 | copyright notice, this list of conditions and the following | ||
13 | disclaimer in the documentation and/or other materials provided | ||
14 | with the distribution. | ||
15 | 3. The name of the author may not be used to endorse or promote | ||
16 | products derived from this software without specific prior | ||
17 | written permission. | ||
18 | |||
19 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY | ||
20 | EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, | ||
21 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A | ||
22 | PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR | ||
23 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | ||
24 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED | ||
25 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||
26 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | ||
27 | ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | ||
28 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING | ||
29 | IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF | ||
30 | THE POSSIBILITY OF SUCH DAMAGE. | ||
31 | This software is copyrighted by Miller Puckette and others. The following | ||
32 | terms (the "Standard Improved BSD License") apply to all files associated with | ||
33 | the software unless explicitly disclaimed in individual files: | ||
34 | |||
35 | Redistribution and use in source and binary forms, with or without | ||
36 | modification, are permitted provided that the following conditions are | ||
37 | met: | ||
38 | |||
39 | 1. Redistributions of source code must retain the above copyright | ||
40 | notice, this list of conditions and the following disclaimer. | ||
41 | 2. Redistributions in binary form must reproduce the above | ||
42 | copyright notice, this list of conditions and the following | ||
43 | disclaimer in the documentation and/or other materials provided | ||
44 | with the distribution. | ||
45 | 3. The name of the author may not be used to endorse or promote | ||
46 | products derived from this software without specific prior | ||
47 | written permission. | ||
48 | |||
49 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY | ||
50 | EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, | ||
51 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A | ||
52 | PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR | ||
53 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | ||
54 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED | ||
55 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||
56 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | ||
57 | ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | ||
58 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING | ||
59 | IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF | ||
60 | THE POSSIBILITY OF SUCH DAMAGE. | ||