You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

LICENSE.txt 4.6 kB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. shadowsocks-csharp
  2. ==================
  3. Copyright (C) 2015 clowwindy <clowwindy42@gmail.com>
  4. This program is free software: you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation, either version 3 of the License, or
  7. (at your option) any later version.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License
  13. along with this program. If not, see <http://www.gnu.org/licenses/>.
  14. 3rd party projects
  15. ==================
  16. polipo
  17. ------------------
  18. https://github.com/jech/polipo
  19. Copyright (c) 2003-2008 by Juliusz Chroboczek
  20. Permission is hereby granted, free of charge, to any person obtaining a copy
  21. of this software and associated documentation files (the "Software"), to deal
  22. in the Software without restriction, including without limitation the rights
  23. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  24. copies of the Software, and to permit persons to whom the Software is
  25. furnished to do so, subject to the following conditions:
  26. The above copyright notice and this permission notice shall be included in
  27. all copies or substantial portions of the Software.
  28. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  29. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  30. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  31. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  32. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  33. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  34. THE SOFTWARE.
  35. PolarSSL
  36. --------
  37. https://polarssl.org/
  38. License: https://raw.githubusercontent.com/polarssl/polarssl/development/LICENSE
  39. SimpleJson
  40. ----------
  41. https://github.com/facebook-csharp-sdk/simple-json
  42. Copyright (c) 2011, The Outercurve Foundation
  43. Permission is hereby granted, free of charge, to any person obtaining
  44. a copy of this software and associated documentation files (the
  45. "Software"), to deal in the Software without restriction, including
  46. without limitation the rights to use, copy, modify, merge, publish,
  47. distribute, sublicense, and/or sell copies of the Software, and to
  48. permit persons to whom the Software is furnished to do so, subject to
  49. the following conditions:
  50. The above copyright notice and this permission notice shall be
  51. included in all copies or substantial portions of the Software.
  52. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  53. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  54. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  55. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  56. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  57. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  58. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  59. ZXing
  60. -----
  61. Copyright 2007 ZXing authors
  62. Licensed under the Apache License, Version 2.0 (the "License");
  63. you may not use this file except in compliance with the License.
  64. You may obtain a copy of the License at
  65. http://www.apache.org/licenses/LICENSE-2.0
  66. Unless required by applicable law or agreed to in writing, software
  67. distributed under the License is distributed on an "AS IS" BASIS,
  68. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  69. See the License for the specific language governing permissions and
  70. limitations under the License.
  71. libsodium
  72. ---------
  73. Copyright (c) 2013-2015
  74. Frank Denis <j at pureftpd dot org>
  75. Permission to use, copy, modify, and/or distribute this software for any
  76. purpose with or without fee is hereby granted, provided that the above
  77. copyright notice and this permission notice appear in all copies.
  78. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  79. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  80. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  81. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  82. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  83. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  84. OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.