LICENSE 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. This file contains the license for Tor,
  2. a free software project to provide anonymity on the Internet.
  3. It also lists the licenses for other components used by Tor.
  4. For more information about Tor, see https://www.torproject.org/.
  5. If you got this file as a part of a larger bundle,
  6. there may be other license terms that you should be aware of.
  7. ===============================================================================
  8. Tor is distributed under this license:
  9. Copyright (c) 2001-2004, Roger Dingledine
  10. Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
  11. Copyright (c) 2007-2012, The Tor Project, Inc.
  12. Redistribution and use in source and binary forms, with or without
  13. modification, are permitted provided that the following conditions are
  14. met:
  15. * Redistributions of source code must retain the above copyright
  16. notice, this list of conditions and the following disclaimer.
  17. * Redistributions in binary form must reproduce the above
  18. copyright notice, this list of conditions and the following disclaimer
  19. in the documentation and/or other materials provided with the
  20. distribution.
  21. * Neither the names of the copyright owners nor the names of its
  22. contributors may be used to endorse or promote products derived from
  23. this software without specific prior written permission.
  24. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  25. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  26. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  27. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  28. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  29. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  30. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  31. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  32. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  33. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  34. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  35. ===============================================================================
  36. src/common/strlcat.c and src/common/strlcpy.c by Todd C. Miller are licensed
  37. under the following license:
  38. * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
  39. * All rights reserved.
  40. *
  41. * Redistribution and use in source and binary forms, with or without
  42. * modification, are permitted provided that the following conditions
  43. * are met:
  44. * 1. Redistributions of source code must retain the above copyright
  45. * notice, this list of conditions and the following disclaimer.
  46. * 2. Redistributions in binary form must reproduce the above copyright
  47. * notice, this list of conditions and the following disclaimer in the
  48. * documentation and/or other materials provided with the distribution.
  49. * 3. The name of the author may not be used to endorse or promote products
  50. * derived from this software without specific prior written permission.
  51. *
  52. * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
  53. * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  54. * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
  55. * THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  56. * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  57. * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
  58. * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  59. * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  60. * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  61. * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  62. ===============================================================================
  63. src/config/geoip is licensed under the following license:
  64. OPEN DATA LICENSE (GeoLite Country and GeoLite City databases)
  65. Copyright (c) 2008 MaxMind, Inc. All Rights Reserved.
  66. All advertising materials and documentation mentioning features or use of
  67. this database must display the following acknowledgment:
  68. "This product includes GeoLite data created by MaxMind, available from
  69. http://maxmind.com/"
  70. Redistribution and use with or without modification, are permitted provided
  71. that the following conditions are met:
  72. 1. Redistributions must retain the above copyright notice, this list of
  73. conditions and the following disclaimer in the documentation and/or other
  74. materials provided with the distribution.
  75. 2. All advertising materials and documentation mentioning features or use of
  76. this database must display the following acknowledgement:
  77. "This product includes GeoLite data created by MaxMind, available from
  78. http://maxmind.com/"
  79. 3. "MaxMind" may not be used to endorse or promote products derived from this
  80. database without specific prior written permission.
  81. THIS DATABASE IS PROVIDED BY MAXMIND, INC ``AS IS'' AND ANY
  82. EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  83. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  84. DISCLAIMED. IN NO EVENT SHALL MAXMIND BE LIABLE FOR ANY
  85. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  86. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  87. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  88. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  89. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  90. DATABASE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  91. ===============================================================================
  92. If you got Tor as a static binary with OpenSSL included, then you should know:
  93. "This product includes software developed by the OpenSSL Project
  94. for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  95. ===============================================================================