LICENCE

Path: LICENCE
Last Update: Wed Jan 17 11:39:29 GMT 2007

This software is distributed under the MIT license (see MIT-LICENSE).

It incorporates code from the mimetypes library (raa.ruby-lang.org/project/mime-types/), which is under a compatible license (same as Ruby).

It is also (in parts) based on the sample Ruby code provided by Amazon (developer.amazonwebservices.com/connect/entry.jspa?externalID=135&categoryID=47). Here’s the Amazon licence:

*** This software code is made available "AS IS" without warranties of any kind. You may copy, display, modify and redistribute the software code either by itself or as incorporated into your code; provided that you do not remove any proprietary notices. Your use of this software code is at your own risk and you waive any claim against Amazon Digital Services, Inc. or its affiliates with respect to your use of this software code. © 2006 Amazon Digital Services, Inc. or its affiliates. ***

I picked up a couple of ideas from rubyforge.org/projects/rsh3ll/ too, e.g. swopping out the HMAC library for OpenSSL (under MIT licence)

Plus some ideas from rubyforge.org/projects/amazon/ around logging and using persistent HTTP connections (under an MIT licence)

[Validate]