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

122 lines
5.5 KiB

  1. Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
  2. Upstream-Name: shadowsocks-libev
  3. Upstream-Contact: Max Lv <max.c.lv@gmail.com>
  4. Source: https://github.com/shadowsocks/shadowsocks-libev
  5. Files: *
  6. Copyright: 2013-2015, Clow Windy <clowwindy42@gmail.com>
  7. 2013-2016, Max Lv <max.c.lv@gmail.com>
  8. 2014, Linus Yang <linusyang@gmail.com>
  9. License: GPL-3+
  10. Files: debian/*
  11. Copyright: 2013-2015, Max Lv <max.c.lv@gmail.com>
  12. 2015, Boyuan Yang <073plan@gmail.com>
  13. 2016, Roger Shimizu <rogershimizu@gmail.com>
  14. License: GPL-3+
  15. Files: libcork/* libipset/*
  16. Copyright: 2011-2013, RedJack, LLC.
  17. License: BSD-3-clause
  18. Redistribution and use in source and binary forms, with or without
  19. modification, are permitted provided that the following conditions are
  20. met:
  21. .
  22. Redistributions of source code must retain the above copyright
  23. notice, this list of conditions and the following disclaimer.
  24. .
  25. Redistributions in binary form must reproduce the above copyright
  26. notice, this list of conditions and the following disclaimer in
  27. the documentation and/or other materials provided with the
  28. distribution.
  29. .
  30. Neither the name of RedJack Software, LLC nor the names of its
  31. contributors may be used to endorse or promote products derived
  32. from this software without specific prior written permission.
  33. .
  34. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  35. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  36. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  37. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  38. HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  39. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  40. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  41. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  42. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  43. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  44. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  45. Files: src/json.c src/json.h
  46. Copyright: 2012-2014, James McLaughlin et al.
  47. License: BSD-2-clause
  48. Files: src/resolv.c src/resolv.h
  49. Copyright: 2014, Dustin Lundquist <dustin@null-ptr.net>
  50. License: BSD-2-clause
  51. Files: src/ss-nat
  52. Copyright: 2015, OpenWrt-dist
  53. 2015, Jian Chang <aa65535@live.com>
  54. License: GPL-3+
  55. Files: src/uthash.h
  56. Copyright: 2003-2013, Troy D. Hanson
  57. License: BSD-1-clause
  58. Redistribution and use in source and binary forms, with or without
  59. modification, are permitted provided that the following conditions are met:
  60. .
  61. * Redistributions of source code must retain the above copyright
  62. notice, this list of conditions and the following disclaimer.
  63. .
  64. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
  65. IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  66. TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  67. PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
  68. OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  69. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  70. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  71. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  72. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  73. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  74. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  75. License: BSD-2-clause
  76. Redistribution and use in source and binary forms, with or without
  77. modification, are permitted provided that the following conditions
  78. are met:
  79. .
  80. 1. Redistributions of source code must retain the above copyright
  81. notice, this list of conditions and the following disclaimer.
  82. .
  83. 2. Redistributions in binary form must reproduce the above copyright
  84. notice, this list of conditions and the following disclaimer in the
  85. documentation and/or other materials provided with the distribution.
  86. .
  87. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  88. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  89. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  90. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  91. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  92. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  93. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  94. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  95. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  96. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  97. SUCH DAMAGE.
  98. License: GPL-3+
  99. This package is free software; you can redistribute it and/or modify
  100. it under the terms of the GNU General Public License as published by
  101. the Free Software Foundation; either version 3 of the License, or
  102. (at your option) any later version.
  103. .
  104. This package is distributed in the hope that it will be useful,
  105. but WITHOUT ANY WARRANTY; without even the implied warranty of
  106. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  107. GNU General Public License for more details.
  108. .
  109. You should have received a copy of the GNU General Public License
  110. along with this program. If not, see <http://www.gnu.org/licenses/>
  111. .
  112. On Debian systems, the complete text of the GNU General
  113. Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".