Less buggy Kivy 1.7 hackery
[erdslangetjie.git] / LICENSE.txt
index c3591a3b459f6dde583d78b7abf7b684ae5ca10a..36e01fe05c7bc22aefeffbffe9a8c2d01d20ec08 100644 (file)
@@ -23,3 +23,31 @@ The graphic tiles used in this program is the public domain roguelike tileset
 # Some of the tiles have been modified by Neil Muller. #
 
 You can find the original tileset at: http://rltiles.sf.net
+
+
+Sounds:
+
+[bend.ogg]
+URL: http://www.archive.org/download/Berklee44v12/Berklee44v12.zip
+Source: http://www.archive.org/details/Berklee44v12
+License: http://creativecommons.org/licenses/by/3.0/
+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.
+Original wav file: pipe_hit_1.wav
+Truncated and re-encoded via: dd if=pipe_hit_1.wav of=t.wav bs=8192 count=8 ; oggenc t.wav -o bend.ogg
+
+[step.ogg]
+URL: http://www.archive.org/download/Berklee44v12/Berklee44v12.zip
+Source: http://www.archive.org/details/Berklee44v12
+License: http://creativecommons.org/licenses/by/3.0/
+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.
+Original wav file: bang_wood_on_metal1.wav
+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
+
+[caught.ogg]
+URL: http://www.archive.org/download/Berklee44v8/Berklee44v8.zip
+Source: http://www.archive.org/details/Berklee44v8
+License: http://creativecommons.org/licenses/by/3.0/
+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.
+Original wav file: keys2.wav
+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
+