Changes to update Tomato RAF.
[tomato.git] / release / src / router / dnscrypt / COPYING
blob4d44364176f8cc5a7753266e002636c62a779391
2 dnscrypt-proxy is covered by the following license :
4 /*
5  * Copyright (c) 2011-2012 OpenDNS, Inc.
6  *
7  * Permission to use, copy, modify, and distribute this software for any
8  * purpose with or without fee is hereby granted, provided that the above
9  * copyright notice and this permission notice appear in all copies.
10  *
11  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
14  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18  */
20 ====
22 This license applies to all parts of dnscrypt-proxy that are not externally
23 maintained libraries.
25 The externally maintained libraries used by dnscrypt-proxy are:
27   - NaCl (http://nacl.cr.yp.to/). Public domain.
29   - libevent (http://libevent.org/). 3-clause BSD license.
30     See src/libevent/LICENSE.
32   - salsa20_random.c reuses code from OpenBSD written by Damien Miller.
33     BSD license.