diff options
author | Justin Karneges <justin@affinix.com> | 2014-05-09 00:13:23 -0700 |
---|---|---|
committer | Justin Karneges <justin@affinix.com> | 2014-05-09 00:13:23 -0700 |
commit | 444a2d5608545bf51b0442b39f41c00c32bf7250 (patch) | |
tree | 69ce85ca8df0f1dbdd3c5a63d6e928d354e30fd8 | |
parent | b560ca9795b50b1d1d335d40e230c59e09e253e3 (diff) | |
download | pollymer-444a2d5608545bf51b0442b39f41c00c32bf7250.tar pollymer-444a2d5608545bf51b0442b39f41c00c32bf7250.tar.gz |
license note
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,6 +10,11 @@ Mailing List: http://lists.fanout.io/listinfo.cgi/fanout-users-fanout.io Pollymer is a general-purpose AJAX library that provides conveniences for long-polling applications, such as request retries, exponential backoff between requests, randomized request delaying, and workarounds for browser "busy" indications. It also implements multiple transports to ensure cross-domain access works in all major browsers. +License +------- + +Pollymer is offered under the MIT license. See the COPYING file. + Dependencies ------------ |