summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE9
1 files changed, 9 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 7fcf4e0..9ddac93 100644
--- a/LICENSE
+++ b/LICENSE
@@ -21,3 +21,12 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+NOTE: parts of the library might be under a different license:
+
+* event.h is same license as above, but is closely modelled after libevent,
+ so its license might apply even though its not obviously derived from it
+ (it's the 3-clause bsd license).
+* evdns.c is under public domain (so it says) but was taken out of libevent,
+ so its license might apply.
+