Add sound files
[erdslangetjie.git] / LICENSE.txt
1 Licence: ISC
2
3 Copyright (c) 2013, Neil Muller (http://www.pyweek.org/u/drnlm/)
4
5 Permission to use, copy, modify, and/or distribute this software for any
6 purpose with or without fee is hereby granted, provided that the above
7 copyright notice and this permission notice appear in all copies.
8
9 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
10 REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
11 FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
12 INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
14 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15 PERFORMANCE OF THIS SOFTWARE.
16
17
18 Tiles: RTLTileset
19
20 The graphic tiles used in this program is the public domain roguelike tileset
21 "RLTiles".
22
23 # Some of the tiles have been modified by Neil Muller. #
24
25 You can find the original tileset at: http://rltiles.sf.net
26
27
28 Sounds:
29
30 [bend.ogg]
31 URL: http://www.archive.org/download/Berklee44v12/Berklee44v12.zip
32 Source: http://www.archive.org/details/Berklee44v12
33 License: http://creativecommons.org/licenses/by/3.0/
34 Credit: Sound samples from Berklee recorded for Richard Boulanger for use in the One Laptop per Child music library. See http://wiki.laptop.org/go/Sound_samples for details.
35 Original wav file: pipe_hit_1.wav
36 Truncated and re-encoded via: dd if=pipe_hit_1.wav of=t.wav bs=8192 count=8 ; oggenc t.wav -o bend.ogg
37
38 [step.ogg]
39 URL: http://www.archive.org/download/Berklee44v12/Berklee44v12.zip
40 Source: http://www.archive.org/details/Berklee44v12
41 License: http://creativecommons.org/licenses/by/3.0/
42 Credit: Sound samples from Berklee recorded for Richard Boulanger for use in the One Laptop per Child music library. See http://wiki.laptop.org/go/Sound_samples for details.
43 Original wav file: bang_wood_on_metal1.wav
44 Truncated and re-encoded via: dd if=bang_wood_on_metal1.wav of=t.wav bs=8192 count=6 ; oggenc t.wav -o step.ogg
45
46 [caught.ogg]
47 URL: http://www.archive.org/download/Berklee44v8/Berklee44v8.zip
48 Source: http://www.archive.org/details/Berklee44v8
49 License: http://creativecommons.org/licenses/by/3.0/
50 Credit: Sound samples from Berklee recorded for Richard Boulanger for use in the One Laptop per Child music library. See http://wiki.laptop.org/go/Sound_samples for details.
51 Original wav file: keys2.wav
52 Truncated and re-encoded via: dd if=keys2.wav of=t.wav bs=8192 skip=12 count=10 ; oggenc -r t.wav -o caught.ogg
53