X-Git-Url: https://git.ctpug.org.za/?p=erdslangetjie.git;a=blobdiff_plain;f=LICENSE.txt;h=36e01fe05c7bc22aefeffbffe9a8c2d01d20ec08;hp=c3591a3b459f6dde583d78b7abf7b684ae5ca10a;hb=HEAD;hpb=7ddb19c901b624517e3bf459d24faf02afd3238e diff --git a/LICENSE.txt b/LICENSE.txt index c3591a3..36e01fe 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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 +