X-Git-Url: https://git.ctpug.org.za/?p=erdslangetjie.git;a=blobdiff_plain;f=LICENSE.txt;h=36e01fe05c7bc22aefeffbffe9a8c2d01d20ec08;hp=3529d2f19649d0a7cc95bbcaab8f5461ce83f3d6;hb=HEAD;hpb=e9fc58543d2b9f385d0bf245828fdeea1b60c0ae diff --git a/LICENSE.txt b/LICENSE.txt index 3529d2f..36e01fe 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -14,3 +14,40 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +Tiles: RTLTileset + +The graphic tiles used in this program is the public domain roguelike tileset +"RLTiles". + +# 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 +