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.4 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
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. shadowsocks-csharp
  2. ==================
  3. Copyright (C) 2014 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. qrcodejs
  60. --------
  61. https://github.com/davidshimjs/qrcodejs
  62. Copyright (c) 2012 davidshimjs
  63. Permission is hereby granted, free of charge,
  64. to any person obtaining a copy of this software and associated documentation files (the "Software"),
  65. to deal in the Software without restriction,
  66. including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
  67. and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
  68. subject to the following conditions:
  69. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  70. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.